-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add safe struct for VkPushDescriptorSetWithTemplateInfoKHR #193
Comments
mikes-lunarg
referenced
this issue
in mikes-lunarg/Vulkan-ValidationLayers
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 #7169 - VUID renames: - VUID-VkDescriptorSetLayoutBinding-descriptorCount-00283 -> 09465 - UNASSIGNED-vkCmdDrawIndirectByteCountEXT-counterOffset -> 09474 - UNASSIGNED-vkCmdDrawIndirectByteCountEXT-vertexStride -> 09475 - Generate source
mikes-lunarg
referenced
this issue
in mikes-lunarg/Vulkan-ValidationLayers
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 #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
mikes-lunarg
referenced
this issue
in mikes-lunarg/Vulkan-ValidationLayers
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 #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
mikes-lunarg
referenced
this issue
in mikes-lunarg/Vulkan-ValidationLayers
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 #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
spencer-lunarg
referenced
this issue
in KhronosGroup/Vulkan-ValidationLayers
Dec 20, 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 #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
Moved issued to VUL as Safe Struct now lives here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VkPushDescriptorSetWithTemplateInfoKHR
is part of VK_KHR_maintenance6 which appeared in the 1.1.274 header.Currently stubbed out so we can build, but it needs a custom constructor which can copy
pData
correctly.(Codegen assumed there was a
dataCount
member to get the length ofpData
and it failed to compile)The text was updated successfully, but these errors were encountered: