File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,9 +262,9 @@ const std::string& GetUBName(diligent_spirv_cross::Compiler& Compi
262262 return ((IRSource.hlsl || IRSource.lang == spv::SourceLanguageSlang) && !instance_name.empty ()) ? instance_name : UB.name ;
263263}
264264
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)
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)
268268{
269269 // layout(std430, binding = 3) readonly buffer StructuredBuffer_world_material_t_std430_t_0 // <-- type name
270270 // {
You can’t perform that action at this time.
0 commit comments