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

Function IsLibraryProfile

Rtxpt/SampleCommon/ShaderCompilerUtils.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 static bool IsLibraryProfile(ShaderProfile profile)
139 {
140 return profile == ShaderProfile::Library_6_6 || profile == ShaderProfile::Library_6_9;
141 }
142
143 DxcCommandResult BuildDxcCommand(
144 const ShaderCompilerConfig& config,

Callers 1

BuildDxcCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected