Searched refs:vertexAttribNdx (Results 1 – 1 of 1) sorted by relevance
2545 for (size_t vertexAttribNdx = 0; vertexAttribNdx < (*i)->m_arrays.size(); ++vertexAttribNdx) in deleteBuffer() local2547 if ((*i)->m_arrays[vertexAttribNdx].bufferBinding == buffer) in deleteBuffer()2550 (*i)->m_arrays[vertexAttribNdx].bufferDeleted = true; in deleteBuffer()2551 (*i)->m_arrays[vertexAttribNdx].bufferBinding = DE_NULL; in deleteBuffer()