Searched refs:numIndicesForDraw (Results 1 – 1 of 1) sorted by relevance
1336 uint32_t numIndicesForDraw = (remainingIndices < maxIndicesPerDraw) ? in DrawIndexedInstance() local1354 pDC->FeWork.desc.draw.numIndices = numIndicesForDraw; in DrawIndexedInstance()1363 pDC->cleanupState = (remainingIndices == numIndicesForDraw); in DrawIndexedInstance()1371 remainingIndices -= numIndicesForDraw; in DrawIndexedInstance()