]> git.tdb.fi Git - libs/gl.git/blob - extensions/oes_mapbuffer.glext
Make extensions compatible with OpenGL ES
[libs/gl.git] / extensions / oes_mapbuffer.glext
1 extension gles2.OES_mapbuffer
2 # Whole buffer mapping was not promoted to core in OpenGL ES
3 optional glMapBufferOES
4 # Because of the above, mapped access cannot be queried on OpenGL ES
5 ignore GL_BUFFER_ACCESS_OES
6 # Include the access mode enums for desktop OpenGL
7 optional GL_READ_ONLY
8 optional GL_WRITE_ONLY_OES
9 optional GL_READ_WRITE