mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 00:18:09 +02:00
51 lines
1.6 KiB
XML
51 lines
1.6 KiB
XML
|
|
<?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>
|