Skip to content

RFC: Initial headers from Vulkan usability improvements#591

Draft
pdaniell-nv wants to merge 4 commits intomainfrom
vulkan-header-cppisms
Draft

RFC: Initial headers from Vulkan usability improvements#591
pdaniell-nv wants to merge 4 commits intomainfrom
vulkan-header-cppisms

Conversation

@pdaniell-nv
Copy link
Contributor

@pdaniell-nv pdaniell-nv commented Feb 3, 2026

These headers are generated from the following header generation changes in the Vulkan-Docs repo here:

These headers are generated from the updates here: KhronosGroup/Vulkan-Docs#2669
This tweak allows the following construct with C++20 `vkResetFences(device, {{fence1}});`. When C++26 (P2447R4) is available, the app will be able to improve this further to `vkResetFences(device, {fence});`.
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