mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 09:26:52 +00:00
Handle formatting double signature parameters
This commit is contained in:
@@ -853,6 +853,8 @@ QString TypeString(const SigParameter &sig)
|
||||
ret += lit("snorm float");
|
||||
else if(sig.compType == CompType::Depth)
|
||||
ret += lit("float");
|
||||
else if(sig.compType == CompType::Double)
|
||||
ret += lit("double");
|
||||
|
||||
if(sig.compCount > 1)
|
||||
ret += QString::number(sig.compCount);
|
||||
|
||||
Reference in New Issue
Block a user