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

Method DisassembleShader

qrenderdoc/Code/pyrenderdoc/qrenderdoc_stub.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82ShaderToolOutput ShaderProcessingTool::DisassembleShader(QWidget *window,
83 const ShaderReflection *shaderDetails,
84 rdcstr arguments) const
85{
86 return {};
87}
88
89ShaderToolOutput ShaderProcessingTool::CompileShader(QWidget *window, rdcstr source,
90 rdcstr entryPoint, ShaderStage stage,

Callers 4

debugShaderMethod · 0.45
EditDecompiledSourceMethod · 0.45
SetupShaderEditButtonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected