mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 15:44:10 +00:00
Robert Bragg
61bb91a2e7
gles2: disable vbos until while we rework backend
The gles2 wrapper functions don't understand about the CoglBuffer API so they don't support attributes stored in a CoglVertexArray. Instead of teaching the backend about buffers we are going to wait until we have overhauled the GLES 2 backend. We are currently making progress consolidating the GLES 2 backend with a new GLSL backend for CoglMaterial. This will hugely simplify the GLES 2 support and share code with the OpenGL backend. In the end it's hoped that this problem will simply go away so it doesn't make much sense to solve it with the current design.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%