Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-arb_vertex_program.lisp
blob3a78dfda698a362dcaf4204caf6ee531013f9787
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 ;;;; arb_vertex_program
7 (defconstant +color-sum-arb+ #x8458)
8 (defconstant +color-sum-arb+ #x8458)
9 (defconstant +max-vertex-attribs-arb+ #x8869)
10 (defconstant +vertex-attrib-array-normalized-arb+ #x886A)
11 (defconstant +program-instructions-arb+ #x88A0)
12 (defconstant +max-program-instructions-arb+ #x88A1)
13 (defconstant +program-native-instructions-arb+ #x88A2)
14 (defconstant +max-program-native-instructions-arb+ #x88A3)
15 (defconstant +program-temporaries-arb+ #x88A4)
16 (defconstant +max-program-temporaries-arb+ #x88A5)
17 (defconstant +program-native-temporaries-arb+ #x88A6)
18 (defconstant +max-program-native-temporaries-arb+ #x88A7)
19 (defconstant +program-parameters-arb+ #x88A8)
20 (defconstant +max-program-parameters-arb+ #x88A9)
21 (defconstant +program-native-parameters-arb+ #x88AA)
22 (defconstant +max-program-native-parameters-arb+ #x88AB)
23 (defconstant +program-attribs-arb+ #x88AC)
24 (defconstant +max-program-attribs-arb+ #x88AD)
25 (defconstant +program-native-attribs-arb+ #x88AE)
26 (defconstant +max-program-native-attribs-arb+ #x88AF)
27 (defconstant +program-address-registers-arb+ #x88B0)
28 (defconstant +max-program-address-registers-arb+ #x88B1)
29 (defconstant +program-native-address-registers-arb+ #x88B2)
30 (defconstant +max-program-native-address-registers-arb+ #x88B3)
31 (defconstant +max-program-local-parameters-arb+ #x88B4)
32 (defconstant +max-program-env-parameters-arb+ #x88B5)
33 (defconstant +program-under-native-limits-arb+ #x88B6)
34 (defconstant +transpose-current-matrix-arb+ #x88B7)
35 (defconstant +matrix0-arb+ #x88C0)
36 (defconstant +matrix1-arb+ #x88C1)
37 (defconstant +matrix2-arb+ #x88C2)
38 (defconstant +matrix3-arb+ #x88C3)
39 (defconstant +matrix4-arb+ #x88C4)
40 (defconstant +matrix5-arb+ #x88C5)
41 (defconstant +matrix6-arb+ #x88C6)
42 (defconstant +matrix7-arb+ #x88C7)
43 (defconstant +matrix8-arb+ #x88C8)
44 (defconstant +matrix9-arb+ #x88C9)
45 (defconstant +matrix10-arb+ #x88CA)
46 (defconstant +matrix11-arb+ #x88CB)
47 (defconstant +matrix12-arb+ #x88CC)
48 (defconstant +matrix13-arb+ #x88CD)
49 (defconstant +matrix14-arb+ #x88CE)
50 (defconstant +matrix15-arb+ #x88CF)
51 (defconstant +matrix16-arb+ #x88D0)
52 (defconstant +matrix17-arb+ #x88D1)
53 (defconstant +matrix18-arb+ #x88D2)
54 (defconstant +matrix19-arb+ #x88D3)
55 (defconstant +matrix20-arb+ #x88D4)
56 (defconstant +matrix21-arb+ #x88D5)
57 (defconstant +matrix22-arb+ #x88D6)
58 (defconstant +matrix23-arb+ #x88D7)
59 (defconstant +matrix24-arb+ #x88D8)
60 (defconstant +matrix25-arb+ #x88D9)
61 (defconstant +matrix26-arb+ #x88DA)
62 (defconstant +matrix27-arb+ #x88DB)
63 (defconstant +matrix28-arb+ #x88DC)
64 (defconstant +matrix29-arb+ #x88DD)
65 (defconstant +matrix30-arb+ #x88DE)
66 (defconstant +matrix31-arb+ #x88DF)
67 (defglextfun "IsProgramARB" is-program-arb :return "Boolean" :args
68 ((:name |program| :type |UInt32| :direction :in)) :category
69 "ARB_vertex_program" :deprecated nil :version "1.3")
70 (defglextfun "GetVertexAttribPointervARB" get-vertex-attrib-pointerv-arb
71 :return "void" :args
72 ((:name |index| :type |UInt32| :direction :in)
73 (:name |pname| :type |VertexAttribPointerPropertyARB| :direction :in)
74 (:name |pointer| :type |VoidPointer| :direction :out :array t :size #x1))
75 :category "ARB_vertex_program" :deprecated nil :version "1.3")
76 (defglextfun "GetVertexAttribivARB" get-vertex-attrib-iv-arb :return "void"
77 :args
78 ((:name |index| :type |UInt32| :direction :in)
79 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
80 (:name |params| :type |Int32| :direction :out :array t :size #x4))
81 :category "ARB_vertex_program" :deprecated nil :version "1.3")
82 (defglextfun "GetVertexAttribfvARB" get-vertex-attrib-fv-arb :return "void"
83 :args
84 ((:name |index| :type |UInt32| :direction :in)
85 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
86 (:name |params| :type |Float32| :direction :out :array t :size #x4))
87 :category "ARB_vertex_program" :deprecated nil :version "1.3")
88 (defglextfun "GetVertexAttribdvARB" get-vertex-attrib-dv-arb :return "void"
89 :args
90 ((:name |index| :type |UInt32| :direction :in)
91 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
92 (:name |params| :type |Float64| :direction :out :array t :size #x4))
93 :category "ARB_vertex_program" :deprecated nil :version "1.3")
94 (defglextfun "GetProgramStringARB" get-program-string-arb :return "void" :args
95 ((:name |target| :type |ProgramTargetARB| :direction :in)
96 (:name |pname| :type |ProgramStringPropertyARB| :direction :in)
97 (:name |string| :type |Void| :direction :out :array t :size
98 (|target| |pname|)))
99 :category "ARB_vertex_program" :deprecated nil :version "1.3")
100 (defglextfun "GetProgramivARB" get-program-iv-arb :return "void" :args
101 ((:name |target| :type |ProgramTargetARB| :direction :in)
102 (:name |pname| :type |ProgramPropertyARB| :direction :in)
103 (:name |params| :type |Int32| :direction :out :array t :size #x1))
104 :category "ARB_vertex_program" :deprecated nil :version "1.3")
105 (defglextfun "GetProgramLocalParameterfvARB" get-program-local-parameter-fv-arb
106 :return "void" :args
107 ((:name |target| :type |ProgramTargetARB| :direction :in)
108 (:name |index| :type |UInt32| :direction :in)
109 (:name |params| :type |Float32| :direction :out :array t :size #x4))
110 :category "ARB_vertex_program" :deprecated nil :version "1.3")
111 (defglextfun "GetProgramLocalParameterdvARB" get-program-local-parameter-dv-arb
112 :return "void" :args
113 ((:name |target| :type |ProgramTargetARB| :direction :in)
114 (:name |index| :type |UInt32| :direction :in)
115 (:name |params| :type |Float64| :direction :out :array t :size #x4))
116 :category "ARB_vertex_program" :deprecated nil :version "1.3")
117 (defglextfun "GetProgramEnvParameterfvARB" get-program-env-parameter-fv-arb
118 :return "void" :args
119 ((:name |target| :type |ProgramTargetARB| :direction :in)
120 (:name |index| :type |UInt32| :direction :in)
121 (:name |params| :type |Float32| :direction :out :array t :size #x4))
122 :category "ARB_vertex_program" :deprecated nil :version "1.3")
123 (defglextfun "GetProgramEnvParameterdvARB" get-program-env-parameter-dv-arb
124 :return "void" :args
125 ((:name |target| :type |ProgramTargetARB| :direction :in)
126 (:name |index| :type |UInt32| :direction :in)
127 (:name |params| :type |Float64| :direction :out :array t :size #x4))
128 :category "ARB_vertex_program" :deprecated nil :version "1.3")
129 (defglextfun "ProgramLocalParameter4fvARB" program-local-parameter-4fv-arb
130 :return "void" :args
131 ((:name |target| :type |ProgramTargetARB| :direction :in)
132 (:name |index| :type |UInt32| :direction :in)
133 (:name |params| :type |Float32| :direction :in :array t :size #x4))
134 :category "ARB_vertex_program" :deprecated nil :version "1.3")
135 (defglextfun "ProgramLocalParameter4fARB" program-local-parameter-4f-arb
136 :return "void" :args
137 ((:name |target| :type |ProgramTargetARB| :direction :in)
138 (:name |index| :type |UInt32| :direction :in)
139 (:name |x| :type |Float32| :direction :in)
140 (:name |y| :type |Float32| :direction :in)
141 (:name |z| :type |Float32| :direction :in)
142 (:name |w| :type |Float32| :direction :in))
143 :category "ARB_vertex_program" :deprecated nil :version "1.3")
144 (defglextfun "ProgramLocalParameter4dvARB" program-local-parameter-4dv-arb
145 :return "void" :args
146 ((:name |target| :type |ProgramTargetARB| :direction :in)
147 (:name |index| :type |UInt32| :direction :in)
148 (:name |params| :type |Float64| :direction :in :array t :size #x4))
149 :category "ARB_vertex_program" :deprecated nil :version "1.3")
150 (defglextfun "ProgramLocalParameter4dARB" program-local-parameter-4d-arb
151 :return "void" :args
152 ((:name |target| :type |ProgramTargetARB| :direction :in)
153 (:name |index| :type |UInt32| :direction :in)
154 (:name |x| :type |Float64| :direction :in)
155 (:name |y| :type |Float64| :direction :in)
156 (:name |z| :type |Float64| :direction :in)
157 (:name |w| :type |Float64| :direction :in))
158 :category "ARB_vertex_program" :deprecated nil :version "1.3")
159 (defglextfun "ProgramEnvParameter4fvARB" program-env-parameter-4fv-arb :return
160 "void" :args
161 ((:name |target| :type |ProgramTargetARB| :direction :in)
162 (:name |index| :type |UInt32| :direction :in)
163 (:name |params| :type |Float32| :direction :in :array t :size #x4))
164 :category "ARB_vertex_program" :deprecated nil :version "1.3")
165 (defglextfun "ProgramEnvParameter4fARB" program-env-parameter-4f-arb :return
166 "void" :args
167 ((:name |target| :type |ProgramTargetARB| :direction :in)
168 (:name |index| :type |UInt32| :direction :in)
169 (:name |x| :type |Float32| :direction :in)
170 (:name |y| :type |Float32| :direction :in)
171 (:name |z| :type |Float32| :direction :in)
172 (:name |w| :type |Float32| :direction :in))
173 :category "ARB_vertex_program" :deprecated nil :version "1.3")
174 (defglextfun "ProgramEnvParameter4dvARB" program-env-parameter-4dv-arb :return
175 "void" :args
176 ((:name |target| :type |ProgramTargetARB| :direction :in)
177 (:name |index| :type |UInt32| :direction :in)
178 (:name |params| :type |Float64| :direction :in :array t :size #x4))
179 :category "ARB_vertex_program" :deprecated nil :version "1.3")
180 (defglextfun "ProgramEnvParameter4dARB" program-env-parameter-4d-arb :return
181 "void" :args
182 ((:name |target| :type |ProgramTargetARB| :direction :in)
183 (:name |index| :type |UInt32| :direction :in)
184 (:name |x| :type |Float64| :direction :in)
185 (:name |y| :type |Float64| :direction :in)
186 (:name |z| :type |Float64| :direction :in)
187 (:name |w| :type |Float64| :direction :in))
188 :category "ARB_vertex_program" :deprecated nil :version "1.3")
189 (defglextfun "GenProgramsARB" gen-programs-arb :return "void" :args
190 ((:name |n| :type |SizeI| :direction :in)
191 (:name |programs| :type |UInt32| :direction :out :array t :size n))
192 :category "ARB_vertex_program" :deprecated nil :version "1.3")
193 (defglextfun "DeleteProgramsARB" delete-programs-arb :return "void" :args
194 ((:name |n| :type |SizeI| :direction :in)
195 (:name |programs| :type |UInt32| :direction :in :array t :size n))
196 :category "ARB_vertex_program" :deprecated nil :version "1.3")
197 (defglextfun "BindProgramARB" bind-program-arb :return "void" :args
198 ((:name |target| :type |ProgramTargetARB| :direction :in)
199 (:name |program| :type |UInt32| :direction :in))
200 :category "ARB_vertex_program" :deprecated nil :version "1.3")
201 (defglextfun "ProgramStringARB" program-string-arb :return "void" :args
202 ((:name |target| :type |ProgramTargetARB| :direction :in)
203 (:name |format| :type |ProgramFormatARB| :direction :in)
204 (:name |len| :type |SizeI| :direction :in)
205 (:name |string| :type |Void| :direction :in :array t :size len))
206 :category "ARB_vertex_program" :deprecated nil :version "1.3")
207 (defglextfun "DisableVertexAttribArrayARB" disable-vertex-attrib-array-arb
208 :return "void" :args ((:name |index| :type |UInt32| :direction :in)) :category
209 "ARB_vertex_program" :deprecated nil :version "1.3")
210 (defglextfun "EnableVertexAttribArrayARB" enable-vertex-attrib-array-arb
211 :return "void" :args ((:name |index| :type |UInt32| :direction :in)) :category
212 "ARB_vertex_program" :deprecated nil :version "1.3")
213 (defglextfun "VertexAttribPointerARB" vertex-attrib-pointer-arb :return "void"
214 :args
215 ((:name |index| :type |UInt32| :direction :in)
216 (:name |size| :type |Int32| :direction :in)
217 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
218 (:name |normalized| :type |Boolean| :direction :in)
219 (:name |stride| :type |SizeI| :direction :in)
220 (:name |pointer| :type |Void| :direction :in :array t :size
221 (|size| |type| |stride|) :retained t))
222 :category "ARB_vertex_program" :deprecated nil :version "1.3")
223 (defglextfun "VertexAttrib4usvARB" vertex-attrib-4usv-arb :return "void" :args
224 ((:name |index| :type |UInt32| :direction :in)
225 (:name |v| :type |UInt16| :direction :in :array t :size #x4))
226 :category "ARB_vertex_program" :deprecated nil :version "1.3")
227 (defglextfun "VertexAttrib4uivARB" vertex-attrib-4uiv-arb :return "void" :args
228 ((:name |index| :type |UInt32| :direction :in)
229 (:name |v| :type |UInt32| :direction :in :array t :size #x4))
230 :category "ARB_vertex_program" :deprecated nil :version "1.3")
231 (defglextfun "VertexAttrib4ubvARB" vertex-attrib-4ubv-arb :return "void" :args
232 ((:name |index| :type |UInt32| :direction :in)
233 (:name |v| :type |UInt8| :direction :in :array t :size #x4))
234 :category "ARB_vertex_program" :deprecated nil :version "1.3")
235 (defglextfun "VertexAttrib4svARB" vertex-attrib-4sv-arb :return "void" :args
236 ((:name |index| :type |UInt32| :direction :in)
237 (:name |v| :type |Int16| :direction :in :array t :size #x4))
238 :category "ARB_vertex_program" :deprecated nil :version "1.3")
239 (defglextfun "VertexAttrib4sARB" vertex-attrib-4s-arb :return "void" :args
240 ((:name |index| :type |UInt32| :direction :in)
241 (:name |x| :type |Int16| :direction :in)
242 (:name |y| :type |Int16| :direction :in)
243 (:name |z| :type |Int16| :direction :in)
244 (:name |w| :type |Int16| :direction :in))
245 :category "ARB_vertex_program" :deprecated nil :version "1.3")
246 (defglextfun "VertexAttrib4ivARB" vertex-attrib-4iv-arb :return "void" :args
247 ((:name |index| :type |UInt32| :direction :in)
248 (:name |v| :type |Int32| :direction :in :array t :size #x4))
249 :category "ARB_vertex_program" :deprecated nil :version "1.3")
250 (defglextfun "VertexAttrib4fvARB" vertex-attrib-4fv-arb :return "void" :args
251 ((:name |index| :type |UInt32| :direction :in)
252 (:name |v| :type |Float32| :direction :in :array t :size #x4))
253 :category "ARB_vertex_program" :deprecated nil :version "1.3")
254 (defglextfun "VertexAttrib4fARB" vertex-attrib-4f-arb :return "void" :args
255 ((:name |index| :type |UInt32| :direction :in)
256 (:name |x| :type |Float32| :direction :in)
257 (:name |y| :type |Float32| :direction :in)
258 (:name |z| :type |Float32| :direction :in)
259 (:name |w| :type |Float32| :direction :in))
260 :category "ARB_vertex_program" :deprecated nil :version "1.3")
261 (defglextfun "VertexAttrib4dvARB" vertex-attrib-4dv-arb :return "void" :args
262 ((:name |index| :type |UInt32| :direction :in)
263 (:name |v| :type |Float64| :direction :in :array t :size #x4))
264 :category "ARB_vertex_program" :deprecated nil :version "1.3")
265 (defglextfun "VertexAttrib4dARB" vertex-attrib-4d-arb :return "void" :args
266 ((:name |index| :type |UInt32| :direction :in)
267 (:name |x| :type |Float64| :direction :in)
268 (:name |y| :type |Float64| :direction :in)
269 (:name |z| :type |Float64| :direction :in)
270 (:name |w| :type |Float64| :direction :in))
271 :category "ARB_vertex_program" :deprecated nil :version "1.3")
272 (defglextfun "VertexAttrib4bvARB" vertex-attrib-4bv-arb :return "void" :args
273 ((:name |index| :type |UInt32| :direction :in)
274 (:name |v| :type |Int8| :direction :in :array t :size #x4))
275 :category "ARB_vertex_program" :deprecated nil :version "1.3")
276 (defglextfun "VertexAttrib4NusvARB" vertex-attrib-4n-usv-arb :return "void"
277 :args
278 ((:name |index| :type |UInt32| :direction :in)
279 (:name |v| :type |UInt16| :direction :in :array t :size #x4))
280 :category "ARB_vertex_program" :deprecated nil :version "1.3")
281 (defglextfun "VertexAttrib4NuivARB" vertex-attrib-4n-uiv-arb :return "void"
282 :args
283 ((:name |index| :type |UInt32| :direction :in)
284 (:name |v| :type |UInt32| :direction :in :array t :size #x4))
285 :category "ARB_vertex_program" :deprecated nil :version "1.3")
286 (defglextfun "VertexAttrib4NubvARB" vertex-attrib-4n-ubv-arb :return "void"
287 :args
288 ((:name |index| :type |UInt32| :direction :in)
289 (:name |v| :type |UInt8| :direction :in :array t :size #x4))
290 :category "ARB_vertex_program" :deprecated nil :version "1.3")
291 (defglextfun "VertexAttrib4NubARB" vertex-attrib-4n-ub-arb :return "void" :args
292 ((:name |index| :type |UInt32| :direction :in)
293 (:name |x| :type |UInt8| :direction :in)
294 (:name |y| :type |UInt8| :direction :in)
295 (:name |z| :type |UInt8| :direction :in)
296 (:name |w| :type |UInt8| :direction :in))
297 :category "ARB_vertex_program" :deprecated nil :version "1.3")
298 (defglextfun "VertexAttrib4NsvARB" vertex-attrib-4n-sv-arb :return "void" :args
299 ((:name |index| :type |UInt32| :direction :in)
300 (:name |v| :type |Int16| :direction :in :array t :size #x4))
301 :category "ARB_vertex_program" :deprecated nil :version "1.3")
302 (defglextfun "VertexAttrib4NivARB" vertex-attrib-4n-iv-arb :return "void" :args
303 ((:name |index| :type |UInt32| :direction :in)
304 (:name |v| :type |Int32| :direction :in :array t :size #x4))
305 :category "ARB_vertex_program" :deprecated nil :version "1.3")
306 (defglextfun "VertexAttrib4NbvARB" vertex-attrib-4n-bv-arb :return "void" :args
307 ((:name |index| :type |UInt32| :direction :in)
308 (:name |v| :type |Int8| :direction :in :array t :size #x4))
309 :category "ARB_vertex_program" :deprecated nil :version "1.3")
310 (defglextfun "VertexAttrib3svARB" vertex-attrib-3sv-arb :return "void" :args
311 ((:name |index| :type |UInt32| :direction :in)
312 (:name |v| :type |Int16| :direction :in :array t :size #x3))
313 :category "ARB_vertex_program" :deprecated nil :version "1.3")
314 (defglextfun "VertexAttrib3sARB" vertex-attrib-3s-arb :return "void" :args
315 ((:name |index| :type |UInt32| :direction :in)
316 (:name |x| :type |Int16| :direction :in)
317 (:name |y| :type |Int16| :direction :in)
318 (:name |z| :type |Int16| :direction :in))
319 :category "ARB_vertex_program" :deprecated nil :version "1.3")
320 (defglextfun "VertexAttrib3fvARB" vertex-attrib-3fv-arb :return "void" :args
321 ((:name |index| :type |UInt32| :direction :in)
322 (:name |v| :type |Float32| :direction :in :array t :size #x3))
323 :category "ARB_vertex_program" :deprecated nil :version "1.3")
324 (defglextfun "VertexAttrib3fARB" vertex-attrib-3f-arb :return "void" :args
325 ((:name |index| :type |UInt32| :direction :in)
326 (:name |x| :type |Float32| :direction :in)
327 (:name |y| :type |Float32| :direction :in)
328 (:name |z| :type |Float32| :direction :in))
329 :category "ARB_vertex_program" :deprecated nil :version "1.3")
330 (defglextfun "VertexAttrib3dvARB" vertex-attrib-3dv-arb :return "void" :args
331 ((:name |index| :type |UInt32| :direction :in)
332 (:name |v| :type |Float64| :direction :in :array t :size #x3))
333 :category "ARB_vertex_program" :deprecated nil :version "1.3")
334 (defglextfun "VertexAttrib3dARB" vertex-attrib-3d-arb :return "void" :args
335 ((:name |index| :type |UInt32| :direction :in)
336 (:name |x| :type |Float64| :direction :in)
337 (:name |y| :type |Float64| :direction :in)
338 (:name |z| :type |Float64| :direction :in))
339 :category "ARB_vertex_program" :deprecated nil :version "1.3")
340 (defglextfun "VertexAttrib2svARB" vertex-attrib-2sv-arb :return "void" :args
341 ((:name |index| :type |UInt32| :direction :in)
342 (:name |v| :type |Int16| :direction :in :array t :size #x2))
343 :category "ARB_vertex_program" :deprecated nil :version "1.3")
344 (defglextfun "VertexAttrib2sARB" vertex-attrib-2s-arb :return "void" :args
345 ((:name |index| :type |UInt32| :direction :in)
346 (:name |x| :type |Int16| :direction :in)
347 (:name |y| :type |Int16| :direction :in))
348 :category "ARB_vertex_program" :deprecated nil :version "1.3")
349 (defglextfun "VertexAttrib2fvARB" vertex-attrib-2fv-arb :return "void" :args
350 ((:name |index| :type |UInt32| :direction :in)
351 (:name |v| :type |Float32| :direction :in :array t :size #x2))
352 :category "ARB_vertex_program" :deprecated nil :version "1.3")
353 (defglextfun "VertexAttrib2fARB" vertex-attrib-2f-arb :return "void" :args
354 ((:name |index| :type |UInt32| :direction :in)
355 (:name |x| :type |Float32| :direction :in)
356 (:name |y| :type |Float32| :direction :in))
357 :category "ARB_vertex_program" :deprecated nil :version "1.3")
358 (defglextfun "VertexAttrib2dvARB" vertex-attrib-2dv-arb :return "void" :args
359 ((:name |index| :type |UInt32| :direction :in)
360 (:name |v| :type |Float64| :direction :in :array t :size #x2))
361 :category "ARB_vertex_program" :deprecated nil :version "1.3")
362 (defglextfun "VertexAttrib2dARB" vertex-attrib-2d-arb :return "void" :args
363 ((:name |index| :type |UInt32| :direction :in)
364 (:name |x| :type |Float64| :direction :in)
365 (:name |y| :type |Float64| :direction :in))
366 :category "ARB_vertex_program" :deprecated nil :version "1.3")
367 (defglextfun "VertexAttrib1svARB" vertex-attrib-1sv-arb :return "void" :args
368 ((:name |index| :type |UInt32| :direction :in)
369 (:name |v| :type |Int16| :direction :in :array t :size #x1))
370 :category "ARB_vertex_program" :deprecated nil :version "1.3")
371 (defglextfun "VertexAttrib1sARB" vertex-attrib-1s-arb :return "void" :args
372 ((:name |index| :type |UInt32| :direction :in)
373 (:name |x| :type |Int16| :direction :in))
374 :category "ARB_vertex_program" :deprecated nil :version "1.3")
375 (defglextfun "VertexAttrib1fvARB" vertex-attrib-1fv-arb :return "void" :args
376 ((:name |index| :type |UInt32| :direction :in)
377 (:name |v| :type |Float32| :direction :in :array t :size #x1))
378 :category "ARB_vertex_program" :deprecated nil :version "1.3")
379 (defglextfun "VertexAttrib1fARB" vertex-attrib-1f-arb :return "void" :args
380 ((:name |index| :type |UInt32| :direction :in)
381 (:name |x| :type |Float32| :direction :in))
382 :category "ARB_vertex_program" :deprecated nil :version "1.3")
383 (defglextfun "VertexAttrib1dvARB" vertex-attrib-1dv-arb :return "void" :args
384 ((:name |index| :type |UInt32| :direction :in)
385 (:name |v| :type |Float64| :direction :in :array t :size #x1))
386 :category "ARB_vertex_program" :deprecated nil :version "1.3")
387 (defglextfun "VertexAttrib1dARB" vertex-attrib-1d-arb :return "void" :args
388 ((:name |index| :type |UInt32| :direction :in)
389 (:name |x| :type |Float64| :direction :in))
390 :category "ARB_vertex_program" :deprecated nil :version "1.3")
391 (make-extension-loader |ARB_vertex_program|
392 (("IsProgramARB" is-program-arb :return "Boolean" :args
393 ((:name |program| :type |UInt32| :direction :in)) :category
394 "ARB_vertex_program" :deprecated nil :version "1.3")
395 ("GetVertexAttribPointervARB" get-vertex-attrib-pointerv-arb :return "void"
396 :args
397 ((:name |index| :type |UInt32| :direction :in)
398 (:name |pname| :type |VertexAttribPointerPropertyARB| :direction :in)
399 (:name |pointer| :type |VoidPointer| :direction :out :array t :size #x1))
400 :category "ARB_vertex_program" :deprecated nil :version "1.3")
401 ("GetVertexAttribivARB" get-vertex-attrib-iv-arb :return "void" :args
402 ((:name |index| :type |UInt32| :direction :in)
403 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
404 (:name |params| :type |Int32| :direction :out :array t :size #x4))
405 :category "ARB_vertex_program" :deprecated nil :version "1.3")
406 ("GetVertexAttribfvARB" get-vertex-attrib-fv-arb :return "void" :args
407 ((:name |index| :type |UInt32| :direction :in)
408 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
409 (:name |params| :type |Float32| :direction :out :array t :size #x4))
410 :category "ARB_vertex_program" :deprecated nil :version "1.3")
411 ("GetVertexAttribdvARB" get-vertex-attrib-dv-arb :return "void" :args
412 ((:name |index| :type |UInt32| :direction :in)
413 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
414 (:name |params| :type |Float64| :direction :out :array t :size #x4))
415 :category "ARB_vertex_program" :deprecated nil :version "1.3")
416 ("GetProgramStringARB" get-program-string-arb :return "void" :args
417 ((:name |target| :type |ProgramTargetARB| :direction :in)
418 (:name |pname| :type |ProgramStringPropertyARB| :direction :in)
419 (:name |string| :type |Void| :direction :out :array t :size
420 (|target| |pname|)))
421 :category "ARB_vertex_program" :deprecated nil :version "1.3")
422 ("GetProgramivARB" get-program-iv-arb :return "void" :args
423 ((:name |target| :type |ProgramTargetARB| :direction :in)
424 (:name |pname| :type |ProgramPropertyARB| :direction :in)
425 (:name |params| :type |Int32| :direction :out :array t :size #x1))
426 :category "ARB_vertex_program" :deprecated nil :version "1.3")
427 ("GetProgramLocalParameterfvARB" get-program-local-parameter-fv-arb :return
428 "void" :args
429 ((:name |target| :type |ProgramTargetARB| :direction :in)
430 (:name |index| :type |UInt32| :direction :in)
431 (:name |params| :type |Float32| :direction :out :array t :size #x4))
432 :category "ARB_vertex_program" :deprecated nil :version "1.3")
433 ("GetProgramLocalParameterdvARB" get-program-local-parameter-dv-arb :return
434 "void" :args
435 ((:name |target| :type |ProgramTargetARB| :direction :in)
436 (:name |index| :type |UInt32| :direction :in)
437 (:name |params| :type |Float64| :direction :out :array t :size #x4))
438 :category "ARB_vertex_program" :deprecated nil :version "1.3")
439 ("GetProgramEnvParameterfvARB" get-program-env-parameter-fv-arb :return
440 "void" :args
441 ((:name |target| :type |ProgramTargetARB| :direction :in)
442 (:name |index| :type |UInt32| :direction :in)
443 (:name |params| :type |Float32| :direction :out :array t :size #x4))
444 :category "ARB_vertex_program" :deprecated nil :version "1.3")
445 ("GetProgramEnvParameterdvARB" get-program-env-parameter-dv-arb :return
446 "void" :args
447 ((:name |target| :type |ProgramTargetARB| :direction :in)
448 (:name |index| :type |UInt32| :direction :in)
449 (:name |params| :type |Float64| :direction :out :array t :size #x4))
450 :category "ARB_vertex_program" :deprecated nil :version "1.3")
451 ("ProgramLocalParameter4fvARB" program-local-parameter-4fv-arb :return "void"
452 :args
453 ((:name |target| :type |ProgramTargetARB| :direction :in)
454 (:name |index| :type |UInt32| :direction :in)
455 (:name |params| :type |Float32| :direction :in :array t :size #x4))
456 :category "ARB_vertex_program" :deprecated nil :version "1.3")
457 ("ProgramLocalParameter4fARB" program-local-parameter-4f-arb :return "void"
458 :args
459 ((:name |target| :type |ProgramTargetARB| :direction :in)
460 (:name |index| :type |UInt32| :direction :in)
461 (:name |x| :type |Float32| :direction :in)
462 (:name |y| :type |Float32| :direction :in)
463 (:name |z| :type |Float32| :direction :in)
464 (:name |w| :type |Float32| :direction :in))
465 :category "ARB_vertex_program" :deprecated nil :version "1.3")
466 ("ProgramLocalParameter4dvARB" program-local-parameter-4dv-arb :return "void"
467 :args
468 ((:name |target| :type |ProgramTargetARB| :direction :in)
469 (:name |index| :type |UInt32| :direction :in)
470 (:name |params| :type |Float64| :direction :in :array t :size #x4))
471 :category "ARB_vertex_program" :deprecated nil :version "1.3")
472 ("ProgramLocalParameter4dARB" program-local-parameter-4d-arb :return "void"
473 :args
474 ((:name |target| :type |ProgramTargetARB| :direction :in)
475 (:name |index| :type |UInt32| :direction :in)
476 (:name |x| :type |Float64| :direction :in)
477 (:name |y| :type |Float64| :direction :in)
478 (:name |z| :type |Float64| :direction :in)
479 (:name |w| :type |Float64| :direction :in))
480 :category "ARB_vertex_program" :deprecated nil :version "1.3")
481 ("ProgramEnvParameter4fvARB" program-env-parameter-4fv-arb :return "void"
482 :args
483 ((:name |target| :type |ProgramTargetARB| :direction :in)
484 (:name |index| :type |UInt32| :direction :in)
485 (:name |params| :type |Float32| :direction :in :array t :size #x4))
486 :category "ARB_vertex_program" :deprecated nil :version "1.3")
487 ("ProgramEnvParameter4fARB" program-env-parameter-4f-arb :return "void" :args
488 ((:name |target| :type |ProgramTargetARB| :direction :in)
489 (:name |index| :type |UInt32| :direction :in)
490 (:name |x| :type |Float32| :direction :in)
491 (:name |y| :type |Float32| :direction :in)
492 (:name |z| :type |Float32| :direction :in)
493 (:name |w| :type |Float32| :direction :in))
494 :category "ARB_vertex_program" :deprecated nil :version "1.3")
495 ("ProgramEnvParameter4dvARB" program-env-parameter-4dv-arb :return "void"
496 :args
497 ((:name |target| :type |ProgramTargetARB| :direction :in)
498 (:name |index| :type |UInt32| :direction :in)
499 (:name |params| :type |Float64| :direction :in :array t :size #x4))
500 :category "ARB_vertex_program" :deprecated nil :version "1.3")
501 ("ProgramEnvParameter4dARB" program-env-parameter-4d-arb :return "void" :args
502 ((:name |target| :type |ProgramTargetARB| :direction :in)
503 (:name |index| :type |UInt32| :direction :in)
504 (:name |x| :type |Float64| :direction :in)
505 (:name |y| :type |Float64| :direction :in)
506 (:name |z| :type |Float64| :direction :in)
507 (:name |w| :type |Float64| :direction :in))
508 :category "ARB_vertex_program" :deprecated nil :version "1.3")
509 ("GenProgramsARB" gen-programs-arb :return "void" :args
510 ((:name |n| :type |SizeI| :direction :in)
511 (:name |programs| :type |UInt32| :direction :out :array t :size n))
512 :category "ARB_vertex_program" :deprecated nil :version "1.3")
513 ("DeleteProgramsARB" delete-programs-arb :return "void" :args
514 ((:name |n| :type |SizeI| :direction :in)
515 (:name |programs| :type |UInt32| :direction :in :array t :size n))
516 :category "ARB_vertex_program" :deprecated nil :version "1.3")
517 ("BindProgramARB" bind-program-arb :return "void" :args
518 ((:name |target| :type |ProgramTargetARB| :direction :in)
519 (:name |program| :type |UInt32| :direction :in))
520 :category "ARB_vertex_program" :deprecated nil :version "1.3")
521 ("ProgramStringARB" program-string-arb :return "void" :args
522 ((:name |target| :type |ProgramTargetARB| :direction :in)
523 (:name |format| :type |ProgramFormatARB| :direction :in)
524 (:name |len| :type |SizeI| :direction :in)
525 (:name |string| :type |Void| :direction :in :array t :size len))
526 :category "ARB_vertex_program" :deprecated nil :version "1.3")
527 ("DisableVertexAttribArrayARB" disable-vertex-attrib-array-arb :return "void"
528 :args ((:name |index| :type |UInt32| :direction :in)) :category
529 "ARB_vertex_program" :deprecated nil :version "1.3")
530 ("EnableVertexAttribArrayARB" enable-vertex-attrib-array-arb :return "void"
531 :args ((:name |index| :type |UInt32| :direction :in)) :category
532 "ARB_vertex_program" :deprecated nil :version "1.3")
533 ("VertexAttribPointerARB" vertex-attrib-pointer-arb :return "void" :args
534 ((:name |index| :type |UInt32| :direction :in)
535 (:name |size| :type |Int32| :direction :in)
536 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
537 (:name |normalized| :type |Boolean| :direction :in)
538 (:name |stride| :type |SizeI| :direction :in)
539 (:name |pointer| :type |Void| :direction :in :array t :size
540 (|size| |type| |stride|) :retained t))
541 :category "ARB_vertex_program" :deprecated nil :version "1.3")
542 ("VertexAttrib4usvARB" vertex-attrib-4usv-arb :return "void" :args
543 ((:name |index| :type |UInt32| :direction :in)
544 (:name |v| :type |UInt16| :direction :in :array t :size #x4))
545 :category "ARB_vertex_program" :deprecated nil :version "1.3")
546 ("VertexAttrib4uivARB" vertex-attrib-4uiv-arb :return "void" :args
547 ((:name |index| :type |UInt32| :direction :in)
548 (:name |v| :type |UInt32| :direction :in :array t :size #x4))
549 :category "ARB_vertex_program" :deprecated nil :version "1.3")
550 ("VertexAttrib4ubvARB" vertex-attrib-4ubv-arb :return "void" :args
551 ((:name |index| :type |UInt32| :direction :in)
552 (:name |v| :type |UInt8| :direction :in :array t :size #x4))
553 :category "ARB_vertex_program" :deprecated nil :version "1.3")
554 ("VertexAttrib4svARB" vertex-attrib-4sv-arb :return "void" :args
555 ((:name |index| :type |UInt32| :direction :in)
556 (:name |v| :type |Int16| :direction :in :array t :size #x4))
557 :category "ARB_vertex_program" :deprecated nil :version "1.3")
558 ("VertexAttrib4sARB" vertex-attrib-4s-arb :return "void" :args
559 ((:name |index| :type |UInt32| :direction :in)
560 (:name |x| :type |Int16| :direction :in)
561 (:name |y| :type |Int16| :direction :in)
562 (:name |z| :type |Int16| :direction :in)
563 (:name |w| :type |Int16| :direction :in))
564 :category "ARB_vertex_program" :deprecated nil :version "1.3")
565 ("VertexAttrib4ivARB" vertex-attrib-4iv-arb :return "void" :args
566 ((:name |index| :type |UInt32| :direction :in)
567 (:name |v| :type |Int32| :direction :in :array t :size #x4))
568 :category "ARB_vertex_program" :deprecated nil :version "1.3")
569 ("VertexAttrib4fvARB" vertex-attrib-4fv-arb :return "void" :args
570 ((:name |index| :type |UInt32| :direction :in)
571 (:name |v| :type |Float32| :direction :in :array t :size #x4))
572 :category "ARB_vertex_program" :deprecated nil :version "1.3")
573 ("VertexAttrib4fARB" vertex-attrib-4f-arb :return "void" :args
574 ((:name |index| :type |UInt32| :direction :in)
575 (:name |x| :type |Float32| :direction :in)
576 (:name |y| :type |Float32| :direction :in)
577 (:name |z| :type |Float32| :direction :in)
578 (:name |w| :type |Float32| :direction :in))
579 :category "ARB_vertex_program" :deprecated nil :version "1.3")
580 ("VertexAttrib4dvARB" vertex-attrib-4dv-arb :return "void" :args
581 ((:name |index| :type |UInt32| :direction :in)
582 (:name |v| :type |Float64| :direction :in :array t :size #x4))
583 :category "ARB_vertex_program" :deprecated nil :version "1.3")
584 ("VertexAttrib4dARB" vertex-attrib-4d-arb :return "void" :args
585 ((:name |index| :type |UInt32| :direction :in)
586 (:name |x| :type |Float64| :direction :in)
587 (:name |y| :type |Float64| :direction :in)
588 (:name |z| :type |Float64| :direction :in)
589 (:name |w| :type |Float64| :direction :in))
590 :category "ARB_vertex_program" :deprecated nil :version "1.3")
591 ("VertexAttrib4bvARB" vertex-attrib-4bv-arb :return "void" :args
592 ((:name |index| :type |UInt32| :direction :in)
593 (:name |v| :type |Int8| :direction :in :array t :size #x4))
594 :category "ARB_vertex_program" :deprecated nil :version "1.3")
595 ("VertexAttrib4NusvARB" vertex-attrib-4n-usv-arb :return "void" :args
596 ((:name |index| :type |UInt32| :direction :in)
597 (:name |v| :type |UInt16| :direction :in :array t :size #x4))
598 :category "ARB_vertex_program" :deprecated nil :version "1.3")
599 ("VertexAttrib4NuivARB" vertex-attrib-4n-uiv-arb :return "void" :args
600 ((:name |index| :type |UInt32| :direction :in)
601 (:name |v| :type |UInt32| :direction :in :array t :size #x4))
602 :category "ARB_vertex_program" :deprecated nil :version "1.3")
603 ("VertexAttrib4NubvARB" vertex-attrib-4n-ubv-arb :return "void" :args
604 ((:name |index| :type |UInt32| :direction :in)
605 (:name |v| :type |UInt8| :direction :in :array t :size #x4))
606 :category "ARB_vertex_program" :deprecated nil :version "1.3")
607 ("VertexAttrib4NubARB" vertex-attrib-4n-ub-arb :return "void" :args
608 ((:name |index| :type |UInt32| :direction :in)
609 (:name |x| :type |UInt8| :direction :in)
610 (:name |y| :type |UInt8| :direction :in)
611 (:name |z| :type |UInt8| :direction :in)
612 (:name |w| :type |UInt8| :direction :in))
613 :category "ARB_vertex_program" :deprecated nil :version "1.3")
614 ("VertexAttrib4NsvARB" vertex-attrib-4n-sv-arb :return "void" :args
615 ((:name |index| :type |UInt32| :direction :in)
616 (:name |v| :type |Int16| :direction :in :array t :size #x4))
617 :category "ARB_vertex_program" :deprecated nil :version "1.3")
618 ("VertexAttrib4NivARB" vertex-attrib-4n-iv-arb :return "void" :args
619 ((:name |index| :type |UInt32| :direction :in)
620 (:name |v| :type |Int32| :direction :in :array t :size #x4))
621 :category "ARB_vertex_program" :deprecated nil :version "1.3")
622 ("VertexAttrib4NbvARB" vertex-attrib-4n-bv-arb :return "void" :args
623 ((:name |index| :type |UInt32| :direction :in)
624 (:name |v| :type |Int8| :direction :in :array t :size #x4))
625 :category "ARB_vertex_program" :deprecated nil :version "1.3")
626 ("VertexAttrib3svARB" vertex-attrib-3sv-arb :return "void" :args
627 ((:name |index| :type |UInt32| :direction :in)
628 (:name |v| :type |Int16| :direction :in :array t :size #x3))
629 :category "ARB_vertex_program" :deprecated nil :version "1.3")
630 ("VertexAttrib3sARB" vertex-attrib-3s-arb :return "void" :args
631 ((:name |index| :type |UInt32| :direction :in)
632 (:name |x| :type |Int16| :direction :in)
633 (:name |y| :type |Int16| :direction :in)
634 (:name |z| :type |Int16| :direction :in))
635 :category "ARB_vertex_program" :deprecated nil :version "1.3")
636 ("VertexAttrib3fvARB" vertex-attrib-3fv-arb :return "void" :args
637 ((:name |index| :type |UInt32| :direction :in)
638 (:name |v| :type |Float32| :direction :in :array t :size #x3))
639 :category "ARB_vertex_program" :deprecated nil :version "1.3")
640 ("VertexAttrib3fARB" vertex-attrib-3f-arb :return "void" :args
641 ((:name |index| :type |UInt32| :direction :in)
642 (:name |x| :type |Float32| :direction :in)
643 (:name |y| :type |Float32| :direction :in)
644 (:name |z| :type |Float32| :direction :in))
645 :category "ARB_vertex_program" :deprecated nil :version "1.3")
646 ("VertexAttrib3dvARB" vertex-attrib-3dv-arb :return "void" :args
647 ((:name |index| :type |UInt32| :direction :in)
648 (:name |v| :type |Float64| :direction :in :array t :size #x3))
649 :category "ARB_vertex_program" :deprecated nil :version "1.3")
650 ("VertexAttrib3dARB" vertex-attrib-3d-arb :return "void" :args
651 ((:name |index| :type |UInt32| :direction :in)
652 (:name |x| :type |Float64| :direction :in)
653 (:name |y| :type |Float64| :direction :in)
654 (:name |z| :type |Float64| :direction :in))
655 :category "ARB_vertex_program" :deprecated nil :version "1.3")
656 ("VertexAttrib2svARB" vertex-attrib-2sv-arb :return "void" :args
657 ((:name |index| :type |UInt32| :direction :in)
658 (:name |v| :type |Int16| :direction :in :array t :size #x2))
659 :category "ARB_vertex_program" :deprecated nil :version "1.3")
660 ("VertexAttrib2sARB" vertex-attrib-2s-arb :return "void" :args
661 ((:name |index| :type |UInt32| :direction :in)
662 (:name |x| :type |Int16| :direction :in)
663 (:name |y| :type |Int16| :direction :in))
664 :category "ARB_vertex_program" :deprecated nil :version "1.3")
665 ("VertexAttrib2fvARB" vertex-attrib-2fv-arb :return "void" :args
666 ((:name |index| :type |UInt32| :direction :in)
667 (:name |v| :type |Float32| :direction :in :array t :size #x2))
668 :category "ARB_vertex_program" :deprecated nil :version "1.3")
669 ("VertexAttrib2fARB" vertex-attrib-2f-arb :return "void" :args
670 ((:name |index| :type |UInt32| :direction :in)
671 (:name |x| :type |Float32| :direction :in)
672 (:name |y| :type |Float32| :direction :in))
673 :category "ARB_vertex_program" :deprecated nil :version "1.3")
674 ("VertexAttrib2dvARB" vertex-attrib-2dv-arb :return "void" :args
675 ((:name |index| :type |UInt32| :direction :in)
676 (:name |v| :type |Float64| :direction :in :array t :size #x2))
677 :category "ARB_vertex_program" :deprecated nil :version "1.3")
678 ("VertexAttrib2dARB" vertex-attrib-2d-arb :return "void" :args
679 ((:name |index| :type |UInt32| :direction :in)
680 (:name |x| :type |Float64| :direction :in)
681 (:name |y| :type |Float64| :direction :in))
682 :category "ARB_vertex_program" :deprecated nil :version "1.3")
683 ("VertexAttrib1svARB" vertex-attrib-1sv-arb :return "void" :args
684 ((:name |index| :type |UInt32| :direction :in)
685 (:name |v| :type |Int16| :direction :in :array t :size #x1))
686 :category "ARB_vertex_program" :deprecated nil :version "1.3")
687 ("VertexAttrib1sARB" vertex-attrib-1s-arb :return "void" :args
688 ((:name |index| :type |UInt32| :direction :in)
689 (:name |x| :type |Int16| :direction :in))
690 :category "ARB_vertex_program" :deprecated nil :version "1.3")
691 ("VertexAttrib1fvARB" vertex-attrib-1fv-arb :return "void" :args
692 ((:name |index| :type |UInt32| :direction :in)
693 (:name |v| :type |Float32| :direction :in :array t :size #x1))
694 :category "ARB_vertex_program" :deprecated nil :version "1.3")
695 ("VertexAttrib1fARB" vertex-attrib-1f-arb :return "void" :args
696 ((:name |index| :type |UInt32| :direction :in)
697 (:name |x| :type |Float32| :direction :in))
698 :category "ARB_vertex_program" :deprecated nil :version "1.3")
699 ("VertexAttrib1dvARB" vertex-attrib-1dv-arb :return "void" :args
700 ((:name |index| :type |UInt32| :direction :in)
701 (:name |v| :type |Float64| :direction :in :array t :size #x1))
702 :category "ARB_vertex_program" :deprecated nil :version "1.3")
703 ("VertexAttrib1dARB" vertex-attrib-1d-arb :return "void" :args
704 ((:name |index| :type |UInt32| :direction :in)
705 (:name |x| :type |Float64| :direction :in))
706 :category "ARB_vertex_program" :deprecated nil :version "1.3")))