mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-30 19:31:07 +00:00
Remove VK_EXT_full_screen_exclusive when creating replay device
This commit is contained in:
@@ -167,6 +167,13 @@ static void StripUnwantedExtensions(std::vector<std::string> &Extensions)
|
||||
continue;
|
||||
}
|
||||
|
||||
// remove fullscreen exclusive extension
|
||||
if(*it == "VK_EXT_full_screen_exclusive")
|
||||
{
|
||||
it = Extensions.erase(it);
|
||||
continue;
|
||||
}
|
||||
|
||||
++it;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user