mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Display longs as hex if xlong is used
This commit is contained in:
@@ -461,7 +461,8 @@ QList<FormatElement> FormatElement::ParseFormatString(const QString &formatStrin
|
||||
}
|
||||
}
|
||||
|
||||
if(basetype == lit("xint") || basetype == lit("xshort") || basetype == lit("xbyte"))
|
||||
if(basetype == lit("xlong") || basetype == lit("xint") || basetype == lit("xshort") ||
|
||||
basetype == lit("xbyte"))
|
||||
hex = true;
|
||||
|
||||
if(fmt.compType == CompType::Typeless)
|
||||
|
||||
Reference in New Issue
Block a user