mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
glapi: GL_ARB_copy_buffer xml info
This commit is contained in:
parent
45b77830eb
commit
4a1e4f9881
1 changed files with 24 additions and 0 deletions
24
src/mesa/glapi/ARB_copy_buffer.xml
Normal file
24
src/mesa/glapi/ARB_copy_buffer.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
||||
|
||||
<!-- Note: no GLX protocol info yet. -->
|
||||
|
||||
|
||||
<OpenGLAPI>
|
||||
|
||||
<category name="GL_ARB_copy_buffer" number="59">
|
||||
|
||||
<enum name="COPY_READ_BUFFER" value="0x8F36"/>
|
||||
<enum name="COPY_WRITE_BUFFER" value="0x8F37"/>
|
||||
|
||||
<function name="CopyBufferSubData" offset="assign">
|
||||
<param name="readTarget" type="GLenum"/>
|
||||
<param name="writeTarget" type="GLenum"/>
|
||||
<param name="readOffset" type="GLintptr"/>
|
||||
<param name="writeOffset" type="GLintptr"/>
|
||||
<param name="size" type="GLsizeiptr"/>
|
||||
</function>
|
||||
|
||||
</category>
|
||||
|
||||
</OpenGLAPI>
|
||||
Loading…
Add table
Reference in a new issue