mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 16:50:44 +00:00
Add new alias for param check layer
This commit is contained in:
@@ -2600,7 +2600,7 @@ VkBool32 WrappedVulkan::DebugCallback(VkDebugReportFlagsEXT flags,
|
||||
isDL = true;
|
||||
else if(!strcmp(pLayerPrefix, "Image"))
|
||||
isIMG = true;
|
||||
else if(!strcmp(pLayerPrefix, "PARAMCHECK"))
|
||||
else if(!strcmp(pLayerPrefix, "PARAMCHECK") || !strcmp(pLayerPrefix, "ParameterValidation"))
|
||||
isPARAM = true;
|
||||
|
||||
if(m_State >= WRITING)
|
||||
|
||||
Reference in New Issue
Block a user