MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / GetCompilerPathQuoted

Method GetCompilerPathQuoted

Rtxpt/SampleCommon/ShaderCompilerUtils.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

PrepareCompilationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected