~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to src/mesa/glapi/APPLE_vertex_array_object.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-21 12:44:07 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20070221124407-rgcacs32mycrtadl
ImportĀ upstreamĀ versionĀ 6.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
3
 
 
4
 
<OpenGLAPI>
5
 
<category name="GL_APPLE_vertex_array_object" number="273">
6
 
    <enum name="VERTEX_ARRAY_BINDING_APPLE"               value="0x85B5"/>
7
 
 
8
 
    <function name="BindVertexArrayAPPLE" offset="819">
9
 
        <param name="array" type="GLuint"/>
10
 
    </function>
11
 
 
12
 
    <function name="DeleteVertexArraysAPPLE" offset="820">
13
 
        <param name="n" type="GLsizei"/>
14
 
        <param name="arrays" type="const GLuint *" count="n"/>
15
 
    </function>
16
 
 
17
 
    <function name="GenVertexArraysAPPLE" offset="821">
18
 
        <param name="n" type="GLsizei"/>
19
 
        <param name="arrays" type="GLuint *" count="n" output="true"/>
20
 
    </function>
21
 
 
22
 
    <function name="IsVertexArrayAPPLE" offset="822">
23
 
        <param name="array" type="GLuint"/>
24
 
        <return type="GLboolean"/>
25
 
    </function>
26
 
</category>
27
 
</OpenGLAPI>