mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Strip validation extensions from replay
This commit is contained in:
@@ -169,7 +169,8 @@ static void StripUnwantedExtensions(rdcarray<rdcstr> &Extensions)
|
||||
return true;
|
||||
|
||||
// this is debug only, nothing to capture, so nothing to replay
|
||||
if(ext == "VK_EXT_tooling_info" || ext == "VK_EXT_private_data")
|
||||
if(ext == "VK_EXT_tooling_info" || ext == "VK_EXT_private_data" ||
|
||||
ext == "VK_EXT_validation_features" || ext == "VK_EXT_validation_flags")
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user