Searched refs:g_iIndices (Results 1 – 1 of 1) sorted by relevance
34 GLushort g_iIndices[] = { 0, 1, 2, 3 }; variable152 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, g_iIndices); in DrawTexture()