mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 03:18:56 +00:00
7e18109f9b
GLES doesn't support GL_QUADS. This patch makes it use GL_TRIANGLES instead in that case. Unfortunately this means submitting two extra vertices per quad. It could be better to use indexed elements once CoglVertexBuffers gains support for that.