mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2336] GPU/Vulkan: Update VK_EXT_debug_report to VK_EXT_debug_utils #997
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/stenzek/duckstation/pull/2336
State: closed
Merged: Yes
VK_EXT_debug_reporthas been officially depreciated by khronos in favor of theVK_EXT_debug_utilsextension. This updates the current usage of the depreciated API into the new one.https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_debug_report.html
https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_debug_utils.html
This will allow features for a later PR like adding command buffer debug label-scopes and labels and object-names and object-tags and such for much more robust Vulkan-debugging.