Neil Roberts
420b1f0791
Use GL_TRIANGLES for the texture vertex array
Most cards don't actually support GL_QUADS and they are deprecated in GL 3.0 so there is a chance it will perform faster with GL_TRIANGLES even though it has to submit two extra vertices.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%