mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-19 00:11:02 +00:00
Name depth as depth/stencil to account for DS or stencil-as-uint views
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user