mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-15 03:00:18 +01:00
Note that we are missing the ARB_internalformat_query extension, which provides the glGetInternalformativ function needed by GL ES 3.0. Reviewed-by: Paul Berry <stereotype441@gmail.com>
24 lines
635 B
XML
24 lines
635 B
XML
<?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" es2="3.0">
|
|
<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>
|