We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0eb58 commit e9d3623Copy full SHA for e9d3623
Graphics/ShaderTools/src/SPIRVShaderResources.cpp
@@ -225,8 +225,8 @@ spv::ExecutionModel ShaderTypeToSpvExecutionModel(SHADER_TYPE ShaderType)
225
}
226
227
const std::string& GetUBOrSBName(diligent_spirv_cross::Compiler& Compiler,
228
- const diligent_spirv_cross::Resource& UB,
229
- const diligent_spirv_cross::ParsedIR::Source& IRSource)
+ const diligent_spirv_cross::Resource& UB,
+ const diligent_spirv_cross::ParsedIR::Source& IRSource)
230
{
231
// Consider the following HLSL constant buffer:
232
//
0 commit comments