Searched refs:indexBufferSizeBytes (Results 1 – 1 of 1) sorted by relevance
524 uint32_t indexBufferSizeBytes = numIndicies * sizeof(uint16_t); in initVertexArrayBuffers() local525 uint16_t* indexBufferData = (uint16_t*) malloc(indexBufferSizeBytes); in initVertexArrayBuffers()543 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indexBufferSizeBytes, indexBufferData, GL_STATIC_DRAW); in initVertexArrayBuffers()