We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd8c43 commit 2231e07Copy full SHA for 2231e07
1 file changed
Graphics/ShaderTools/src/SPIRVShaderResources.cpp
@@ -262,9 +262,9 @@ const std::string& GetUBName(diligent_spirv_cross::Compiler& Compi
262
return ((IRSource.hlsl || IRSource.lang == spv::SourceLanguageSlang) && !instance_name.empty()) ? instance_name : UB.name;
263
}
264
265
-const std::string& GetSSBName(diligent_spirv_cross::Compiler& Compiler,
266
- const diligent_spirv_cross::Resource& SSB,
267
- const diligent_spirv_cross::ParsedIR::Source& IRSource)
+const std::string& GetSSBName(diligent_spirv_cross::Compiler& Compiler,
+ const diligent_spirv_cross::Resource& SSB,
+ const diligent_spirv_cross::ParsedIR::Source& IRSource)
268
{
269
//layout(std430, binding = 3) readonly buffer StructuredBuffer_world_material_t_std430_t_0 // <-- type name
270
//{
0 commit comments