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:
committed by
Marge Bot
parent
3b547a9b58
commit
292ceb297c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user