Searched refs:remainingIndices (Results 1 – 1 of 1) sorted by relevance
1339 uint32_t remainingIndices = numIndices; in DrawIndexedInstance() local1376 while (remainingIndices) in DrawIndexedInstance()1379 (remainingIndices < maxIndicesPerDraw) ? remainingIndices : maxIndicesPerDraw; in DrawIndexedInstance()1404 pDC->cleanupState = (remainingIndices == numIndicesForDraw); in DrawIndexedInstance()1423 remainingIndices -= numIndicesForDraw; in DrawIndexedInstance()