mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-12 01:30:57 +00:00
Remove VK_KHR_present_wait extension on replay
This commit is contained in:
@@ -180,7 +180,8 @@ static void StripUnwantedExtensions(rdcarray<rdcstr> &Extensions)
|
||||
|
||||
// remove WSI-only extensions
|
||||
if(ext == "VK_GOOGLE_display_timing" || ext == "VK_KHR_display_swapchain" ||
|
||||
ext == "VK_EXT_display_control" || ext == "VK_KHR_present_id")
|
||||
ext == "VK_EXT_display_control" || ext == "VK_KHR_present_id" ||
|
||||
ext == "VK_KHR_present_wait")
|
||||
return true;
|
||||
|
||||
// remove fullscreen exclusive extension
|
||||
|
||||
Reference in New Issue
Block a user