diff options
author | Ilia Mirkin <[email protected]> | 2017-08-06 10:39:06 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2017-08-07 20:32:37 -0400 |
commit | 8614679e78186482cc7ff84af83acdd29e359086 (patch) | |
tree | d8549b90dd34ba4885b6c19420db035cfb839ab4 | |
parent | 76ce7f03e76fe252648a9e2b3acdaa2496865b53 (diff) |
glapi: per the extension spec, the EXT-suffixed function should be used
We already expose glMultiDrawElementsBaseVertexEXT as part of the
EXT_draw_elements_base_vertex chunk, so this one can just be removed.
Signed-off-by: Ilia Mirkin <[email protected]>
Acked-by: Samuel Pitoiset <[email protected]>
-rw-r--r-- | src/mapi/glapi/gen/es_EXT.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index 271f0c09c4c..3a2bdb2fdc3 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -1165,16 +1165,6 @@ <param name="basevertex" type="GLint"/> </function> - <function name="MultiDrawElementsBaseVertexOES" alias="MultiDrawElementsBaseVertex" - es2="2.0" exec="dynamic"> - <param name="mode" type="GLenum"/> - <param name="count" type="const GLsizei *"/> - <param name="type" type="GLenum"/> - <param name="indices" type="const GLvoid * const *"/> - <param name="primcount" type="GLsizei"/> - <param name="basevertex" type="const GLint *"/> - </function> - <function name="DrawElementsInstancedBaseVertexOES" alias="DrawElementsInstancedBaseVertex" es2="3.0" exec="dynamic"> <param name="mode" type="GLenum"/> |