Skip to content

Commit 2231e07

Browse files
committed
Fix formatting.
1 parent bcd8c43 commit 2231e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Graphics/ShaderTools/src/SPIRVShaderResources.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
//{

0 commit comments

Comments
 (0)