Skip to content

Add ergonomic Vulkan device API - #10

Merged
antono3 merged 1 commit into
masterfrom
codex/ergonomic-device-api
Sep 7, 2026
Merged

Add ergonomic Vulkan device API#10
antono3 merged 1 commit into
masterfrom
codex/ergonomic-device-api

Conversation

@antono3

@antono3 antono3 commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • discover queue families and select the first family containing every required QueueFlags bit
  • create a logical device with one priority-1.0 queue, load Volk device commands, and expose raw Device and Queue handles
  • document explicit device/queue lifetime rules and add pure queue-selection tests

Verification

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

Full binding compilation is delegated to GitHub Actions per repository guidance.

@antono3
antono3 merged commit 22a0d13 into master Sep 7, 2026
3 checks passed
@antono3
antono3 deleted the codex/ergonomic-device-api branch September 7, 2026 19:30
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.

2 participants