Add check for vulkan

This commit is contained in:
baldurk
2016-01-04 20:33:42 +01:00
parent e22d62dabd
commit 5b2806f573
+1 -1
View File
@@ -717,7 +717,7 @@ namespace renderdoc
case ShaderStageType.Compute: return "Compute";
}
}
else if(apitype == APIPipelineStateType.OpenGL)
else if (apitype == APIPipelineStateType.OpenGL || apitype == APIPipelineStateType.Vulkan)
{
switch (stage)
{