mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Add check for vulkan
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user