-
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.2.198 #477
Conversation
let vendors = [ | ||
"_NVX", "_KHR", "_EXT", "_NV", "_AMD", "_ANDROID", "_GOOGLE", "_INTEL", | ||
"_NVX", "_KHR", "_EXT", "_NV", "_AMD", "_ANDROID", "_GOOGLE", "_INTEL", "_FUCHSIA", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implementing the TODO just above (// TODO: Should be read from vk.xml id:2
) is really ugly:
https://github.com/Traverse-Research/ash/compare/vendor-tags
Makes me want to see in what state generator2 is and continue working on that, in hopes of having a more clear parsing -> immediate representation with context -> write out to disk
instead of all these HashSet
s and HashMap
s passed all over the place.
With the addition of |
|
Includes the new VK_EXT_rgba10x6_formats, VK_KHR_format_feature_flags2 and VK_KHR_maintenance4 extensions.
Includes Vulkan-Headers fixup commit with the missing h265 encode header.
No description provided.