mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Cleanup.
This commit is contained in:
parent
c85e1cc66f
commit
17b2559e35
1 changed files with 2 additions and 2 deletions
|
@ -1581,7 +1581,7 @@ namespace bgfx
|
|||
{
|
||||
_constantBuffer.reset();
|
||||
|
||||
do
|
||||
for (;;)
|
||||
{
|
||||
uint32_t opcode = _constantBuffer.read();
|
||||
|
||||
|
@ -1661,7 +1661,7 @@ namespace bgfx
|
|||
|
||||
#undef CASE_IMPLEMENT_UNIFORM
|
||||
|
||||
} while (true);
|
||||
}
|
||||
}
|
||||
|
||||
void clearQuad(ClearQuad& _clearQuad, const Rect& _rect, const Clear& _clear, uint32_t _height = 0)
|
||||
|
|
Loading…
Reference in a new issue