-
Notifications
You must be signed in to change notification settings - Fork 406
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
build: Update to header 1.3.274 #7170
build: Update to header 1.3.274 #7170
Conversation
mikes-lunarg
commented
Dec 19, 2023
- Update known-good
- Fix crash in extension_helper_generator when an extension has an explicit dependency on VK_VERSION_1_0
- Stub out safe struct constructor for VkPushDescriptorSetWithTemplateInfoKHR until it can be properly implemented Add safe struct for VkPushDescriptorSetWithTemplateInfoKHR Vulkan-Utility-Libraries#193
- VUID renames:
- VUID-VkDescriptorSetLayoutBinding-descriptorCount-00283 -> 09465
- UNASSIGNED-vkCmdDrawIndirectByteCountEXT-counterOffset -> 09474
- UNASSIGNED-vkCmdDrawIndirectByteCountEXT-vertexStride -> 09475
- Fix video enums that got renamed EXT -> KHR
- Generate source
CI Vulkan-ValidationLayers build queued with queue ID 103846. |
CI Vulkan-ValidationLayers build # 14970 running. |
3ddaf1d
to
9e6f1cf
Compare
CI Vulkan-ValidationLayers build queued with queue ID 103856. |
if reqs == 'VK_VERSION_1_0': | ||
# An explicit dependency on Vulkan 1.0 is meaningless | ||
continue |
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.
@spencer-lunarg Is this comment correct? Is it worth pushing back to the WG? As far as I can tell VK_KHR_maintenance6 is the first extension with depends="VK_VERSION_1_0"
in the XML
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.
ya... feel that was an oversite, happy to take action with the WG to fix that
- Update known-good - Fix crash in extension_helper_generator when an extension has an explicit dependency on VK_VERSION_1_0 - Stub out safe struct constructor for VkPushDescriptorSetWithTemplateInfoKHR until it can be properly implemented #7169 - VUID renames: - VUID-VkDescriptorSetLayoutBinding-descriptorCount-00283 -> 09465 - UNASSIGNED-vkCmdDrawIndirectByteCountEXT-counterOffset -> 09474 - UNASSIGNED-vkCmdDrawIndirectByteCountEXT-vertexStride -> 09475 - Fix video enums that got renamed EXT -> KHR - Generate source
CI Vulkan-ValidationLayers build # 14971 running. |
9e6f1cf
to
efe607c
Compare
CI Vulkan-ValidationLayers build queued with queue ID 103867. |
CI Vulkan-ValidationLayers build # 14972 running. |
CI Vulkan-ValidationLayers build # 14972 passed. |