KhronosGroup / KhronosGroup/Vulkan-ValidationLayers
Handle updates to debug utils NameInfo and TagInfo
Open
Enhancement
- Dominant language
- C++
- Stars
- 1k
- Forks
- 504
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 224
Description
`VkDebugUtilsObjectNameInfoEXT` and `VkDebugUtilsObjectTagInfoEXT` now can be passed at most object creation time.
First steps toward support of that were done in https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/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
Contributor guide
Assessment
This issue has not been assessed yet.