diff options
author | Ian Romanick <[email protected]> | 2012-08-01 22:09:08 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-09-28 08:19:53 -0700 |
commit | 23ff634c9c2eff744b5ddae7d1ba02bc1ef19ac5 (patch) | |
tree | 6020348b5a9ce05f0bbb3ec9c760d0ac3eea7078 /src/mapi/glapi | |
parent | b5891286202987dfc2606ac716050c0ee426de11 (diff) |
gles2: Alias glReadBufferNV with desktop glReadBuffer
NOTE: This is a candidate for the 9.0 branch
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Cc: Kristian Høgsberg <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/es_EXT.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index fc2ec621e23..c38e65a24f3 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -718,7 +718,7 @@ <!-- 93. GL_NV_read_buffer --> <category name="NV_read_buffer"> - <function name="ReadBufferNV" offset="assign"> + <function name="ReadBufferNV" alias="ReadBuffer"> <param name="mode" type="GLenum"/> </function> </category> |