Skip to content
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

Use VK_EXT_debug_utils instead of VK_EXT_debug_report #537

Open
Tracked by #533
IAmNotHanni opened this issue May 20, 2023 · 0 comments
Open
Tracked by #533

Use VK_EXT_debug_utils instead of VK_EXT_debug_report #537

IAmNotHanni opened this issue May 20, 2023 · 0 comments
Labels
cat:dev tools building/ compiling the program, cmake configuration and general development tools cat:refactor refactor/clean up/simplifications/etc.
Projects

Comments

@IAmNotHanni
Copy link
Member

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, although VK_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

@IAmNotHanni IAmNotHanni added cat:dev tools building/ compiling the program, cmake configuration and general development tools cat:refactor refactor/clean up/simplifications/etc. labels May 20, 2023
@IAmNotHanni IAmNotHanni pinned this issue May 20, 2023
@IAmNotHanni IAmNotHanni mentioned this issue Aug 2, 2023
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:dev tools building/ compiling the program, cmake configuration and general development tools cat:refactor refactor/clean up/simplifications/etc.
Projects
Refactoring
Awaiting triage
Development

No branches or pull requests

1 participant