Use VK_EXT_debug_utils instead of VK_EXT_debug_report #537
Labels
cat:dev tools
building/ compiling the program, cmake configuration and general development tools
cat:refactor
refactor/clean up/simplifications/etc.
Is your feature request related to a problem?
Good debugging tools are very important when it comes to graphics programming. So far, we have been using
VK_EXT_debug_report
, althoughVK_EXT_debug_utils
has been released in 2018 already.VK_EXT_debug_utils
offers better debugging tools and features, especially when it comes to an internal resource naming system for debugging and using annotations in rendering regions. All this stuff will be visible in graphics debuggers such as RenderDoc.Description
Here is a nice article which has a link to this document by LunarG.
Alternatives
Keep
VK_EXT_debug_report
(not recommended).Affected Code
All
Operating System
All
Additional Context
None
The text was updated successfully, but these errors were encountered: