2006-06-12 16:26:29 +00:00
|
|
|
<?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"/>
|
|
|
|
|
|
2012-10-15 10:52:13 -07:00
|
|
|
<function name="BindVertexArrayAPPLE" offset="assign"
|
|
|
|
|
static_dispatch="false" deprecated="3.1">
|
2006-06-12 16:26:29 +00:00
|
|
|
<param name="array" type="GLuint"/>
|
|
|
|
|
</function>
|
|
|
|
|
|
2006-08-24 20:14:45 +00:00
|
|
|
<function name="DeleteVertexArraysAPPLE" offset="assign" static_dispatch="false">
|
2006-06-12 16:26:29 +00:00
|
|
|
<param name="n" type="GLsizei"/>
|
|
|
|
|
<param name="arrays" type="const GLuint *" count="n"/>
|
|
|
|
|
</function>
|
|
|
|
|
|
2012-10-15 10:52:13 -07:00
|
|
|
<function name="GenVertexArraysAPPLE" offset="assign"
|
|
|
|
|
static_dispatch="false" deprecated="3.1">
|
2006-06-12 16:26:29 +00:00
|
|
|
<param name="n" type="GLsizei"/>
|
|
|
|
|
<param name="arrays" type="GLuint *" count="n" output="true"/>
|
|
|
|
|
</function>
|
|
|
|
|
|
2006-08-24 20:14:45 +00:00
|
|
|
<function name="IsVertexArrayAPPLE" offset="assign" static_dispatch="false">
|
2006-06-12 16:26:29 +00:00
|
|
|
<param name="array" type="GLuint"/>
|
|
|
|
|
<return type="GLboolean"/>
|
|
|
|
|
</function>
|
|
|
|
|
</category>
|
|
|
|
|
</OpenGLAPI>
|