Searched refs:gMeshVertices (Results 1 – 3 of 3) sorted by relevance
73 static const TextureVertex gMeshVertices[] = { variable
73 glBufferData(GL_ARRAY_BUFFER, sizeof(gMeshVertices), gMeshVertices, GL_STATIC_DRAW); in init()
148 memcpy(mMeshVertices, gMeshVertices, sizeof(gMeshVertices));