Skip to content

Add checked Vulkan queue submission - #15

Merged
antono3 merged 2 commits into
masterfrom
codex/ergonomic-queue-submit
Sep 7, 2026
Merged

Add checked Vulkan queue submission#15
antono3 merged 2 commits into
masterfrom
codex/ergonomic-queue-submit

Conversation

@antono3

@antono3 antono3 commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add Queue.submit for primary command buffers with optional waits, signals, and fence
  • validate non-empty command batches and matching wait semaphore/stage-mask counts
  • preserve raw Vulkan statuses and typed VulkanError failures
  • document submission usage and cover validation without invoking Vulkan

Local checks

  • v fmt -verify ergonomic/ergonomic.v ergonomic/ergonomic_test.v
  • v -check-syntax ergonomic
  • git diff --check

Compilation is delegated to GitHub Actions.

@antono3
antono3 merged commit ee847bc into master Sep 7, 2026
3 checks passed
@antono3
antono3 deleted the codex/ergonomic-queue-submit branch September 7, 2026 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant