| 87 | } |
| 88 | |
| 89 | ShaderToolOutput ShaderProcessingTool::CompileShader(QWidget *window, rdcstr source, |
| 90 | rdcstr entryPoint, ShaderStage stage, |
| 91 | rdcstr spirvVer, rdcstr arguments) const |
| 92 | { |
| 93 | return {}; |
| 94 | } |
| 95 | |
| 96 | //////////////////////////////////////////////////////////////////////////////// |
| 97 | // PersistantConfig.cpp stubs |
no outgoing calls
no test coverage detected