mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
vk: API update
- use KHRONOS_validation instead of LUNARG_standard_validation which is deprecated
This commit is contained in:
parent
f113cfe5c0
commit
25bba9bf56
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue