mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 21:48:09 +02:00
27 lines
955 B
XML
27 lines
955 B
XML
<?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>
|