diff options
author | Matt Turner <[email protected]> | 2012-10-15 15:09:38 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-10-16 19:31:22 -0700 |
commit | c9155c9317a4d338f26377ee2f269ac4e7c7f538 (patch) | |
tree | a45ea12b17cd247f4e30b58d5d17f4a9ff737bed /src/mapi/glapi/gen/ARB_framebuffer_object.xml | |
parent | 1284543a447fe5ad416ceb6de4b92a08b7b16cb7 (diff) |
glapi: Add es2="3.0" attributes to XML.
Note that we are missing the ARB_internalformat_query extension, which
provides the glGetInternalformativ function needed by GL ES 3.0.
Reviewed-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/ARB_framebuffer_object.xml')
-rw-r--r-- | src/mapi/glapi/gen/ARB_framebuffer_object.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mapi/glapi/gen/ARB_framebuffer_object.xml b/src/mapi/glapi/gen/ARB_framebuffer_object.xml index 7777fdbd6f8..c9649aced8d 100644 --- a/src/mapi/glapi/gen/ARB_framebuffer_object.xml +++ b/src/mapi/glapi/gen/ARB_framebuffer_object.xml @@ -169,7 +169,7 @@ <param name="height" type="GLsizei"/> </function> - <function name="RenderbufferStorageMultisample" offset="assign"> + <function name="RenderbufferStorageMultisample" offset="assign" es2="3.0"> <param name="target" type="GLenum"/> <param name="samples" type="GLsizei"/> <param name="internalformat" type="GLenum"/> @@ -238,7 +238,7 @@ <param name="zoffset" type="GLint"/> </function> - <function name="FramebufferTextureLayer" alias="FramebufferTextureLayerEXT"> + <function name="FramebufferTextureLayer" alias="FramebufferTextureLayerEXT" es2="3.0"> <param name="target" type="GLenum"/> <param name="attachment" type="GLenum"/> <param name="texture" type="GLuint"/> @@ -262,7 +262,7 @@ <param name="params" type="GLint *" output="true"/> </function> - <function name="BlitFramebuffer" alias="BlitFramebufferEXT"> + <function name="BlitFramebuffer" alias="BlitFramebufferEXT" es2="3.0"> <param name="srcX0" type="GLint"/> <param name="srcY0" type="GLint"/> <param name="srcX1" type="GLint"/> |