Searched refs:mRegionMeshIndices (Results 1 – 2 of 2) sorted by relevance
227 glGenBuffers(1, &mRegionMeshIndices); in getRegionMesh()228 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, mRegionMeshIndices); in getRegionMesh()234 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, mRegionMeshIndices); in getRegionMesh()
97 GLuint mRegionMeshIndices; variable