Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-nv_gpu_shader5.lisp
blobb90d43566b34265a63cd2df58c14b9a617216709
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; nv_gpu_shader5
7 (defconstant +patches+ #xE)
8 (defconstant +int64-nv+ #x140E)
9 (defconstant +unsigned-int64-nv+ #x140F)
10 (defconstant +int8-nv+ #x8FE0)
11 (defconstant +int8-vec2-nv+ #x8FE1)
12 (defconstant +int8-vec3-nv+ #x8FE2)
13 (defconstant +int8-vec4-nv+ #x8FE3)
14 (defconstant +int16-nv+ #x8FE4)
15 (defconstant +int16-vec2-nv+ #x8FE5)
16 (defconstant +int16-vec3-nv+ #x8FE6)
17 (defconstant +int16-vec4-nv+ #x8FE7)
18 (defconstant +int64-vec2-nv+ #x8FE9)
19 (defconstant +int64-vec3-nv+ #x8FEA)
20 (defconstant +int64-vec4-nv+ #x8FEB)
21 (defconstant +unsigned-int8-nv+ #x8FEC)
22 (defconstant +unsigned-int8-vec2-nv+ #x8FED)
23 (defconstant +unsigned-int8-vec3-nv+ #x8FEE)
24 (defconstant +unsigned-int8-vec4-nv+ #x8FEF)
25 (defconstant +unsigned-int16-nv+ #x8FF0)
26 (defconstant +unsigned-int16-vec2-nv+ #x8FF1)
27 (defconstant +unsigned-int16-vec3-nv+ #x8FF2)
28 (defconstant +unsigned-int16-vec4-nv+ #x8FF3)
29 (defconstant +unsigned-int64-vec2-nv+ #x8FF5)
30 (defconstant +unsigned-int64-vec3-nv+ #x8FF6)
31 (defconstant +unsigned-int64-vec4-nv+ #x8FF7)
32 (defconstant +float16-nv+ #x8FF8)
33 (defconstant +float16-vec2-nv+ #x8FF9)
34 (defconstant +float16-vec3-nv+ #x8FFA)
35 (defconstant +float16-vec4-nv+ #x8FFB)
36 (defconstant +double-vec2+ #x8FFC)
37 (defconstant +double-vec3+ #x8FFD)
38 (defconstant +double-vec4+ #x8FFE)
39 (defconstant +int64-nv+ #x140E)
40 (defconstant +unsigned-int64-nv+ #x140F)
41 (defconstant +int8-nv+ #x8FE0)
42 (defconstant +int8-vec2-nv+ #x8FE1)
43 (defconstant +int8-vec3-nv+ #x8FE2)
44 (defconstant +int8-vec4-nv+ #x8FE3)
45 (defconstant +int16-nv+ #x8FE4)
46 (defconstant +int16-vec2-nv+ #x8FE5)
47 (defconstant +int16-vec3-nv+ #x8FE6)
48 (defconstant +int16-vec4-nv+ #x8FE7)
49 (defconstant +int64-vec2-nv+ #x8FE9)
50 (defconstant +int64-vec3-nv+ #x8FEA)
51 (defconstant +int64-vec4-nv+ #x8FEB)
52 (defconstant +unsigned-int8-nv+ #x8FEC)
53 (defconstant +unsigned-int8-vec2-nv+ #x8FED)
54 (defconstant +unsigned-int8-vec3-nv+ #x8FEE)
55 (defconstant +unsigned-int8-vec4-nv+ #x8FEF)
56 (defconstant +unsigned-int16-nv+ #x8FF0)
57 (defconstant +unsigned-int16-vec2-nv+ #x8FF1)
58 (defconstant +unsigned-int16-vec3-nv+ #x8FF2)
59 (defconstant +unsigned-int16-vec4-nv+ #x8FF3)
60 (defconstant +unsigned-int64-vec2-nv+ #x8FF5)
61 (defconstant +unsigned-int64-vec3-nv+ #x8FF6)
62 (defconstant +unsigned-int64-vec4-nv+ #x8FF7)
63 (defconstant +float16-nv+ #x8FF8)
64 (defconstant +float16-vec2-nv+ #x8FF9)
65 (defconstant +float16-vec3-nv+ #x8FFA)
66 (defconstant +float16-vec4-nv+ #x8FFB)
67 (defconstant +patches+ #xE)
68 (defglextfun "ProgramUniform4ui64vNV" program-uniform-4ui-64v-nv :return "void"
69 :args
70 ((:name |program| :type |UInt32| :direction :in)
71 (:name |location| :type |Int32| :direction :in)
72 (:name |count| :type |SizeI| :direction :in)
73 (:name |value| :type |UInt64EXT| :direction :in :array t :size
74 (|count| |4|)))
75 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
76 (defglextfun "ProgramUniform3ui64vNV" program-uniform-3ui-64v-nv :return "void"
77 :args
78 ((:name |program| :type |UInt32| :direction :in)
79 (:name |location| :type |Int32| :direction :in)
80 (:name |count| :type |SizeI| :direction :in)
81 (:name |value| :type |UInt64EXT| :direction :in :array t :size
82 (|count| |3|)))
83 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
84 (defglextfun "ProgramUniform2ui64vNV" program-uniform-2ui-64v-nv :return "void"
85 :args
86 ((:name |program| :type |UInt32| :direction :in)
87 (:name |location| :type |Int32| :direction :in)
88 (:name |count| :type |SizeI| :direction :in)
89 (:name |value| :type |UInt64EXT| :direction :in :array t :size
90 (|count| |2|)))
91 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
92 (defglextfun "ProgramUniform1ui64vNV" program-uniform-1ui-64v-nv :return "void"
93 :args
94 ((:name |program| :type |UInt32| :direction :in)
95 (:name |location| :type |Int32| :direction :in)
96 (:name |count| :type |SizeI| :direction :in)
97 (:name |value| :type |UInt64EXT| :direction :in :array t :size count))
98 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
99 (defglextfun "ProgramUniform4ui64NV" program-uniform-4ui-64-nv :return "void"
100 :args
101 ((:name |program| :type |UInt32| :direction :in)
102 (:name |location| :type |Int32| :direction :in)
103 (:name |x| :type |UInt64EXT| :direction :in)
104 (:name |y| :type |UInt64EXT| :direction :in)
105 (:name |z| :type |UInt64EXT| :direction :in)
106 (:name |w| :type |UInt64EXT| :direction :in))
107 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
108 (defglextfun "ProgramUniform3ui64NV" program-uniform-3ui-64-nv :return "void"
109 :args
110 ((:name |program| :type |UInt32| :direction :in)
111 (:name |location| :type |Int32| :direction :in)
112 (:name |x| :type |UInt64EXT| :direction :in)
113 (:name |y| :type |UInt64EXT| :direction :in)
114 (:name |z| :type |UInt64EXT| :direction :in))
115 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
116 (defglextfun "ProgramUniform2ui64NV" program-uniform-2ui-64-nv :return "void"
117 :args
118 ((:name |program| :type |UInt32| :direction :in)
119 (:name |location| :type |Int32| :direction :in)
120 (:name |x| :type |UInt64EXT| :direction :in)
121 (:name |y| :type |UInt64EXT| :direction :in))
122 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
123 (defglextfun "ProgramUniform1ui64NV" program-uniform-1ui-64-nv :return "void"
124 :args
125 ((:name |program| :type |UInt32| :direction :in)
126 (:name |location| :type |Int32| :direction :in)
127 (:name |x| :type |UInt64EXT| :direction :in))
128 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
129 (defglextfun "ProgramUniform4i64vNV" program-uniform-4i-64v-nv :return "void"
130 :args
131 ((:name |program| :type |UInt32| :direction :in)
132 (:name |location| :type |Int32| :direction :in)
133 (:name |count| :type |SizeI| :direction :in)
134 (:name |value| :type |Int64EXT| :direction :in :array t :size (|count| |4|)))
135 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
136 (defglextfun "ProgramUniform3i64vNV" program-uniform-3i-64v-nv :return "void"
137 :args
138 ((:name |program| :type |UInt32| :direction :in)
139 (:name |location| :type |Int32| :direction :in)
140 (:name |count| :type |SizeI| :direction :in)
141 (:name |value| :type |Int64EXT| :direction :in :array t :size (|count| |3|)))
142 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
143 (defglextfun "ProgramUniform2i64vNV" program-uniform-2i-64v-nv :return "void"
144 :args
145 ((:name |program| :type |UInt32| :direction :in)
146 (:name |location| :type |Int32| :direction :in)
147 (:name |count| :type |SizeI| :direction :in)
148 (:name |value| :type |Int64EXT| :direction :in :array t :size (|count| |2|)))
149 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
150 (defglextfun "ProgramUniform1i64vNV" program-uniform-1i-64v-nv :return "void"
151 :args
152 ((:name |program| :type |UInt32| :direction :in)
153 (:name |location| :type |Int32| :direction :in)
154 (:name |count| :type |SizeI| :direction :in)
155 (:name |value| :type |Int64EXT| :direction :in :array t :size count))
156 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
157 (defglextfun "ProgramUniform4i64NV" program-uniform-4i-64-nv :return "void"
158 :args
159 ((:name |program| :type |UInt32| :direction :in)
160 (:name |location| :type |Int32| :direction :in)
161 (:name |x| :type |Int64EXT| :direction :in)
162 (:name |y| :type |Int64EXT| :direction :in)
163 (:name |z| :type |Int64EXT| :direction :in)
164 (:name |w| :type |Int64EXT| :direction :in))
165 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
166 (defglextfun "ProgramUniform3i64NV" program-uniform-3i-64-nv :return "void"
167 :args
168 ((:name |program| :type |UInt32| :direction :in)
169 (:name |location| :type |Int32| :direction :in)
170 (:name |x| :type |Int64EXT| :direction :in)
171 (:name |y| :type |Int64EXT| :direction :in)
172 (:name |z| :type |Int64EXT| :direction :in))
173 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
174 (defglextfun "ProgramUniform2i64NV" program-uniform-2i-64-nv :return "void"
175 :args
176 ((:name |program| :type |UInt32| :direction :in)
177 (:name |location| :type |Int32| :direction :in)
178 (:name |x| :type |Int64EXT| :direction :in)
179 (:name |y| :type |Int64EXT| :direction :in))
180 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
181 (defglextfun "ProgramUniform1i64NV" program-uniform-1i-64-nv :return "void"
182 :args
183 ((:name |program| :type |UInt32| :direction :in)
184 (:name |location| :type |Int32| :direction :in)
185 (:name |x| :type |Int64EXT| :direction :in))
186 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
187 (defglextfun "GetUniformi64vNV" get-uniformi-64v-nv :return "void" :args
188 ((:name |program| :type |UInt32| :direction :in)
189 (:name |location| :type |Int32| :direction :in)
190 (:name |params| :type |Int64EXT| :direction :out :array t :size
191 (|location|)))
192 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
193 (defglextfun "Uniform4ui64vNV" uniform-4ui-64v-nv :return "void" :args
194 ((:name |location| :type |Int32| :direction :in)
195 (:name |count| :type |SizeI| :direction :in)
196 (:name |value| :type |UInt64EXT| :direction :in :array t :size
197 (|count| |4|)))
198 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
199 (defglextfun "Uniform3ui64vNV" uniform-3ui-64v-nv :return "void" :args
200 ((:name |location| :type |Int32| :direction :in)
201 (:name |count| :type |SizeI| :direction :in)
202 (:name |value| :type |UInt64EXT| :direction :in :array t :size
203 (|count| |3|)))
204 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
205 (defglextfun "Uniform2ui64vNV" uniform-2ui-64v-nv :return "void" :args
206 ((:name |location| :type |Int32| :direction :in)
207 (:name |count| :type |SizeI| :direction :in)
208 (:name |value| :type |UInt64EXT| :direction :in :array t :size
209 (|count| |2|)))
210 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
211 (defglextfun "Uniform1ui64vNV" uniform-1ui-64v-nv :return "void" :args
212 ((:name |location| :type |Int32| :direction :in)
213 (:name |count| :type |SizeI| :direction :in)
214 (:name |value| :type |UInt64EXT| :direction :in :array t :size count))
215 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
216 (defglextfun "Uniform4ui64NV" uniform-4ui-64-nv :return "void" :args
217 ((:name |location| :type |Int32| :direction :in)
218 (:name |x| :type |UInt64EXT| :direction :in)
219 (:name |y| :type |UInt64EXT| :direction :in)
220 (:name |z| :type |UInt64EXT| :direction :in)
221 (:name |w| :type |UInt64EXT| :direction :in))
222 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
223 (defglextfun "Uniform3ui64NV" uniform-3ui-64-nv :return "void" :args
224 ((:name |location| :type |Int32| :direction :in)
225 (:name |x| :type |UInt64EXT| :direction :in)
226 (:name |y| :type |UInt64EXT| :direction :in)
227 (:name |z| :type |UInt64EXT| :direction :in))
228 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
229 (defglextfun "Uniform2ui64NV" uniform-2ui-64-nv :return "void" :args
230 ((:name |location| :type |Int32| :direction :in)
231 (:name |x| :type |UInt64EXT| :direction :in)
232 (:name |y| :type |UInt64EXT| :direction :in))
233 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
234 (defglextfun "Uniform1ui64NV" uniform-1ui-64-nv :return "void" :args
235 ((:name |location| :type |Int32| :direction :in)
236 (:name |x| :type |UInt64EXT| :direction :in))
237 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
238 (defglextfun "Uniform4i64vNV" uniform-4i-64v-nv :return "void" :args
239 ((:name |location| :type |Int32| :direction :in)
240 (:name |count| :type |SizeI| :direction :in)
241 (:name |value| :type |Int64EXT| :direction :in :array t :size (|count| |4|)))
242 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
243 (defglextfun "Uniform3i64vNV" uniform-3i-64v-nv :return "void" :args
244 ((:name |location| :type |Int32| :direction :in)
245 (:name |count| :type |SizeI| :direction :in)
246 (:name |value| :type |Int64EXT| :direction :in :array t :size (|count| |3|)))
247 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
248 (defglextfun "Uniform2i64vNV" uniform-2i-64v-nv :return "void" :args
249 ((:name |location| :type |Int32| :direction :in)
250 (:name |count| :type |SizeI| :direction :in)
251 (:name |value| :type |Int64EXT| :direction :in :array t :size (|count| |2|)))
252 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
253 (defglextfun "Uniform1i64vNV" uniform-1i-64v-nv :return "void" :args
254 ((:name |location| :type |Int32| :direction :in)
255 (:name |count| :type |SizeI| :direction :in)
256 (:name |value| :type |Int64EXT| :direction :in :array t :size count))
257 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
258 (defglextfun "Uniform4i64NV" uniform-4i-64-nv :return "void" :args
259 ((:name |location| :type |Int32| :direction :in)
260 (:name |x| :type |Int64EXT| :direction :in)
261 (:name |y| :type |Int64EXT| :direction :in)
262 (:name |z| :type |Int64EXT| :direction :in)
263 (:name |w| :type |Int64EXT| :direction :in))
264 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
265 (defglextfun "Uniform3i64NV" uniform-3i-64-nv :return "void" :args
266 ((:name |location| :type |Int32| :direction :in)
267 (:name |x| :type |Int64EXT| :direction :in)
268 (:name |y| :type |Int64EXT| :direction :in)
269 (:name |z| :type |Int64EXT| :direction :in))
270 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
271 (defglextfun "Uniform2i64NV" uniform-2i-64-nv :return "void" :args
272 ((:name |location| :type |Int32| :direction :in)
273 (:name |x| :type |Int64EXT| :direction :in)
274 (:name |y| :type |Int64EXT| :direction :in))
275 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
276 (defglextfun "Uniform1i64NV" uniform-1i-64-nv :return "void" :args
277 ((:name |location| :type |Int32| :direction :in)
278 (:name |x| :type |Int64EXT| :direction :in))
279 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
280 (make-extension-loader |NV_gpu_shader5|
281 (("ProgramUniform4ui64vNV" program-uniform-4ui-64v-nv :return "void" :args
282 ((:name |program| :type |UInt32| :direction :in)
283 (:name |location| :type |Int32| :direction :in)
284 (:name |count| :type |SizeI| :direction :in)
285 (:name |value| :type |UInt64EXT| :direction :in :array t :size
286 (|count| |4|)))
287 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
288 ("ProgramUniform3ui64vNV" program-uniform-3ui-64v-nv :return "void" :args
289 ((:name |program| :type |UInt32| :direction :in)
290 (:name |location| :type |Int32| :direction :in)
291 (:name |count| :type |SizeI| :direction :in)
292 (:name |value| :type |UInt64EXT| :direction :in :array t :size
293 (|count| |3|)))
294 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
295 ("ProgramUniform2ui64vNV" program-uniform-2ui-64v-nv :return "void" :args
296 ((:name |program| :type |UInt32| :direction :in)
297 (:name |location| :type |Int32| :direction :in)
298 (:name |count| :type |SizeI| :direction :in)
299 (:name |value| :type |UInt64EXT| :direction :in :array t :size
300 (|count| |2|)))
301 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
302 ("ProgramUniform1ui64vNV" program-uniform-1ui-64v-nv :return "void" :args
303 ((:name |program| :type |UInt32| :direction :in)
304 (:name |location| :type |Int32| :direction :in)
305 (:name |count| :type |SizeI| :direction :in)
306 (:name |value| :type |UInt64EXT| :direction :in :array t :size count))
307 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
308 ("ProgramUniform4ui64NV" program-uniform-4ui-64-nv :return "void" :args
309 ((:name |program| :type |UInt32| :direction :in)
310 (:name |location| :type |Int32| :direction :in)
311 (:name |x| :type |UInt64EXT| :direction :in)
312 (:name |y| :type |UInt64EXT| :direction :in)
313 (:name |z| :type |UInt64EXT| :direction :in)
314 (:name |w| :type |UInt64EXT| :direction :in))
315 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
316 ("ProgramUniform3ui64NV" program-uniform-3ui-64-nv :return "void" :args
317 ((:name |program| :type |UInt32| :direction :in)
318 (:name |location| :type |Int32| :direction :in)
319 (:name |x| :type |UInt64EXT| :direction :in)
320 (:name |y| :type |UInt64EXT| :direction :in)
321 (:name |z| :type |UInt64EXT| :direction :in))
322 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
323 ("ProgramUniform2ui64NV" program-uniform-2ui-64-nv :return "void" :args
324 ((:name |program| :type |UInt32| :direction :in)
325 (:name |location| :type |Int32| :direction :in)
326 (:name |x| :type |UInt64EXT| :direction :in)
327 (:name |y| :type |UInt64EXT| :direction :in))
328 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
329 ("ProgramUniform1ui64NV" program-uniform-1ui-64-nv :return "void" :args
330 ((:name |program| :type |UInt32| :direction :in)
331 (:name |location| :type |Int32| :direction :in)
332 (:name |x| :type |UInt64EXT| :direction :in))
333 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
334 ("ProgramUniform4i64vNV" program-uniform-4i-64v-nv :return "void" :args
335 ((:name |program| :type |UInt32| :direction :in)
336 (:name |location| :type |Int32| :direction :in)
337 (:name |count| :type |SizeI| :direction :in)
338 (:name |value| :type |Int64EXT| :direction :in :array t :size
339 (|count| |4|)))
340 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
341 ("ProgramUniform3i64vNV" program-uniform-3i-64v-nv :return "void" :args
342 ((:name |program| :type |UInt32| :direction :in)
343 (:name |location| :type |Int32| :direction :in)
344 (:name |count| :type |SizeI| :direction :in)
345 (:name |value| :type |Int64EXT| :direction :in :array t :size
346 (|count| |3|)))
347 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
348 ("ProgramUniform2i64vNV" program-uniform-2i-64v-nv :return "void" :args
349 ((:name |program| :type |UInt32| :direction :in)
350 (:name |location| :type |Int32| :direction :in)
351 (:name |count| :type |SizeI| :direction :in)
352 (:name |value| :type |Int64EXT| :direction :in :array t :size
353 (|count| |2|)))
354 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
355 ("ProgramUniform1i64vNV" program-uniform-1i-64v-nv :return "void" :args
356 ((:name |program| :type |UInt32| :direction :in)
357 (:name |location| :type |Int32| :direction :in)
358 (:name |count| :type |SizeI| :direction :in)
359 (:name |value| :type |Int64EXT| :direction :in :array t :size count))
360 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
361 ("ProgramUniform4i64NV" program-uniform-4i-64-nv :return "void" :args
362 ((:name |program| :type |UInt32| :direction :in)
363 (:name |location| :type |Int32| :direction :in)
364 (:name |x| :type |Int64EXT| :direction :in)
365 (:name |y| :type |Int64EXT| :direction :in)
366 (:name |z| :type |Int64EXT| :direction :in)
367 (:name |w| :type |Int64EXT| :direction :in))
368 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
369 ("ProgramUniform3i64NV" program-uniform-3i-64-nv :return "void" :args
370 ((:name |program| :type |UInt32| :direction :in)
371 (:name |location| :type |Int32| :direction :in)
372 (:name |x| :type |Int64EXT| :direction :in)
373 (:name |y| :type |Int64EXT| :direction :in)
374 (:name |z| :type |Int64EXT| :direction :in))
375 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
376 ("ProgramUniform2i64NV" program-uniform-2i-64-nv :return "void" :args
377 ((:name |program| :type |UInt32| :direction :in)
378 (:name |location| :type |Int32| :direction :in)
379 (:name |x| :type |Int64EXT| :direction :in)
380 (:name |y| :type |Int64EXT| :direction :in))
381 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
382 ("ProgramUniform1i64NV" program-uniform-1i-64-nv :return "void" :args
383 ((:name |program| :type |UInt32| :direction :in)
384 (:name |location| :type |Int32| :direction :in)
385 (:name |x| :type |Int64EXT| :direction :in))
386 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
387 ("GetUniformi64vNV" get-uniformi-64v-nv :return "void" :args
388 ((:name |program| :type |UInt32| :direction :in)
389 (:name |location| :type |Int32| :direction :in)
390 (:name |params| :type |Int64EXT| :direction :out :array t :size
391 (|location|)))
392 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
393 ("Uniform4ui64vNV" uniform-4ui-64v-nv :return "void" :args
394 ((:name |location| :type |Int32| :direction :in)
395 (:name |count| :type |SizeI| :direction :in)
396 (:name |value| :type |UInt64EXT| :direction :in :array t :size
397 (|count| |4|)))
398 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
399 ("Uniform3ui64vNV" uniform-3ui-64v-nv :return "void" :args
400 ((:name |location| :type |Int32| :direction :in)
401 (:name |count| :type |SizeI| :direction :in)
402 (:name |value| :type |UInt64EXT| :direction :in :array t :size
403 (|count| |3|)))
404 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
405 ("Uniform2ui64vNV" uniform-2ui-64v-nv :return "void" :args
406 ((:name |location| :type |Int32| :direction :in)
407 (:name |count| :type |SizeI| :direction :in)
408 (:name |value| :type |UInt64EXT| :direction :in :array t :size
409 (|count| |2|)))
410 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
411 ("Uniform1ui64vNV" uniform-1ui-64v-nv :return "void" :args
412 ((:name |location| :type |Int32| :direction :in)
413 (:name |count| :type |SizeI| :direction :in)
414 (:name |value| :type |UInt64EXT| :direction :in :array t :size count))
415 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
416 ("Uniform4ui64NV" uniform-4ui-64-nv :return "void" :args
417 ((:name |location| :type |Int32| :direction :in)
418 (:name |x| :type |UInt64EXT| :direction :in)
419 (:name |y| :type |UInt64EXT| :direction :in)
420 (:name |z| :type |UInt64EXT| :direction :in)
421 (:name |w| :type |UInt64EXT| :direction :in))
422 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
423 ("Uniform3ui64NV" uniform-3ui-64-nv :return "void" :args
424 ((:name |location| :type |Int32| :direction :in)
425 (:name |x| :type |UInt64EXT| :direction :in)
426 (:name |y| :type |UInt64EXT| :direction :in)
427 (:name |z| :type |UInt64EXT| :direction :in))
428 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
429 ("Uniform2ui64NV" uniform-2ui-64-nv :return "void" :args
430 ((:name |location| :type |Int32| :direction :in)
431 (:name |x| :type |UInt64EXT| :direction :in)
432 (:name |y| :type |UInt64EXT| :direction :in))
433 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
434 ("Uniform1ui64NV" uniform-1ui-64-nv :return "void" :args
435 ((:name |location| :type |Int32| :direction :in)
436 (:name |x| :type |UInt64EXT| :direction :in))
437 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
438 ("Uniform4i64vNV" uniform-4i-64v-nv :return "void" :args
439 ((:name |location| :type |Int32| :direction :in)
440 (:name |count| :type |SizeI| :direction :in)
441 (:name |value| :type |Int64EXT| :direction :in :array t :size
442 (|count| |4|)))
443 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
444 ("Uniform3i64vNV" uniform-3i-64v-nv :return "void" :args
445 ((:name |location| :type |Int32| :direction :in)
446 (:name |count| :type |SizeI| :direction :in)
447 (:name |value| :type |Int64EXT| :direction :in :array t :size
448 (|count| |3|)))
449 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
450 ("Uniform2i64vNV" uniform-2i-64v-nv :return "void" :args
451 ((:name |location| :type |Int32| :direction :in)
452 (:name |count| :type |SizeI| :direction :in)
453 (:name |value| :type |Int64EXT| :direction :in :array t :size
454 (|count| |2|)))
455 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
456 ("Uniform1i64vNV" uniform-1i-64v-nv :return "void" :args
457 ((:name |location| :type |Int32| :direction :in)
458 (:name |count| :type |SizeI| :direction :in)
459 (:name |value| :type |Int64EXT| :direction :in :array t :size count))
460 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
461 ("Uniform4i64NV" uniform-4i-64-nv :return "void" :args
462 ((:name |location| :type |Int32| :direction :in)
463 (:name |x| :type |Int64EXT| :direction :in)
464 (:name |y| :type |Int64EXT| :direction :in)
465 (:name |z| :type |Int64EXT| :direction :in)
466 (:name |w| :type |Int64EXT| :direction :in))
467 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
468 ("Uniform3i64NV" uniform-3i-64-nv :return "void" :args
469 ((:name |location| :type |Int32| :direction :in)
470 (:name |x| :type |Int64EXT| :direction :in)
471 (:name |y| :type |Int64EXT| :direction :in)
472 (:name |z| :type |Int64EXT| :direction :in))
473 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
474 ("Uniform2i64NV" uniform-2i-64-nv :return "void" :args
475 ((:name |location| :type |Int32| :direction :in)
476 (:name |x| :type |Int64EXT| :direction :in)
477 (:name |y| :type |Int64EXT| :direction :in))
478 :category "NV_gpu_shader5" :deprecated nil :version "4.1")
479 ("Uniform1i64NV" uniform-1i-64-nv :return "void" :args
480 ((:name |location| :type |Int32| :direction :in)
481 (:name |x| :type |Int64EXT| :direction :in))
482 :category "NV_gpu_shader5" :deprecated nil :version "4.1")))