summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-12-05 17:03:08 -0800
committerEric Anholt <eric@anholt.net>2013-12-05 17:04:31 -0800
commit604d9a085e19c51d6ac216cd5efea60174745d25 (patch)
tree19e309807659860a374261c4f008c8f3c9e8215c /registry
parentf097de94eb6219c63e4933ddc4d759ab2e367103 (diff)
downloadlibepoxy-604d9a085e19c51d6ac216cd5efea60174745d25.tar.gz
Remove incorrect alias for BindVertexArray.
From Mesa: /* The "Interactions with APPLE_vertex_array_object" section of the * GL_ARB_vertex_array_object spec says: * * "The first bind call, either BindVertexArray or * BindVertexArrayAPPLE, determines the semantic of the object." */
Diffstat (limited to 'registry')
-rw-r--r--registry/gl.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/registry/gl.xml b/registry/gl.xml
index 8844e8a..279e803 100644
--- a/registry/gl.xml
+++ b/registry/gl.xml
@@ -8389,7 +8389,6 @@ typedef unsigned int GLhandleARB;
<command>
<proto>void <name>glBindVertexArrayAPPLE</name></proto>
<param><ptype>GLuint</ptype> <name>array</name></param>
- <alias name="glBindVertexArray"/>
</command>
<command>
<proto>void <name>glBindVertexArrayOES</name></proto>