mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
![Neil Roberts](/assets/img/avatar_default.png)
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.