summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gen/APPLE_vertex_array_object.xml
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-02-22 22:27:48 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-02-24 02:11:30 +0200
commitf437a673777ca613ef4c1464fb9083e269f3928c (patch)
tree219b072610a75e770e1dc827ceec2ea18d5121c1 /src/mesa/glapi/gen/APPLE_vertex_array_object.xml
parent232f6e176192d112fbdf9bd7de2d0f36ee16a246 (diff)
glapi: mv code generation to subdir
This just moves files, code generation Makefile will be fixed in next commit for easier review.
Diffstat (limited to 'src/mesa/glapi/gen/APPLE_vertex_array_object.xml')
-rw-r--r--src/mesa/glapi/gen/APPLE_vertex_array_object.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/mesa/glapi/gen/APPLE_vertex_array_object.xml b/src/mesa/glapi/gen/APPLE_vertex_array_object.xml
new file mode 100644
index 0000000000..bd8427eaf6
--- /dev/null
+++ b/src/mesa/glapi/gen/APPLE_vertex_array_object.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
+
+<OpenGLAPI>
+<category name="GL_APPLE_vertex_array_object" number="273">
+ <enum name="VERTEX_ARRAY_BINDING_APPLE" value="0x85B5"/>
+
+ <function name="BindVertexArrayAPPLE" offset="assign" static_dispatch="false">
+ <param name="array" type="GLuint"/>
+ </function>
+
+ <function name="DeleteVertexArraysAPPLE" offset="assign" static_dispatch="false">
+ <param name="n" type="GLsizei"/>
+ <param name="arrays" type="const GLuint *" count="n"/>
+ </function>
+
+ <function name="GenVertexArraysAPPLE" offset="assign" static_dispatch="false">
+ <param name="n" type="GLsizei"/>
+ <param name="arrays" type="GLuint *" count="n" output="true"/>
+ </function>
+
+ <function name="IsVertexArrayAPPLE" offset="assign" static_dispatch="false">
+ <param name="array" type="GLuint"/>
+ <return type="GLboolean"/>
+ </function>
+</category>
+</OpenGLAPI>