This commit is contained in:
Бранимир Караџић 2021-04-02 16:46:42 -07:00
parent 3b34b6e68a
commit 45c0b29470

View File

@ -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;
}