Add some debug messages
[mesa.git] / src / mesa / glapi / APPLE_vertex_array_object.xml
index 0d871563d025a10943e64f68880047fe4ad43d66..bd8427eaf626c5b35ae78a1a6c30a43344ea371a 100644 (file)
@@ -5,21 +5,21 @@
 <category name="GL_APPLE_vertex_array_object" number="273">
     <enum name="VERTEX_ARRAY_BINDING_APPLE"               value="0x85B5"/>
 
-    <function name="BindVertexArrayAPPLE" offset="819" static_dispatch="false">
+    <function name="BindVertexArrayAPPLE" offset="assign" static_dispatch="false">
         <param name="array" type="GLuint"/>
     </function>
 
-    <function name="DeleteVertexArraysAPPLE" offset="820" static_dispatch="false">
+    <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="821" static_dispatch="false">
+    <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="822" static_dispatch="false">
+    <function name="IsVertexArrayAPPLE" offset="assign" static_dispatch="false">
         <param name="array" type="GLuint"/>
        <return type="GLboolean"/>
     </function>