diff --git a/qrenderdoc/Windows/TextureViewer.cpp b/qrenderdoc/Windows/TextureViewer.cpp index 96b70dcad..2bc2f4cc0 100644 --- a/qrenderdoc/Windows/TextureViewer.cpp +++ b/qrenderdoc/Windows/TextureViewer.cpp @@ -995,6 +995,9 @@ void TextureViewer::UI_UpdateStatusText() pickedText += tr(" (Real: "); } + if(tex.format.type == ResourceFormatType::A8) + val.floatValue[0] = val.floatValue[3]; + if(dsv) { pickedText += tr("Depth ");