2012-08-13 13:15:24 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
|
|
|
|
|
|
<OpenGLAPI>
|
|
|
|
|
<category name="GL_ARB_invalidate_subdata" number="666">
|
2017-07-18 18:02:51 +02:00
|
|
|
<function name="InvalidateTexSubImage" no_error="true">
|
2012-08-13 13:15:24 -07:00
|
|
|
<param name="texture" type="GLuint"/>
|
|
|
|
|
<param name="level" type="GLint"/>
|
|
|
|
|
<param name="xoffset" type="GLint"/>
|
|
|
|
|
<param name="yoffset" type="GLint"/>
|
|
|
|
|
<param name="zoffset" type="GLint"/>
|
|
|
|
|
<param name="width" type="GLsizei"/>
|
|
|
|
|
<param name="height" type="GLsizei"/>
|
|
|
|
|
<param name="depth" type="GLsizei"/>
|
|
|
|
|
</function>
|
|
|
|
|
|
2017-07-18 18:02:51 +02:00
|
|
|
<function name="InvalidateTexImage" no_error="true">
|
2012-08-13 13:15:24 -07:00
|
|
|
<param name="texture" type="GLuint"/>
|
|
|
|
|
<param name="level" type="GLint"/>
|
|
|
|
|
</function>
|
|
|
|
|
|
2017-05-31 14:15:37 +02:00
|
|
|
<function name="InvalidateBufferSubData" no_error="true">
|
2012-08-13 13:15:24 -07:00
|
|
|
<param name="buffer" type="GLuint"/>
|
|
|
|
|
<param name="offset" type="GLintptr"/>
|
|
|
|
|
<param name="length" type="GLsizeiptr"/>
|
|
|
|
|
</function>
|
|
|
|
|
|
2017-05-31 14:18:00 +02:00
|
|
|
<function name="InvalidateBufferData" no_error="true">
|
2012-08-13 13:15:24 -07:00
|
|
|
<param name="buffer" type="GLuint"/>
|
|
|
|
|
</function>
|
|
|
|
|
|
2017-07-18 18:02:51 +02:00
|
|
|
<function name="InvalidateSubFramebuffer" es2="3.0" no_error="true">
|
2012-08-13 13:15:24 -07:00
|
|
|
<param name="target" type="GLenum"/>
|
|
|
|
|
<param name="numAttachments" type="GLsizei" counter="true"/>
|
|
|
|
|
<param name="attachments" type="const GLenum *" count="numAttachments"/>
|
|
|
|
|
<param name="x" type="GLint"/>
|
|
|
|
|
<param name="y" type="GLint"/>
|
|
|
|
|
<param name="width" type="GLsizei"/>
|
|
|
|
|
<param name="height" type="GLsizei"/>
|
|
|
|
|
</function>
|
|
|
|
|
|
2017-07-18 18:02:51 +02:00
|
|
|
<function name="InvalidateFramebuffer" es2="3.0" no_error="true">
|
2012-08-13 13:15:24 -07:00
|
|
|
<param name="target" type="GLenum"/>
|
|
|
|
|
<param name="numAttachments" type="GLsizei" counter="true"/>
|
|
|
|
|
<param name="attachments" type="const GLenum *" count="numAttachments"/>
|
|
|
|
|
</function>
|
|
|
|
|
</category>
|
|
|
|
|
</OpenGLAPI>
|