mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-29 17:10:46 +02:00
v3dv: 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
3b547a9b58
commit
292ceb297c
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ static const struct vk_instance_extension_table instance_extensions = {
|
|||
.KHR_xlib_surface = true,
|
||||
#endif
|
||||
.EXT_debug_report = true,
|
||||
.EXT_debug_utils = true,
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue