Skip to content

Commit bacb073

Browse files
committed
Cleanup.
1 parent 5cbaa3b commit bacb073

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/shaderc/shaderc_metal.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,10 @@ namespace bgfx { namespace metal
438438
Uniform un;
439439
un.name = program->getUniformName(ii);
440440

441-
if (bx::hasSuffix(un.name.c_str(), ".@data") )
442-
{
443-
continue;
444-
}
441+
if (bx::hasSuffix(un.name.c_str(), ".@data") )
442+
{
443+
continue;
444+
}
445445

446446
un.num = uint8_t(program->getUniformArraySize(ii) );
447447
const uint32_t offset = program->getUniformBufferOffset(ii);

0 commit comments

Comments
 (0)