aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mapi/glapi/gen/ARB_clear_buffer_object.xml
blob: cb97a0185b0f198563505d4dfe5e0c3c123210f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0"?>
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">

<!-- Note: no GLX protocol info yet. -->


<OpenGLAPI>

<category name="GL_ARB_clear_buffer_object" number="121">

    <function name ="ClearBufferData" offset="assign">
        <param name="target" type="GLenum"/>
        <param name="internalformat" type="GLenum"/>
        <param name="format" type="GLenum"/>
        <param name="type" type="GLenum"/>
        <param name="data" type="const GLvoid *"/>
    </function>

    <function name ="ClearBufferSubData" offset="assign">
        <param name="target" type="GLenum"/>
        <param name="internalformat" type="GLenum"/>
        <param name="offset" type="GLintptr"/>
        <param name="size" type="GLsizeiptr"/>
        <param name="format" type="GLenum"/>
        <param name="type" type="GLenum"/>
        <param name="data" type="const GLvoid *"/>
    </function>

<!--    <function name="ClearNamedBufferDataEXT" offset="assign">
        <param name="buffer" type="GLuint"/>
        <param name="internalformat" type="GLenum"/>
        <param name="format" type="GLenum"/>
        <param name="type" type="GLenum"/>
        <param name="data" type="const GLvoid *"/>
    </function>


    <function name="ClearNamedBufferSubDataEXT" offset="assign">
        <param name="buffer" type="GLuint"/>
        <param name="internalformat" type="GLenum"/>
        <param name="offset" type="GLintptr"/>
        <param name="size" type="GLsizeiptr"/>
        <param name="format" type="GLenum"/>
        <param name="type" type="GLenum"/>
        <param name="data" type="const GLvoid *"/>
    </function> -->

</category>

</OpenGLAPI>