Name depth as depth/stencil to account for DS or stencil-as-uint views

This commit is contained in:
baldurk
2016-07-11 11:55:25 +02:00
parent ce2b7a88d3
commit 9ab17f359f
+1 -1
View File
@@ -827,7 +827,7 @@ namespace renderdoc
case FormatComponentType.SInt: return "SInt";
case FormatComponentType.UScaled: return "UScaled";
case FormatComponentType.SScaled: return "SScaled";
case FormatComponentType.Depth: return "Depth";
case FormatComponentType.Depth: return "Depth/Stencil";
case FormatComponentType.Double: return "Double";
default: break;
}