mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 04:11:26 +00:00
vulkan: use the correct validation layer name
The threading validation layer has changed names.
This commit is contained in:
parent
da999d7af8
commit
cecbcd704b
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <string.h>
|
||||
|
||||
static const char *device_validation_layers[] = {
|
||||
"VK_LAYER_LUNARG_threading",
|
||||
"VK_LAYER_GOOGLE_threading",
|
||||
"VK_LAYER_LUNARG_mem_tracker",
|
||||
"VK_LAYER_LUNARG_object_tracker",
|
||||
"VK_LAYER_LUNARG_draw_state",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#define APP_SHORT_NAME "GStreamer"
|
||||
|
||||
static const char *instance_validation_layers[] = {
|
||||
"VK_LAYER_LUNARG_threading",
|
||||
"VK_LAYER_GOOGLE_threading",
|
||||
"VK_LAYER_LUNARG_mem_tracker",
|
||||
"VK_LAYER_LUNARG_object_tracker",
|
||||
"VK_LAYER_LUNARG_draw_state",
|
||||
|
|
Loading…
Reference in a new issue