mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 21:13:02 +01:00
Merge branch 'master' of github.com:bkaradzic/bgfx
This commit is contained in:
@@ -1049,6 +1049,7 @@ namespace bgfx
|
||||
, data
|
||||
, offset
|
||||
);
|
||||
BX_UNUSED(offset);
|
||||
}
|
||||
|
||||
m_constantBuffer->finish();
|
||||
@@ -2256,6 +2257,7 @@ namespace bgfx
|
||||
}
|
||||
|
||||
BX_TRACE("GL_EXTENSION%s: %s", supported ? " (supported)" : "", name);
|
||||
BX_UNUSED(supported);
|
||||
|
||||
pos += len+1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user