mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 12:08:06 +02:00
turnip: Enable VK_EXT_debug_utils
It's implemented in common code as long as you use vk_command_buffer. Acked-by: Emma Anholt <emma@anholt.net> Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15560>
This commit is contained in:
parent
292ceb297c
commit
bdf52654ac
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ static const struct vk_instance_extension_table tu_instance_extensions_supported
|
|||
.KHR_surface = TU_HAS_SURFACE,
|
||||
.KHR_get_surface_capabilities2 = TU_HAS_SURFACE,
|
||||
.EXT_debug_report = true,
|
||||
.EXT_debug_utils = true,
|
||||
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
|
||||
.KHR_wayland_surface = true,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue