VkDebugUtilsObjectNameInfoEXT and VkDebugUtilsObjectTagInfoEXT now can be passed at most object creation time.
First steps toward support of that were done in #12385
Still need to:
- Make sure that the
objectType field can be set to VK_OBJECT_TYPE_UNKNOWN
- State tracking needs to account for this new way of passing those structs
VkDebugUtilsObjectNameInfoEXTandVkDebugUtilsObjectTagInfoEXTnow can be passed at most object creation time.First steps toward support of that were done in #12385
Still need to:
objectTypefield can be set toVK_OBJECT_TYPE_UNKNOWN