mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 03:32:07 +00:00
vk: API update
- use KHRONOS_validation instead of LUNARG_standard_validation which is deprecated
This commit is contained in:
parent
f113cfe5c0
commit
25bba9bf56
@ -2374,7 +2374,7 @@ public:
|
||||
}
|
||||
#endif //(WIN32, __APPLE__)
|
||||
if (g_cfg.video.debug_output)
|
||||
layers.push_back("VK_LAYER_LUNARG_standard_validation");
|
||||
layers.push_back("VK_LAYER_KHRONOS_validation");
|
||||
}
|
||||
|
||||
VkInstanceCreateInfo instance_info = {};
|
||||
|
Loading…
Reference in New Issue
Block a user