| 115 | } |
| 116 | |
| 117 | std::string ShaderCompilerConfig::GetCompilerPathQuoted() const |
| 118 | { |
| 119 | return "\"" + ShaderCompilerPath.string() + "\""; |
| 120 | } |
| 121 | |
| 122 | ////////////////////////////////////////////////////////////////////////// |
| 123 | // DXC command-line builder |