-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Vulkan-Headers to 1.3.219 #619
Conversation
LGTM overall, but do we really want to merge something that breaks CI? Perhaps we could add a temporary hack to the generator? |
Wasn't my intent to merge this, sorry for not making that clear. Just PRing it here for visibility (those who'd like to use this and have a supported driver can set up a git reference) and to get started on the API ports. I'll see how the Khronos issue evolves since there was some thought behind doing this in |
Alternatively we have quite a bit of material (8 commits) for a |
61b2ed9
to
03f6b51
Compare
It looks like |
I don't see any breaking changes compared to master. |
See specifically the |
Hmm, wonder how that got through review upstream; not like it's not breaking for C users either. Guess we'd just best hope they had a good reason. |
It's an Turns out it's also covered in the .216 changelog commit message:
|
We managed to fix the issue with a While we don't support this properly yet with traits, this compiles and should pass CI now so I'd like to get this and, and I'll make sure to add support to |
b71f2d4
to
0b9d964
Compare
* Update Vulkan-Headers to 1.3.212 * Update Vulkan-Headers to 1.3.213 * Update Vulkan-Headers to 1.3.214 * Update Vulkan-Headers to 1.3.215 * Update Vulkan-Headers to 1.3.216 * Update Vulkan-Headers to 1.3.217 * Update Vulkan-Headers to 1.3.218 * Update Vulkan-Headers to 1.3.219 * Changelog: reorder entries chronologically based on PR ID
Note that doesn't generate cleanly as
vk.xml
since1.3.213
contains an invalidstructextends="VkBaseOutStructure"
; I removed that locally and it's in the process of being fixed upstream.