~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/mapi/glapi/gen/ARB_texture_buffer_range.xml

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
3
 
 
4
 
<OpenGLAPI>
5
 
 
6
 
<category name="GL_ARB_texture_buffer_range" number="139">
7
 
 
8
 
    <enum name="TEXTURE_BUFFER_OFFSET"                  value="0x919D"/>
9
 
    <enum name="TEXTURE_BUFFER_SIZE"                    value="0x919E"/>
10
 
    <enum name="TEXTURE_BUFFER_OFFSET_ALIGNMENT"        value="0x919F"/>
11
 
 
12
 
    <function name="TexBufferRange" es2="3.2">
13
 
        <param name="target" type="GLenum"/>
14
 
        <param name="internalformat" type="GLenum"/>
15
 
        <param name="buffer" type="GLuint"/>
16
 
        <param name="offset" type="GLintptr"/>
17
 
        <param name="size" type="GLsizeiptr"/>
18
 
    </function>
19
 
 
20
 
    <function name="TextureBufferRangeEXT">
21
 
        <param name="texture" type="GLuint"/>
22
 
        <param name="target" type="GLenum"/>
23
 
        <param name="internalformat" type="GLenum"/>
24
 
        <param name="buffer" type="GLuint"/>
25
 
        <param name="offset" type="GLintptr"/>
26
 
        <param name="size" type="GLsizeiptr"/>
27
 
    </function>
28
 
 
29
 
</category>
30
 
 
31
 
</OpenGLAPI>