Cleanup.
This commit is contained in:
parent
3b34b6e68a
commit
45c0b29470
@ -1643,9 +1643,10 @@ namespace bgfx
|
||||
m_startIndex = 0;
|
||||
m_numIndices = UINT32_MAX;
|
||||
m_indexBuffer.idx = kInvalidHandle;
|
||||
m_submitFlags = 0;
|
||||
} else {
|
||||
// if index buffer retained track its size in submit flags.
|
||||
m_submitFlags = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
m_submitFlags = isIndex16() ? 0 : BGFX_SUBMIT_INTERNAL_INDEX32;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user