diff --git a/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.cpp b/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.cpp index 163651e70..532f1114b 100644 --- a/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.cpp +++ b/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.cpp @@ -1875,9 +1875,9 @@ void GLPipelineStateViewer::setState() typeName = ToQStr(tex->type); } - QString slot = tr("Depth"); + QString slot = tr("Depth Only"); if(i == 1) - slot = tr("Stencil"); + slot = tr("Stencil Only"); bool depthstencil = false;