Searched refs:numIndicesForDraw (Results 1 – 1 of 1) sorted by relevance
1255 uint32_t numIndicesForDraw = (remainingIndices < maxIndicesPerDraw) ? in DrawIndexedInstance() local1273 pDC->FeWork.desc.draw.numIndices = numIndicesForDraw; in DrawIndexedInstance()1282 pDC->cleanupState = (remainingIndices == numIndicesForDraw); in DrawIndexedInstance()1288 remainingIndices -= numIndicesForDraw; in DrawIndexedInstance()