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:
Jason Ekstrand 2022-03-24 11:32:01 -05:00 committed by Marge Bot
parent 3b547a9b58
commit 292ceb297c

View file

@ -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