[PR #2336] GPU/Vulkan: Update VK_EXT_debug_report to VK_EXT_debug_utils #997

Closed
opened 2026-01-29 19:10:31 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/stenzek/duckstation/pull/2336

State: closed
Merged: Yes


VK_EXT_debug_report has been officially depreciated by khronos in favor of the VK_EXT_debug_utils extension. 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

Deprecation state:
Deprecated by VK_EXT_debug_utils extension

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.

**Original Pull Request:** https://github.com/stenzek/duckstation/pull/2336 **State:** closed **Merged:** Yes --- `VK_EXT_debug_report` has been officially depreciated by khronos in favor of the `VK_EXT_debug_utils` extension. 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 > Deprecation state: > Deprecated by VK_EXT_debug_utils extension 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](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkCmdBeginDebugUtilsLabelEXT.html) and [labels](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkCmdInsertDebugUtilsLabelEXT.html) and [object-names](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkSetDebugUtilsObjectNameEXT.html) and [object-tags](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkSetDebugUtilsObjectTagEXT.html) and such for much more robust Vulkan-debugging.
claunia added the pull-request label 2026-01-29 19:10:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#997