KhronosGroup / Vulkan-Utility-Libraries

Utility libraries for Vulkan developers
Other
56 stars 25 forks source link

safestruct: Remove safe_VkDescriptorDataEXT #196

Closed spencer-lunarg closed 6 months ago

spencer-lunarg commented 6 months ago

After spending a lot of time dealing with the same style of union as safe_VkDescriptorDataEXT, I'm convinced we don't need this at all in the safe struct code

This only gets called in vkGetDescriptorEXT and we don't actually have to track these union pointers, as they are required by the spec to be present when used