diff --git a/qrenderdoc/Code/FormatElement.cpp b/qrenderdoc/Code/FormatElement.cpp index 6199a28b1..00eb61fb8 100644 --- a/qrenderdoc/Code/FormatElement.cpp +++ b/qrenderdoc/Code/FormatElement.cpp @@ -441,7 +441,7 @@ QList FormatElement::ParseFormatString(const QString &formatStrin } else if(basetype == lit("unormten")) { - fmt.compType = CompType::UInt; + fmt.compType = CompType::UNorm; fmt.compCount = 4 * count; fmt.compByteWidth = 1; fmt.type = ResourceFormatType::R10G10B10A2;