aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/ARB_bindless_texture.xml
blob: 2de4493c6c0315283b4a9d42de55a70bc504f7f5 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0"?>
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">

<OpenGLAPI>

<category name="GL_ARB_bindless_texture" number="152">

   <enum name="UNSIGNED_INT64_ARB" value="0x140F" />
   <type name="uint64EXT" unsigned="true" size="8"/>

   <function name="GetTextureHandleARB" no_error="true">
      <return type="GLuint64"/>
      <param name="texture" type="GLuint" />
   </function>

   <function name="GetTextureSamplerHandleARB" no_error="true">
      <return type="GLuint64"/>
      <param name="texture" type="GLuint" />
      <param name="sampler" type="GLuint" />
   </function>

   <function name="MakeTextureHandleResidentARB" no_error="true">
      <param name="handle" type="GLuint64" />
   </function>

   <function name="MakeTextureHandleNonResidentARB" no_error="true">
      <param name="handle" type="GLuint64" />
   </function>

   <function name="GetImageHandleARB" no_error="true">
      <return type="GLuint64"/>
      <param name="texture" type="GLuint" />
      <param name="level" type="GLint" />
      <param name="layered" type="GLboolean" />
      <param name="layer" type="GLint" />
      <param name="format" type="GLenum" />
   </function>

   <function name="MakeImageHandleResidentARB" no_error="true">
      <param name="handle" type="GLuint64" />
      <param name="access" type="GLenum" />
   </function>

   <function name="MakeImageHandleNonResidentARB" no_error="true">
      <param name="handle" type="GLuint64" />
   </function>

   <function name="UniformHandleui64ARB">
      <param name="location" type="GLint" />
      <param name="value" type="GLuint64" />
   </function>

   <function name="UniformHandleui64vARB">
      <param name="location" type="GLint" />
      <param name="count" type="GLsizei" />
      <param name="value" type="const GLuint64 *" count="count"/>
   </function>

   <function name="ProgramUniformHandleui64ARB">
      <param name="program" type="GLuint" />
      <param name="location" type="GLint" />
      <param name="value" type="GLuint64" />
   </function>

   <function name="ProgramUniformHandleui64vARB">
      <param name="program" type="GLuint" />
      <param name="location" type="GLint" />
      <param name="count" type="GLsizei" />
      <param name="value" type="const GLuint64 *" count="count"/>
   </function>

   <function name="IsTextureHandleResidentARB" no_error="true">
      <return type="GLboolean"/>
      <param name="handle" type="GLuint64" />
   </function>

   <function name="IsImageHandleResidentARB" no_error="true">
      <return type="GLboolean"/>
      <param name="handle" type="GLuint64" />
   </function>

   <function name="VertexAttribL1ui64ARB" exec="dynamic">
      <param name="index" type="GLuint" />
      <param name="x" type="GLuint64EXT" />
   </function>

   <function name="VertexAttribL1ui64vARB" exec="dynamic">
      <param name="index" type="GLuint" />
      <param name="v" type="const GLuint64EXT *" count="1"/>
   </function>

   <function name="GetVertexAttribLui64vARB">
      <param name="index" type="GLuint" />
      <param name="pname" type="GLenum" />
      <param name="params" type="GLuint64EXT *" />
   </function>

</category>

</OpenGLAPI>