Hack to make it work with CCL
[cl-glfw.git] / lib / opengl-arb_vertex_program.lisp
blobe3efce9962f14e6f325b9178e88c30bafa93b0ac
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")