Searched refs:s_CubeTexCoord (Results 1 – 2 of 2) sorted by relevance
40 static f32 s_CubeTexCoord[] = variable
115 …glBufferData(GL_ARRAY_BUFFER, sizeof(s_CubePos) + sizeof(s_CubeNormal) + sizeof(s_CubeTexCoord), 0… in LoadObjects()118 …GL_ARRAY_BUFFER, sizeof(s_CubePos) + sizeof(s_CubeNormal), sizeof(s_CubeTexCoord), s_CubeTexCoord); in LoadObjects()