mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
88fe56d175
GLES has an extension called GL_OES_mapbuffer to support mapping buffer objects but only for writing. Cogl now has two new feature flags to advertise whether mapping for reading and writing is supported. Under OpenGL, these features are always set if the VBO extension is advertised and under GLES only the write flag is set if the GL_OES_mapbuffer extension is advertised. |
||
---|---|---|
.. | ||
cogl | ||
doc | ||
pango | ||
Makefile.am |