mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Vulkan validation: Switch to the new Khronos validation layer shipping with recent SDKs.
This commit is contained in:
parent
cab31c0118
commit
e216295d32
1 changed files with 1 additions and 9 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue