Vulkan validation: Switch to the new Khronos validation layer shipping with recent SDKs.

This commit is contained in:
Henrik Rydgård 2020-05-18 00:39:18 +02:00
parent cab31c0118
commit e216295d32

View file

@ -36,15 +36,7 @@
#endif
static const char *validationLayers[] = {
"VK_LAYER_LUNARG_standard_validation",
/*
"VK_LAYER_GOOGLE_threading",
"VK_LAYER_LUNARG_draw_state",
"VK_LAYER_LUNARG_image",
"VK_LAYER_LUNARG_mem_tracker",
"VK_LAYER_LUNARG_object_tracker",
"VK_LAYER_LUNARG_param_checker",
*/
"VK_LAYER_KHRONOS_validation",
/*
// For layers included in the Android NDK.
"VK_LAYER_GOOGLE_threading",