Fixed state tracking.
This commit is contained in:
parent
5924652151
commit
3002159da9
@ -7260,6 +7260,7 @@ namespace bgfx { namespace gl
|
||||
|
||||
if (currentState.m_startIndex != draw.m_startIndex)
|
||||
{
|
||||
currentState.m_startIndex = draw.m_startIndex;
|
||||
diffIndexBuffer = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user