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
8 optional GL_WRITE_ONLY_OES