MCPcopy Create free account
hub / github.com/baldurk/renderdoc / TypeString

Function TypeString

qrenderdoc/Code/QRDUtils.cpp:1750–1758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1748}
1749
1750QString TypeString(const SigParameter &sig)
1751{
1752 QString ret = ToQStr(sig.varType);
1753
1754 if(sig.compCount > 1)
1755 ret += QString::number(sig.compCount);
1756
1757 return ret;
1758}
1759
1760QString D3DSemanticString(const SigParameter &sig)
1761{

Callers 5

debugShaderMethod · 0.50
updateWatchVariableMethod · 0.50
UI_AddTaskPayloadsMethod · 0.50
UI_AddFixedVariablesMethod · 0.50
GenerateHLSLStubMethod · 0.50

Calls 1

ToQStrFunction · 0.70

Tested by

no test coverage detected