| 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, |