bitmask tweak and grid generator
[cl-glfw/dh.git] / lib / opengl-arb_vertex_program.lisp
blob7ab33effee8e8a783bbc61557cbbf65258e46907
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 +vertex-program-arb+ #x8620)
9 (defconstant +vertex-attrib-array-enabled-arb+ #x8622)
10 (defconstant +vertex-attrib-array-size-arb+ #x8623)
11 (defconstant +vertex-attrib-array-stride-arb+ #x8624)
12 (defconstant +vertex-attrib-array-type-arb+ #x8625)
13 (defconstant +current-vertex-attrib-arb+ #x8626)
14 (defconstant +program-length-arb+ #x8627)
15 (defconstant +program-string-arb+ #x8628)
16 (defconstant +max-program-matrix-stack-depth-arb+ #x862E)
17 (defconstant +max-program-matrices-arb+ #x862F)
18 (defconstant +current-matrix-stack-depth-arb+ #x8640)
19 (defconstant +current-matrix-arb+ #x8641)
20 (defconstant +vertex-program-point-size-arb+ #x8642)
21 (defconstant +vertex-program-two-side-arb+ #x8643)
22 (defconstant +vertex-attrib-array-pointer-arb+ #x8645)
23 (defconstant +program-error-position-arb+ #x864B)
24 (defconstant +program-binding-arb+ #x8677)
25 (defconstant +max-vertex-attribs-arb+ #x8869)
26 (defconstant +vertex-attrib-array-normalized-arb+ #x886A)
27 (defconstant +program-error-string-arb+ #x8874)
28 (defconstant +program-format-ascii-arb+ #x8875)
29 (defconstant +program-format-arb+ #x8876)
30 (defconstant +program-instructions-arb+ #x88A0)
31 (defconstant +max-program-instructions-arb+ #x88A1)
32 (defconstant +program-native-instructions-arb+ #x88A2)
33 (defconstant +max-program-native-instructions-arb+ #x88A3)
34 (defconstant +program-temporaries-arb+ #x88A4)
35 (defconstant +max-program-temporaries-arb+ #x88A5)
36 (defconstant +program-native-temporaries-arb+ #x88A6)
37 (defconstant +max-program-native-temporaries-arb+ #x88A7)
38 (defconstant +program-parameters-arb+ #x88A8)
39 (defconstant +max-program-parameters-arb+ #x88A9)
40 (defconstant +program-native-parameters-arb+ #x88AA)
41 (defconstant +max-program-native-parameters-arb+ #x88AB)
42 (defconstant +program-attribs-arb+ #x88AC)
43 (defconstant +max-program-attribs-arb+ #x88AD)
44 (defconstant +program-native-attribs-arb+ #x88AE)
45 (defconstant +max-program-native-attribs-arb+ #x88AF)
46 (defconstant +program-address-registers-arb+ #x88B0)
47 (defconstant +max-program-address-registers-arb+ #x88B1)
48 (defconstant +program-native-address-registers-arb+ #x88B2)
49 (defconstant +max-program-native-address-registers-arb+ #x88B3)
50 (defconstant +max-program-local-parameters-arb+ #x88B4)
51 (defconstant +max-program-env-parameters-arb+ #x88B5)
52 (defconstant +program-under-native-limits-arb+ #x88B6)
53 (defconstant +transpose-current-matrix-arb+ #x88B7)
54 (defconstant +matrix0-arb+ #x88C0)
55 (defconstant +matrix1-arb+ #x88C1)
56 (defconstant +matrix2-arb+ #x88C2)
57 (defconstant +matrix3-arb+ #x88C3)
58 (defconstant +matrix4-arb+ #x88C4)
59 (defconstant +matrix5-arb+ #x88C5)
60 (defconstant +matrix6-arb+ #x88C6)
61 (defconstant +matrix7-arb+ #x88C7)
62 (defconstant +matrix8-arb+ #x88C8)
63 (defconstant +matrix9-arb+ #x88C9)
64 (defconstant +matrix10-arb+ #x88CA)
65 (defconstant +matrix11-arb+ #x88CB)
66 (defconstant +matrix12-arb+ #x88CC)
67 (defconstant +matrix13-arb+ #x88CD)
68 (defconstant +matrix14-arb+ #x88CE)
69 (defconstant +matrix15-arb+ #x88CF)
70 (defconstant +matrix16-arb+ #x88D0)
71 (defconstant +matrix17-arb+ #x88D1)
72 (defconstant +matrix18-arb+ #x88D2)
73 (defconstant +matrix19-arb+ #x88D3)
74 (defconstant +matrix20-arb+ #x88D4)
75 (defconstant +matrix21-arb+ #x88D5)
76 (defconstant +matrix22-arb+ #x88D6)
77 (defconstant +matrix23-arb+ #x88D7)
78 (defconstant +matrix24-arb+ #x88D8)
79 (defconstant +matrix25-arb+ #x88D9)
80 (defconstant +matrix26-arb+ #x88DA)
81 (defconstant +matrix27-arb+ #x88DB)
82 (defconstant +matrix28-arb+ #x88DC)
83 (defconstant +matrix29-arb+ #x88DD)
84 (defconstant +matrix30-arb+ #x88DE)
85 (defconstant +matrix31-arb+ #x88DF)
86 (defglextfun "IsProgramARB" is-program-arb :return "Boolean" :args
87 ((:name |program| :type |UInt32| :direction :in)) :category
88 "ARB_vertex_program" :version "1.3")
89 (defglextfun "GetVertexAttribPointervARB" get-vertex-attrib-pointerv-arb
90 :return "void" :args
91 ((:name |index| :type |UInt32| :direction :in)
92 (:name |pname| :type |VertexAttribPointerPropertyARB| :direction :in)
93 (:name |pointer| :type |VoidPointer| :direction :out :array t :size #x1))
94 :category "ARB_vertex_program" :version "1.3")
95 (defglextfun "GetVertexAttribivARB" get-vertex-attrib-iv-arb :return "void"
96 :args
97 ((:name |index| :type |UInt32| :direction :in)
98 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
99 (:name |params| :type |Int32| :direction :out :array t :size #x4))
100 :category "ARB_vertex_program" :version "1.3")
101 (defglextfun "GetVertexAttribfvARB" get-vertex-attrib-fv-arb :return "void"
102 :args
103 ((:name |index| :type |UInt32| :direction :in)
104 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
105 (:name |params| :type |Float32| :direction :out :array t :size #x4))
106 :category "ARB_vertex_program" :version "1.3")
107 (defglextfun "GetVertexAttribdvARB" get-vertex-attrib-dv-arb :return "void"
108 :args
109 ((:name |index| :type |UInt32| :direction :in)
110 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
111 (:name |params| :type |Float64| :direction :out :array t :size #x4))
112 :category "ARB_vertex_program" :version "1.3")
113 (defglextfun "GetProgramStringARB" get-program-string-arb :return "void" :args
114 ((:name |target| :type |ProgramTargetARB| :direction :in)
115 (:name |pname| :type |ProgramStringPropertyARB| :direction :in)
116 (:name |string| :type |Void| :direction :out :array t :size
117 (|target| |pname|)))
118 :category "ARB_vertex_program" :version "1.3")
119 (defglextfun "GetProgramivARB" get-program-iv-arb :return "void" :args
120 ((:name |target| :type |ProgramTargetARB| :direction :in)
121 (:name |pname| :type |ProgramPropertyARB| :direction :in)
122 (:name |params| :type |Int32| :direction :out :array t :size #x1))
123 :category "ARB_vertex_program" :version "1.3")
124 (defglextfun "GetProgramLocalParameterfvARB" get-program-local-parameter-fv-arb
125 :return "void" :args
126 ((:name |target| :type |ProgramTargetARB| :direction :in)
127 (:name |index| :type |UInt32| :direction :in)
128 (:name |params| :type |Float32| :direction :out :array t :size #x4))
129 :category "ARB_vertex_program" :version "1.3")
130 (defglextfun "GetProgramLocalParameterdvARB" get-program-local-parameter-dv-arb
131 :return "void" :args
132 ((:name |target| :type |ProgramTargetARB| :direction :in)
133 (:name |index| :type |UInt32| :direction :in)
134 (:name |params| :type |Float64| :direction :out :array t :size #x4))
135 :category "ARB_vertex_program" :version "1.3")
136 (defglextfun "GetProgramEnvParameterfvARB" get-program-env-parameter-fv-arb
137 :return "void" :args
138 ((:name |target| :type |ProgramTargetARB| :direction :in)
139 (:name |index| :type |UInt32| :direction :in)
140 (:name |params| :type |Float32| :direction :out :array t :size #x4))
141 :category "ARB_vertex_program" :version "1.3")
142 (defglextfun "GetProgramEnvParameterdvARB" get-program-env-parameter-dv-arb
143 :return "void" :args
144 ((:name |target| :type |ProgramTargetARB| :direction :in)
145 (:name |index| :type |UInt32| :direction :in)
146 (:name |params| :type |Float64| :direction :out :array t :size #x4))
147 :category "ARB_vertex_program" :version "1.3")
148 (defglextfun "ProgramLocalParameter4fvARB" program-local-parameter-4fv-arb
149 :return "void" :args
150 ((:name |target| :type |ProgramTargetARB| :direction :in)
151 (:name |index| :type |UInt32| :direction :in)
152 (:name |params| :type |Float32| :direction :in :array t :size #x4))
153 :category "ARB_vertex_program" :version "1.3")
154 (defglextfun "ProgramLocalParameter4fARB" program-local-parameter-4f-arb
155 :return "void" :args
156 ((:name |target| :type |ProgramTargetARB| :direction :in)
157 (:name |index| :type |UInt32| :direction :in)
158 (:name |x| :type |Float32| :direction :in)
159 (:name |y| :type |Float32| :direction :in)
160 (:name |z| :type |Float32| :direction :in)
161 (:name |w| :type |Float32| :direction :in))
162 :category "ARB_vertex_program" :version "1.3")
163 (defglextfun "ProgramLocalParameter4dvARB" program-local-parameter-4dv-arb
164 :return "void" :args
165 ((:name |target| :type |ProgramTargetARB| :direction :in)
166 (:name |index| :type |UInt32| :direction :in)
167 (:name |params| :type |Float64| :direction :in :array t :size #x4))
168 :category "ARB_vertex_program" :version "1.3")
169 (defglextfun "ProgramLocalParameter4dARB" program-local-parameter-4d-arb
170 :return "void" :args
171 ((:name |target| :type |ProgramTargetARB| :direction :in)
172 (:name |index| :type |UInt32| :direction :in)
173 (:name |x| :type |Float64| :direction :in)
174 (:name |y| :type |Float64| :direction :in)
175 (:name |z| :type |Float64| :direction :in)
176 (:name |w| :type |Float64| :direction :in))
177 :category "ARB_vertex_program" :version "1.3")
178 (defglextfun "ProgramEnvParameter4fvARB" program-env-parameter-4fv-arb :return
179 "void" :args
180 ((:name |target| :type |ProgramTargetARB| :direction :in)
181 (:name |index| :type |UInt32| :direction :in)
182 (:name |params| :type |Float32| :direction :in :array t :size #x4))
183 :category "ARB_vertex_program" :version "1.3")
184 (defglextfun "ProgramEnvParameter4fARB" program-env-parameter-4f-arb :return
185 "void" :args
186 ((:name |target| :type |ProgramTargetARB| :direction :in)
187 (:name |index| :type |UInt32| :direction :in)
188 (:name |x| :type |Float32| :direction :in)
189 (:name |y| :type |Float32| :direction :in)
190 (:name |z| :type |Float32| :direction :in)
191 (:name |w| :type |Float32| :direction :in))
192 :category "ARB_vertex_program" :version "1.3")
193 (defglextfun "ProgramEnvParameter4dvARB" program-env-parameter-4dv-arb :return
194 "void" :args
195 ((:name |target| :type |ProgramTargetARB| :direction :in)
196 (:name |index| :type |UInt32| :direction :in)
197 (:name |params| :type |Float64| :direction :in :array t :size #x4))
198 :category "ARB_vertex_program" :version "1.3")
199 (defglextfun "ProgramEnvParameter4dARB" program-env-parameter-4d-arb :return
200 "void" :args
201 ((:name |target| :type |ProgramTargetARB| :direction :in)
202 (:name |index| :type |UInt32| :direction :in)
203 (:name |x| :type |Float64| :direction :in)
204 (:name |y| :type |Float64| :direction :in)
205 (:name |z| :type |Float64| :direction :in)
206 (:name |w| :type |Float64| :direction :in))
207 :category "ARB_vertex_program" :version "1.3")
208 (defglextfun "GenProgramsARB" gen-programs-arb :return "void" :args
209 ((:name |n| :type |SizeI| :direction :in)
210 (:name |programs| :type |UInt32| :direction :out :array t :size n))
211 :category "ARB_vertex_program" :version "1.3")
212 (defglextfun "DeleteProgramsARB" delete-programs-arb :return "void" :args
213 ((:name |n| :type |SizeI| :direction :in)
214 (:name |programs| :type |UInt32| :direction :in :array t :size n))
215 :category "ARB_vertex_program" :version "1.3")
216 (defglextfun "BindProgramARB" bind-program-arb :return "void" :args
217 ((:name |target| :type |ProgramTargetARB| :direction :in)
218 (:name |program| :type |UInt32| :direction :in))
219 :category "ARB_vertex_program" :version "1.3")
220 (defglextfun "ProgramStringARB" program-string-arb :return "void" :args
221 ((:name |target| :type |ProgramTargetARB| :direction :in)
222 (:name |format| :type |ProgramFormatARB| :direction :in)
223 (:name |len| :type |SizeI| :direction :in)
224 (:name |string| :type |Void| :direction :in :array t :size len))
225 :category "ARB_vertex_program" :version "1.3")
226 (defglextfun "DisableVertexAttribArrayARB" disable-vertex-attrib-array-arb
227 :return "void" :args ((:name |index| :type |UInt32| :direction :in)) :category
228 "ARB_vertex_program" :version "1.3")
229 (defglextfun "EnableVertexAttribArrayARB" enable-vertex-attrib-array-arb
230 :return "void" :args ((:name |index| :type |UInt32| :direction :in)) :category
231 "ARB_vertex_program" :version "1.3")
232 (defglextfun "VertexAttribPointerARB" vertex-attrib-pointer-arb :return "void"
233 :args
234 ((:name |index| :type |UInt32| :direction :in)
235 (:name |size| :type |Int32| :direction :in)
236 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
237 (:name |normalized| :type |Boolean| :direction :in)
238 (:name |stride| :type |SizeI| :direction :in)
239 (:name |pointer| :type |Void| :direction :in :array t :size
240 (|size| |type| |stride|) :retained t))
241 :category "ARB_vertex_program" :version "1.3")
242 (defglextfun "VertexAttrib4usvARB" vertex-attrib-4usv-arb :return "void" :args
243 ((:name |index| :type |UInt32| :direction :in)
244 (:name |v| :type |UInt16| :direction :in :array t :size #x4))
245 :category "ARB_vertex_program" :version "1.3")
246 (defglextfun "VertexAttrib4uivARB" vertex-attrib-4uiv-arb :return "void" :args
247 ((:name |index| :type |UInt32| :direction :in)
248 (:name |v| :type |UInt32| :direction :in :array t :size #x4))
249 :category "ARB_vertex_program" :version "1.3")
250 (defglextfun "VertexAttrib4ubvARB" vertex-attrib-4ubv-arb :return "void" :args
251 ((:name |index| :type |UInt32| :direction :in)
252 (:name |v| :type |UInt8| :direction :in :array t :size #x4))
253 :category "ARB_vertex_program" :version "1.3")
254 (defglextfun "VertexAttrib4svARB" vertex-attrib-4sv-arb :return "void" :args
255 ((:name |index| :type |UInt32| :direction :in)
256 (:name |v| :type |Int16| :direction :in :array t :size #x4))
257 :category "ARB_vertex_program" :version "1.3")
258 (defglextfun "VertexAttrib4sARB" vertex-attrib-4s-arb :return "void" :args
259 ((:name |index| :type |UInt32| :direction :in)
260 (:name |x| :type |Int16| :direction :in)
261 (:name |y| :type |Int16| :direction :in)
262 (:name |z| :type |Int16| :direction :in)
263 (:name |w| :type |Int16| :direction :in))
264 :category "ARB_vertex_program" :version "1.3")
265 (defglextfun "VertexAttrib4ivARB" vertex-attrib-4iv-arb :return "void" :args
266 ((:name |index| :type |UInt32| :direction :in)
267 (:name |v| :type |Int32| :direction :in :array t :size #x4))
268 :category "ARB_vertex_program" :version "1.3")
269 (defglextfun "VertexAttrib4fvARB" vertex-attrib-4fv-arb :return "void" :args
270 ((:name |index| :type |UInt32| :direction :in)
271 (:name |v| :type |Float32| :direction :in :array t :size #x4))
272 :category "ARB_vertex_program" :version "1.3")
273 (defglextfun "VertexAttrib4fARB" vertex-attrib-4f-arb :return "void" :args
274 ((:name |index| :type |UInt32| :direction :in)
275 (:name |x| :type |Float32| :direction :in)
276 (:name |y| :type |Float32| :direction :in)
277 (:name |z| :type |Float32| :direction :in)
278 (:name |w| :type |Float32| :direction :in))
279 :category "ARB_vertex_program" :version "1.3")
280 (defglextfun "VertexAttrib4dvARB" vertex-attrib-4dv-arb :return "void" :args
281 ((:name |index| :type |UInt32| :direction :in)
282 (:name |v| :type |Float64| :direction :in :array t :size #x4))
283 :category "ARB_vertex_program" :version "1.3")
284 (defglextfun "VertexAttrib4dARB" vertex-attrib-4d-arb :return "void" :args
285 ((:name |index| :type |UInt32| :direction :in)
286 (:name |x| :type |Float64| :direction :in)
287 (:name |y| :type |Float64| :direction :in)
288 (:name |z| :type |Float64| :direction :in)
289 (:name |w| :type |Float64| :direction :in))
290 :category "ARB_vertex_program" :version "1.3")
291 (defglextfun "VertexAttrib4bvARB" vertex-attrib-4bv-arb :return "void" :args
292 ((:name |index| :type |UInt32| :direction :in)
293 (:name |v| :type |Int8| :direction :in :array t :size #x4))
294 :category "ARB_vertex_program" :version "1.3")
295 (defglextfun "VertexAttrib4NusvARB" vertex-attrib-4n-usv-arb :return "void"
296 :args
297 ((:name |index| :type |UInt32| :direction :in)
298 (:name |v| :type |UInt16| :direction :in :array t :size #x4))
299 :category "ARB_vertex_program" :version "1.3")
300 (defglextfun "VertexAttrib4NuivARB" vertex-attrib-4n-uiv-arb :return "void"
301 :args
302 ((:name |index| :type |UInt32| :direction :in)
303 (:name |v| :type |UInt32| :direction :in :array t :size #x4))
304 :category "ARB_vertex_program" :version "1.3")
305 (defglextfun "VertexAttrib4NubvARB" vertex-attrib-4n-ubv-arb :return "void"
306 :args
307 ((:name |index| :type |UInt32| :direction :in)
308 (:name |v| :type |UInt8| :direction :in :array t :size #x4))
309 :category "ARB_vertex_program" :version "1.3")
310 (defglextfun "VertexAttrib4NubARB" vertex-attrib-4n-ub-arb :return "void" :args
311 ((:name |index| :type |UInt32| :direction :in)
312 (:name |x| :type |UInt8| :direction :in)
313 (:name |y| :type |UInt8| :direction :in)
314 (:name |z| :type |UInt8| :direction :in)
315 (:name |w| :type |UInt8| :direction :in))
316 :category "ARB_vertex_program" :version "1.3")
317 (defglextfun "VertexAttrib4NsvARB" vertex-attrib-4n-sv-arb :return "void" :args
318 ((:name |index| :type |UInt32| :direction :in)
319 (:name |v| :type |Int16| :direction :in :array t :size #x4))
320 :category "ARB_vertex_program" :version "1.3")
321 (defglextfun "VertexAttrib4NivARB" vertex-attrib-4n-iv-arb :return "void" :args
322 ((:name |index| :type |UInt32| :direction :in)
323 (:name |v| :type |Int32| :direction :in :array t :size #x4))
324 :category "ARB_vertex_program" :version "1.3")
325 (defglextfun "VertexAttrib4NbvARB" vertex-attrib-4n-bv-arb :return "void" :args
326 ((:name |index| :type |UInt32| :direction :in)
327 (:name |v| :type |Int8| :direction :in :array t :size #x4))
328 :category "ARB_vertex_program" :version "1.3")
329 (defglextfun "VertexAttrib3svARB" vertex-attrib-3sv-arb :return "void" :args
330 ((:name |index| :type |UInt32| :direction :in)
331 (:name |v| :type |Int16| :direction :in :array t :size #x3))
332 :category "ARB_vertex_program" :version "1.3")
333 (defglextfun "VertexAttrib3sARB" vertex-attrib-3s-arb :return "void" :args
334 ((:name |index| :type |UInt32| :direction :in)
335 (:name |x| :type |Int16| :direction :in)
336 (:name |y| :type |Int16| :direction :in)
337 (:name |z| :type |Int16| :direction :in))
338 :category "ARB_vertex_program" :version "1.3")
339 (defglextfun "VertexAttrib3fvARB" vertex-attrib-3fv-arb :return "void" :args
340 ((:name |index| :type |UInt32| :direction :in)
341 (:name |v| :type |Float32| :direction :in :array t :size #x3))
342 :category "ARB_vertex_program" :version "1.3")
343 (defglextfun "VertexAttrib3fARB" vertex-attrib-3f-arb :return "void" :args
344 ((:name |index| :type |UInt32| :direction :in)
345 (:name |x| :type |Float32| :direction :in)
346 (:name |y| :type |Float32| :direction :in)
347 (:name |z| :type |Float32| :direction :in))
348 :category "ARB_vertex_program" :version "1.3")
349 (defglextfun "VertexAttrib3dvARB" vertex-attrib-3dv-arb :return "void" :args
350 ((:name |index| :type |UInt32| :direction :in)
351 (:name |v| :type |Float64| :direction :in :array t :size #x3))
352 :category "ARB_vertex_program" :version "1.3")
353 (defglextfun "VertexAttrib3dARB" vertex-attrib-3d-arb :return "void" :args
354 ((:name |index| :type |UInt32| :direction :in)
355 (:name |x| :type |Float64| :direction :in)
356 (:name |y| :type |Float64| :direction :in)
357 (:name |z| :type |Float64| :direction :in))
358 :category "ARB_vertex_program" :version "1.3")
359 (defglextfun "VertexAttrib2svARB" vertex-attrib-2sv-arb :return "void" :args
360 ((:name |index| :type |UInt32| :direction :in)
361 (:name |v| :type |Int16| :direction :in :array t :size #x2))
362 :category "ARB_vertex_program" :version "1.3")
363 (defglextfun "VertexAttrib2sARB" vertex-attrib-2s-arb :return "void" :args
364 ((:name |index| :type |UInt32| :direction :in)
365 (:name |x| :type |Int16| :direction :in)
366 (:name |y| :type |Int16| :direction :in))
367 :category "ARB_vertex_program" :version "1.3")
368 (defglextfun "VertexAttrib2fvARB" vertex-attrib-2fv-arb :return "void" :args
369 ((:name |index| :type |UInt32| :direction :in)
370 (:name |v| :type |Float32| :direction :in :array t :size #x2))
371 :category "ARB_vertex_program" :version "1.3")
372 (defglextfun "VertexAttrib2fARB" vertex-attrib-2f-arb :return "void" :args
373 ((:name |index| :type |UInt32| :direction :in)
374 (:name |x| :type |Float32| :direction :in)
375 (:name |y| :type |Float32| :direction :in))
376 :category "ARB_vertex_program" :version "1.3")
377 (defglextfun "VertexAttrib2dvARB" vertex-attrib-2dv-arb :return "void" :args
378 ((:name |index| :type |UInt32| :direction :in)
379 (:name |v| :type |Float64| :direction :in :array t :size #x2))
380 :category "ARB_vertex_program" :version "1.3")
381 (defglextfun "VertexAttrib2dARB" vertex-attrib-2d-arb :return "void" :args
382 ((:name |index| :type |UInt32| :direction :in)
383 (:name |x| :type |Float64| :direction :in)
384 (:name |y| :type |Float64| :direction :in))
385 :category "ARB_vertex_program" :version "1.3")
386 (defglextfun "VertexAttrib1svARB" vertex-attrib-1sv-arb :return "void" :args
387 ((:name |index| :type |UInt32| :direction :in)
388 (:name |v| :type |Int16| :direction :in :array t :size #x1))
389 :category "ARB_vertex_program" :version "1.3")
390 (defglextfun "VertexAttrib1sARB" vertex-attrib-1s-arb :return "void" :args
391 ((:name |index| :type |UInt32| :direction :in)
392 (:name |x| :type |Int16| :direction :in))
393 :category "ARB_vertex_program" :version "1.3")
394 (defglextfun "VertexAttrib1fvARB" vertex-attrib-1fv-arb :return "void" :args
395 ((:name |index| :type |UInt32| :direction :in)
396 (:name |v| :type |Float32| :direction :in :array t :size #x1))
397 :category "ARB_vertex_program" :version "1.3")
398 (defglextfun "VertexAttrib1fARB" vertex-attrib-1f-arb :return "void" :args
399 ((:name |index| :type |UInt32| :direction :in)
400 (:name |x| :type |Float32| :direction :in))
401 :category "ARB_vertex_program" :version "1.3")
402 (defglextfun "VertexAttrib1dvARB" vertex-attrib-1dv-arb :return "void" :args
403 ((:name |index| :type |UInt32| :direction :in)
404 (:name |v| :type |Float64| :direction :in :array t :size #x1))
405 :category "ARB_vertex_program" :version "1.3")
406 (defglextfun "VertexAttrib1dARB" vertex-attrib-1d-arb :return "void" :args
407 ((:name |index| :type |UInt32| :direction :in)
408 (:name |x| :type |Float64| :direction :in))
409 :category "ARB_vertex_program" :version "1.3")