Added initial output of generator scripts.
[cl-glfw.git] / lib / opengl-sun_vertex.lisp
blobe5f2fdbca316a98f6b07cda71370318c8aa2f750
2 (in-package #:gl)
4 ;;;; SUN_vertex
6 (defglextfun
7 (("ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN"
8 replacement-codeui-tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun)
9 :args
10 ((:name |rc| :type |ReplacementCodeSUN| :direction :in :array t :size #x1)
11 (:name |tc| :type |Float32| :direction :in :array t :size #x2)
12 (:name |c| :type |Float32| :direction :in :array t :size #x4)
13 (:name |n| :type |Float32| :direction :in :array t :size #x3)
14 (:name |v| :type |Float32| :direction :in :array t :size #x3))
15 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
16 :glsflags ("ignore") :offset ("?")))
17 (defglextfun
18 (("ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN"
19 replacement-codeui-tex-coord-2f-color-4f-normal-3f-vertex-3f-sun)
20 :args
21 ((:name |rc| :type |ReplacementCodeSUN| :direction :in)
22 (:name |s| :type |Float32| :direction :in)
23 (:name |t| :type |Float32| :direction :in)
24 (:name |r| :type |Float32| :direction :in)
25 (:name |g| :type |Float32| :direction :in)
26 (:name |b| :type |Float32| :direction :in)
27 (:name |a| :type |Float32| :direction :in)
28 (:name |nx| :type |Float32| :direction :in)
29 (:name |ny| :type |Float32| :direction :in)
30 (:name |nz| :type |Float32| :direction :in)
31 (:name |x| :type |Float32| :direction :in)
32 (:name |y| :type |Float32| :direction :in)
33 (:name |z| :type |Float32| :direction :in))
34 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
35 :glsflags ("ignore") :offset ("?")))
36 (defglextfun
37 (("ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN"
38 replacement-codeui-tex-coord-2f-normal-3f-vertex-3fv-sun)
39 :args
40 ((:name |rc| :type |ReplacementCodeSUN| :direction :in :array t :size #x1)
41 (:name |tc| :type |Float32| :direction :in :array t :size #x2)
42 (:name |n| :type |Float32| :direction :in :array t :size #x3)
43 (:name |v| :type |Float32| :direction :in :array t :size #x3))
44 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
45 :glsflags ("ignore") :offset ("?")))
46 (defglextfun
47 (("ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN"
48 replacement-codeui-tex-coord-2f-normal-3f-vertex-3f-sun)
49 :args
50 ((:name |rc| :type |ReplacementCodeSUN| :direction :in)
51 (:name |s| :type |Float32| :direction :in)
52 (:name |t| :type |Float32| :direction :in)
53 (:name |nx| :type |Float32| :direction :in)
54 (:name |ny| :type |Float32| :direction :in)
55 (:name |nz| :type |Float32| :direction :in)
56 (:name |x| :type |Float32| :direction :in)
57 (:name |y| :type |Float32| :direction :in)
58 (:name |z| :type |Float32| :direction :in))
59 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
60 :glsflags ("ignore") :offset ("?")))
61 (defglextfun
62 (("ReplacementCodeuiTexCoord2fVertex3fvSUN"
63 replacement-codeui-tex-coord-2f-vertex-3fv-sun)
64 :args
65 ((:name |rc| :type |ReplacementCodeSUN| :direction :in :array t :size #x1)
66 (:name |tc| :type |Float32| :direction :in :array t :size #x2)
67 (:name |v| :type |Float32| :direction :in :array t :size #x3))
68 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
69 :glsflags ("ignore") :offset ("?")))
70 (defglextfun
71 (("ReplacementCodeuiTexCoord2fVertex3fSUN"
72 replacement-codeui-tex-coord-2f-vertex-3f-sun)
73 :args
74 ((:name |rc| :type |ReplacementCodeSUN| :direction :in)
75 (:name |s| :type |Float32| :direction :in)
76 (:name |t| :type |Float32| :direction :in)
77 (:name |x| :type |Float32| :direction :in)
78 (:name |y| :type |Float32| :direction :in)
79 (:name |z| :type |Float32| :direction :in))
80 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
81 :glsflags ("ignore") :offset ("?")))
82 (defglextfun
83 (("ReplacementCodeuiColor4fNormal3fVertex3fvSUN"
84 replacement-codeui-color-4f-normal-3f-vertex-3fv-sun)
85 :args
86 ((:name |rc| :type |ReplacementCodeSUN| :direction :in :array t :size #x1)
87 (:name |c| :type |Float32| :direction :in :array t :size #x4)
88 (:name |n| :type |Float32| :direction :in :array t :size #x3)
89 (:name |v| :type |Float32| :direction :in :array t :size #x3))
90 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
91 :glsflags ("ignore") :offset ("?")))
92 (defglextfun
93 (("ReplacementCodeuiColor4fNormal3fVertex3fSUN"
94 replacement-codeui-color-4f-normal-3f-vertex-3f-sun)
95 :args
96 ((:name |rc| :type |ReplacementCodeSUN| :direction :in)
97 (:name |r| :type |Float32| :direction :in)
98 (:name |g| :type |Float32| :direction :in)
99 (:name |b| :type |Float32| :direction :in)
100 (:name |a| :type |Float32| :direction :in)
101 (:name |nx| :type |Float32| :direction :in)
102 (:name |ny| :type |Float32| :direction :in)
103 (:name |nz| :type |Float32| :direction :in)
104 (:name |x| :type |Float32| :direction :in)
105 (:name |y| :type |Float32| :direction :in)
106 (:name |z| :type |Float32| :direction :in))
107 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
108 :glsflags ("ignore") :offset ("?")))
109 (defglextfun
110 (("ReplacementCodeuiNormal3fVertex3fvSUN"
111 replacement-codeui-normal-3f-vertex-3fv-sun)
112 :args
113 ((:name |rc| :type |ReplacementCodeSUN| :direction :in :array t :size #x1)
114 (:name |n| :type |Float32| :direction :in :array t :size #x3)
115 (:name |v| :type |Float32| :direction :in :array t :size #x3))
116 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
117 :glsflags ("ignore") :offset ("?")))
118 (defglextfun
119 (("ReplacementCodeuiNormal3fVertex3fSUN"
120 replacement-codeui-normal-3f-vertex-3f-sun)
121 :args
122 ((:name |rc| :type |ReplacementCodeSUN| :direction :in)
123 (:name |nx| :type |Float32| :direction :in)
124 (:name |ny| :type |Float32| :direction :in)
125 (:name |nz| :type |Float32| :direction :in)
126 (:name |x| :type |Float32| :direction :in)
127 (:name |y| :type |Float32| :direction :in)
128 (:name |z| :type |Float32| :direction :in))
129 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
130 :glsflags ("ignore") :offset ("?")))
131 (defglextfun
132 (("ReplacementCodeuiColor3fVertex3fvSUN"
133 replacement-codeui-color-3f-vertex-3fv-sun)
134 :args
135 ((:name |rc| :type |ReplacementCodeSUN| :direction :in :array t :size #x1)
136 (:name |c| :type |Float32| :direction :in :array t :size #x3)
137 (:name |v| :type |Float32| :direction :in :array t :size #x3))
138 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
139 :glsflags ("ignore") :offset ("?")))
140 (defglextfun
141 (("ReplacementCodeuiColor3fVertex3fSUN"
142 replacement-codeui-color-3f-vertex-3f-sun)
143 :args
144 ((:name |rc| :type |ReplacementCodeSUN| :direction :in)
145 (:name |r| :type |Float32| :direction :in)
146 (:name |g| :type |Float32| :direction :in)
147 (:name |b| :type |Float32| :direction :in)
148 (:name |x| :type |Float32| :direction :in)
149 (:name |y| :type |Float32| :direction :in)
150 (:name |z| :type |Float32| :direction :in))
151 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
152 :glsflags ("ignore") :offset ("?")))
153 (defglextfun
154 (("ReplacementCodeuiColor4ubVertex3fvSUN"
155 replacement-codeui-color-4ub-vertex-3fv-sun)
156 :args
157 ((:name |rc| :type |ReplacementCodeSUN| :direction :in :array t :size #x1)
158 (:name |c| :type |UInt8| :direction :in :array t :size #x4)
159 (:name |v| :type |Float32| :direction :in :array t :size #x3))
160 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
161 :glsflags ("ignore") :offset ("?")))
162 (defglextfun
163 (("ReplacementCodeuiColor4ubVertex3fSUN"
164 replacement-codeui-color-4ub-vertex-3f-sun)
165 :args
166 ((:name |rc| :type |ReplacementCodeSUN| :direction :in)
167 (:name |r| :type |UInt8| :direction :in)
168 (:name |g| :type |UInt8| :direction :in)
169 (:name |b| :type |UInt8| :direction :in)
170 (:name |a| :type |UInt8| :direction :in)
171 (:name |x| :type |Float32| :direction :in)
172 (:name |y| :type |Float32| :direction :in)
173 (:name |z| :type |Float32| :direction :in))
174 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
175 :glsflags ("ignore") :offset ("?")))
176 (defglextfun
177 (("ReplacementCodeuiVertex3fvSUN" replacement-codeui-vertex-3fv-sun) :args
178 ((:name |rc| :type |ReplacementCodeSUN| :direction :in :array t :size #x1)
179 (:name |v| :type |Float32| :direction :in :array t :size #x3))
180 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
181 :glsflags ("ignore") :offset ("?")))
182 (defglextfun
183 (("ReplacementCodeuiVertex3fSUN" replacement-codeui-vertex-3f-sun) :args
184 ((:name |rc| :type |ReplacementCodeSUN| :direction :in)
185 (:name |x| :type |Float32| :direction :in)
186 (:name |y| :type |Float32| :direction :in)
187 (:name |z| :type |Float32| :direction :in))
188 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
189 :glsflags ("ignore") :offset ("?")))
190 (defglextfun
191 (("TexCoord4fColor4fNormal3fVertex4fvSUN"
192 tex-coord-4f-color-4f-normal-3f-vertex-4fv-sun)
193 :args
194 ((:name |tc| :type |Float32| :direction :in :array t :size #x4)
195 (:name |c| :type |Float32| :direction :in :array t :size #x4)
196 (:name |n| :type |Float32| :direction :in :array t :size #x3)
197 (:name |v| :type |Float32| :direction :in :array t :size #x4))
198 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
199 :glsflags ("ignore") :offset ("?")))
200 (defglextfun
201 (("TexCoord4fColor4fNormal3fVertex4fSUN"
202 tex-coord-4f-color-4f-normal-3f-vertex-4f-sun)
203 :args
204 ((:name |s| :type |Float32| :direction :in)
205 (:name |t| :type |Float32| :direction :in)
206 (:name |p| :type |Float32| :direction :in)
207 (:name |q| :type |Float32| :direction :in)
208 (:name |r| :type |Float32| :direction :in)
209 (:name |g| :type |Float32| :direction :in)
210 (:name |b| :type |Float32| :direction :in)
211 (:name |a| :type |Float32| :direction :in)
212 (:name |nx| :type |Float32| :direction :in)
213 (:name |ny| :type |Float32| :direction :in)
214 (:name |nz| :type |Float32| :direction :in)
215 (:name |x| :type |Float32| :direction :in)
216 (:name |y| :type |Float32| :direction :in)
217 (:name |z| :type |Float32| :direction :in)
218 (:name |w| :type |Float32| :direction :in))
219 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
220 :glsflags ("ignore") :offset ("?")))
221 (defglextfun
222 (("TexCoord2fColor4fNormal3fVertex3fvSUN"
223 tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun)
224 :args
225 ((:name |tc| :type |Float32| :direction :in :array t :size #x2)
226 (:name |c| :type |Float32| :direction :in :array t :size #x4)
227 (:name |n| :type |Float32| :direction :in :array t :size #x3)
228 (:name |v| :type |Float32| :direction :in :array t :size #x3))
229 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
230 :glsflags ("ignore") :offset ("?")))
231 (defglextfun
232 (("TexCoord2fColor4fNormal3fVertex3fSUN"
233 tex-coord-2f-color-4f-normal-3f-vertex-3f-sun)
234 :args
235 ((:name |s| :type |Float32| :direction :in)
236 (:name |t| :type |Float32| :direction :in)
237 (:name |r| :type |Float32| :direction :in)
238 (:name |g| :type |Float32| :direction :in)
239 (:name |b| :type |Float32| :direction :in)
240 (:name |a| :type |Float32| :direction :in)
241 (:name |nx| :type |Float32| :direction :in)
242 (:name |ny| :type |Float32| :direction :in)
243 (:name |nz| :type |Float32| :direction :in)
244 (:name |x| :type |Float32| :direction :in)
245 (:name |y| :type |Float32| :direction :in)
246 (:name |z| :type |Float32| :direction :in))
247 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
248 :glsflags ("ignore") :offset ("?")))
249 (defglextfun
250 (("TexCoord2fNormal3fVertex3fvSUN" tex-coord-2f-normal-3f-vertex-3fv-sun)
251 :args
252 ((:name |tc| :type |Float32| :direction :in :array t :size #x2)
253 (:name |n| :type |Float32| :direction :in :array t :size #x3)
254 (:name |v| :type |Float32| :direction :in :array t :size #x3))
255 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
256 :glsflags ("ignore") :offset ("?")))
257 (defglextfun
258 (("TexCoord2fNormal3fVertex3fSUN" tex-coord-2f-normal-3f-vertex-3f-sun) :args
259 ((:name |s| :type |Float32| :direction :in)
260 (:name |t| :type |Float32| :direction :in)
261 (:name |nx| :type |Float32| :direction :in)
262 (:name |ny| :type |Float32| :direction :in)
263 (:name |nz| :type |Float32| :direction :in)
264 (:name |x| :type |Float32| :direction :in)
265 (:name |y| :type |Float32| :direction :in)
266 (:name |z| :type |Float32| :direction :in))
267 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
268 :glsflags ("ignore") :offset ("?")))
269 (defglextfun
270 (("TexCoord2fColor3fVertex3fvSUN" tex-coord-2f-color-3f-vertex-3fv-sun) :args
271 ((:name |tc| :type |Float32| :direction :in :array t :size #x2)
272 (:name |c| :type |Float32| :direction :in :array t :size #x3)
273 (:name |v| :type |Float32| :direction :in :array t :size #x3))
274 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
275 :glsflags ("ignore") :offset ("?")))
276 (defglextfun
277 (("TexCoord2fColor3fVertex3fSUN" tex-coord-2f-color-3f-vertex-3f-sun) :args
278 ((:name |s| :type |Float32| :direction :in)
279 (:name |t| :type |Float32| :direction :in)
280 (:name |r| :type |Float32| :direction :in)
281 (:name |g| :type |Float32| :direction :in)
282 (:name |b| :type |Float32| :direction :in)
283 (:name |x| :type |Float32| :direction :in)
284 (:name |y| :type |Float32| :direction :in)
285 (:name |z| :type |Float32| :direction :in))
286 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
287 :glsflags ("ignore") :offset ("?")))
288 (defglextfun
289 (("TexCoord2fColor4ubVertex3fvSUN" tex-coord-2f-color-4ub-vertex-3fv-sun)
290 :args
291 ((:name |tc| :type |Float32| :direction :in :array t :size #x2)
292 (:name |c| :type |UInt8| :direction :in :array t :size #x4)
293 (:name |v| :type |Float32| :direction :in :array t :size #x3))
294 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
295 :glsflags ("ignore") :offset ("?")))
296 (defglextfun
297 (("TexCoord2fColor4ubVertex3fSUN" tex-coord-2f-color-4ub-vertex-3f-sun) :args
298 ((:name |s| :type |Float32| :direction :in)
299 (:name |t| :type |Float32| :direction :in)
300 (:name |r| :type |UInt8| :direction :in)
301 (:name |g| :type |UInt8| :direction :in)
302 (:name |b| :type |UInt8| :direction :in)
303 (:name |a| :type |UInt8| :direction :in)
304 (:name |x| :type |Float32| :direction :in)
305 (:name |y| :type |Float32| :direction :in)
306 (:name |z| :type |Float32| :direction :in))
307 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
308 :glsflags ("ignore") :offset ("?")))
309 (defglextfun
310 (("TexCoord4fVertex4fvSUN" tex-coord-4f-vertex-4fv-sun) :args
311 ((:name |tc| :type |Float32| :direction :in :array t :size #x4)
312 (:name |v| :type |Float32| :direction :in :array t :size #x4))
313 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
314 :glsflags ("ignore") :offset ("?")))
315 (defglextfun
316 (("TexCoord4fVertex4fSUN" tex-coord-4f-vertex-4f-sun) :args
317 ((:name |s| :type |Float32| :direction :in)
318 (:name |t| :type |Float32| :direction :in)
319 (:name |p| :type |Float32| :direction :in)
320 (:name |q| :type |Float32| :direction :in)
321 (:name |x| :type |Float32| :direction :in)
322 (:name |y| :type |Float32| :direction :in)
323 (:name |z| :type |Float32| :direction :in)
324 (:name |w| :type |Float32| :direction :in))
325 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
326 :glsflags ("ignore") :offset ("?")))
327 (defglextfun
328 (("TexCoord2fVertex3fvSUN" tex-coord-2f-vertex-3fv-sun) :args
329 ((:name |tc| :type |Float32| :direction :in :array t :size #x2)
330 (:name |v| :type |Float32| :direction :in :array t :size #x3))
331 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
332 :glsflags ("ignore") :offset ("?")))
333 (defglextfun
334 (("TexCoord2fVertex3fSUN" tex-coord-2f-vertex-3f-sun) :args
335 ((:name |s| :type |Float32| :direction :in)
336 (:name |t| :type |Float32| :direction :in)
337 (:name |x| :type |Float32| :direction :in)
338 (:name |y| :type |Float32| :direction :in)
339 (:name |z| :type |Float32| :direction :in))
340 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
341 :glsflags ("ignore") :offset ("?")))
342 (defglextfun
343 (("Color4fNormal3fVertex3fvSUN" color-4f-normal-3f-vertex-3fv-sun) :args
344 ((:name |c| :type |Float32| :direction :in :array t :size #x4)
345 (:name |n| :type |Float32| :direction :in :array t :size #x3)
346 (:name |v| :type |Float32| :direction :in :array t :size #x3))
347 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
348 :glsflags ("ignore") :offset ("?")))
349 (defglextfun
350 (("Color4fNormal3fVertex3fSUN" color-4f-normal-3f-vertex-3f-sun) :args
351 ((:name |r| :type |Float32| :direction :in)
352 (:name |g| :type |Float32| :direction :in)
353 (:name |b| :type |Float32| :direction :in)
354 (:name |a| :type |Float32| :direction :in)
355 (:name |nx| :type |Float32| :direction :in)
356 (:name |ny| :type |Float32| :direction :in)
357 (:name |nz| :type |Float32| :direction :in)
358 (:name |x| :type |Float32| :direction :in)
359 (:name |y| :type |Float32| :direction :in)
360 (:name |z| :type |Float32| :direction :in))
361 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
362 :glsflags ("ignore") :offset ("?")))
363 (defglextfun
364 (("Normal3fVertex3fvSUN" normal-3f-vertex-3fv-sun) :args
365 ((:name |n| :type |Float32| :direction :in :array t :size #x3)
366 (:name |v| :type |Float32| :direction :in :array t :size #x3))
367 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
368 :glsflags ("ignore") :offset ("?")))
369 (defglextfun
370 (("Normal3fVertex3fSUN" normal-3f-vertex-3f-sun) :args
371 ((:name |nx| :type |Float32| :direction :in)
372 (:name |ny| :type |Float32| :direction :in)
373 (:name |nz| :type |Float32| :direction :in)
374 (:name |x| :type |Float32| :direction :in)
375 (:name |y| :type |Float32| :direction :in)
376 (:name |z| :type |Float32| :direction :in))
377 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
378 :glsflags ("ignore") :offset ("?")))
379 (defglextfun
380 (("Color3fVertex3fvSUN" color-3f-vertex-3fv-sun) :args
381 ((:name |c| :type |Float32| :direction :in :array t :size #x3)
382 (:name |v| :type |Float32| :direction :in :array t :size #x3))
383 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
384 :glsflags ("ignore") :offset ("?")))
385 (defglextfun
386 (("Color3fVertex3fSUN" color-3f-vertex-3f-sun) :args
387 ((:name |r| :type |Float32| :direction :in)
388 (:name |g| :type |Float32| :direction :in)
389 (:name |b| :type |Float32| :direction :in)
390 (:name |x| :type |Float32| :direction :in)
391 (:name |y| :type |Float32| :direction :in)
392 (:name |z| :type |Float32| :direction :in))
393 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
394 :glsflags ("ignore") :offset ("?")))
395 (defglextfun
396 (("Color4ubVertex3fvSUN" color-4ub-vertex-3fv-sun) :args
397 ((:name |c| :type |UInt8| :direction :in :array t :size #x4)
398 (:name |v| :type |Float32| :direction :in :array t :size #x3))
399 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
400 :glsflags ("ignore") :offset ("?")))
401 (defglextfun
402 (("Color4ubVertex3fSUN" color-4ub-vertex-3f-sun) :args
403 ((:name |r| :type |UInt8| :direction :in)
404 (:name |g| :type |UInt8| :direction :in)
405 (:name |b| :type |UInt8| :direction :in)
406 (:name |a| :type |UInt8| :direction :in)
407 (:name |x| :type |Float32| :direction :in)
408 (:name |y| :type |Float32| :direction :in)
409 (:name |z| :type |Float32| :direction :in))
410 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
411 :glsflags ("ignore") :offset ("?")))
412 (defglextfun
413 (("Color4ubVertex2fvSUN" color-4ub-vertex-2fv-sun) :args
414 ((:name |c| :type |UInt8| :direction :in :array t :size #x4)
415 (:name |v| :type |Float32| :direction :in :array t :size #x2))
416 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
417 :glsflags ("ignore") :offset ("?")))
418 (defglextfun
419 (("Color4ubVertex2fSUN" color-4ub-vertex-2f-sun) :args
420 ((:name |r| :type |UInt8| :direction :in)
421 (:name |g| :type |UInt8| :direction :in)
422 (:name |b| :type |UInt8| :direction :in)
423 (:name |a| :type |UInt8| :direction :in)
424 (:name |x| :type |Float32| :direction :in)
425 (:name |y| :type |Float32| :direction :in))
426 :return ("void") :category ("SUN_vertex") :version ("1.1") :glxropcode ("?")
427 :glsflags ("ignore") :offset ("?")))