X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=extensions%2Foes_mapbuffer.glext;fp=extensions%2Foes_mapbuffer.glext;h=184af979ec173800203ae33bebc44792b36a1862;hb=e19309340e90ee881e9cb2f8b7c33a5b89681aa6;hp=0000000000000000000000000000000000000000;hpb=e226ee890690e08cfa6f89a9a64e8a338db63822;p=libs%2Fgl.git diff --git a/extensions/oes_mapbuffer.glext b/extensions/oes_mapbuffer.glext new file mode 100644 index 00000000..184af979 --- /dev/null +++ b/extensions/oes_mapbuffer.glext @@ -0,0 +1,9 @@ +extension gles2.OES_mapbuffer +# Whole buffer mapping was not promoted to core in OpenGL ES +optional glMapBufferOES +# Because of the above, mapped access cannot be queried on OpenGL ES +ignore GL_BUFFER_ACCESS_OES +# Include the access mode enums for desktop OpenGL +optional GL_READ_ONLY +optional GL_WRITE_ONLY_OES +optional GL_READ_WRITE