| 151 | void setSourceText(const std::string& text) { sourceText = text; } |
| 152 | void addSourceExtension(const char* ext) { sourceExtensions.push_back(ext); } |
| 153 | void addModuleProcessed(const std::string& p) { moduleProcesses.push_back(p.c_str()); } |
| 154 | void setEmitSpirvDebugInfo() |
| 155 | { |
| 156 | trackDebugInfo = true; |
no test coverage detected