summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/ARB_invalidate_subdata.xml
blob: 2cbc4f63be7db1a2f1471af3c789cf626b119d4e (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
<?xml version="1.0"?>
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">

<OpenGLAPI>
<category name="GL_ARB_invalidate_subdata" number="666">
  <function name="InvalidateTexSubImage">
    <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>

  <function name="InvalidateTexImage">
    <param name="texture" type="GLuint"/>
    <param name="level" type="GLint"/>
  </function>

  <function name="InvalidateBufferSubData" no_error="true">
    <param name="buffer" type="GLuint"/>
    <param name="offset" type="GLintptr"/>
    <param name="length" type="GLsizeiptr"/>
  </function>

  <function name="InvalidateBufferData" no_error="true">
    <param name="buffer" type="GLuint"/>
  </function>

  <function name="InvalidateSubFramebuffer" es2="3.0">
    <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>

  <function name="InvalidateFramebuffer" es2="3.0">
    <param name="target" type="GLenum"/>
    <param name="numAttachments" type="GLsizei" counter="true"/>
    <param name="attachments" type="const GLenum *" count="numAttachments"/>
  </function>
</category>
</OpenGLAPI>