mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Vulkan: use VK_EXT_debug_utils instead of deprecated extensions.
The previous VK_EXT_debug_report and VK_EXT_debug_marker extensions were both deprecated in favor of VK_EXT_debug_utils. This commit makes Dawn follow the ecosystem and also adds more detailed reporting of why vkCreateInstance fails that's now supported in VK_EXT_debug_utils. Bug: dawn:635 Change-Id: I61c89da1fd55f26d7ccf91723feedfb354efbc16 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38020 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
55af59b47f
commit
f83df90fae
@@ -33,7 +33,7 @@ Unfortunately, PIX's UI does does not lend itself to capturing single frame appl
|
||||
|
||||
## Vulkan
|
||||
|
||||
Debug markers on Vulkan are implemented with [VK_EXT_debug_marker](https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VK_EXT_debug_marker).
|
||||
Debug markers on Vulkan are implemented with [VK_EXT_debug_utils](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_debug_utils.html).
|
||||
|
||||
To enable marker functionality, you must launch your application from your debugging tool. Attaching to an already running application is not supported.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user