mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -438,10 +438,10 @@ namespace bgfx { namespace metal
|
||||
Uniform un;
|
||||
un.name = program->getUniformName(ii);
|
||||
|
||||
if (bx::hasSuffix(un.name.c_str(), ".@data") )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if (bx::hasSuffix(un.name.c_str(), ".@data") )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
un.num = uint8_t(program->getUniformArraySize(ii) );
|
||||
const uint32_t offset = program->getUniformBufferOffset(ii);
|
||||
|
||||
Reference in New Issue
Block a user