Add new alias for param check layer

This commit is contained in:
baldurk
2017-05-09 15:14:57 +01:00
parent 385f54d523
commit 8c68bc4ae8
+1 -1
View File
@@ -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)