Little nomenclature and do->loop clean ups.
[cl-glfw/jecs.git] / lib / opengl-ati_vertex_streams.lisp
blobe34157635b7f97f7edd1c24f75e19b87a9606ad9
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 ;;;; ati_vertex_streams
7 (defconstant +max-vertex-streams-ati+ #x876B)
8 (defconstant +vertex-stream0-ati+ #x876C)
9 (defconstant +vertex-stream1-ati+ #x876D)
10 (defconstant +vertex-stream2-ati+ #x876E)
11 (defconstant +vertex-stream3-ati+ #x876F)
12 (defconstant +vertex-stream4-ati+ #x8770)
13 (defconstant +vertex-stream5-ati+ #x8771)
14 (defconstant +vertex-stream6-ati+ #x8772)
15 (defconstant +vertex-stream7-ati+ #x8773)
16 (defconstant +vertex-source-ati+ #x8774)
17 (defglextfun
18 (("VertexBlendEnvfATI" vertex-blend-env-f-ati) :args
19 ((:name |pname| :type |VertexStreamATI| :direction :in)
20 (:name |param| :type |Float32| :direction :in))
21 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
22 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
23 ("?")))
24 (defglextfun
25 (("VertexBlendEnviATI" vertex-blend-env-i-ati) :args
26 ((:name |pname| :type |VertexStreamATI| :direction :in)
27 (:name |param| :type |Int32| :direction :in))
28 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
29 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
30 ("?")))
31 (defglextfun
32 (("ClientActiveVertexStreamATI" client-active-vertex-stream-ati) :args
33 ((:name |stream| :type |VertexStreamATI| :direction :in)) :return ("void")
34 :category ("ATI_vertex_streams") :version ("1.2") :extension nil :glxropcode
35 ("?") :glxflags ("ignore") :glsflags ("ignore") :offset ("?")))
36 (defglextfun
37 (("NormalStream3dvATI" normal-stream-3dv-ati) :args
38 ((:name |stream| :type |VertexStreamATI| :direction :in)
39 (:name |coords| :type |Float64| :direction :in :array t :size #x3))
40 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
41 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
42 ("?")))
43 (defglextfun
44 (("NormalStream3dATI" normal-stream-3d-ati) :args
45 ((:name |stream| :type |VertexStreamATI| :direction :in)
46 (:name |nx| :type |Float64| :direction :in)
47 (:name |ny| :type |Float64| :direction :in)
48 (:name |nz| :type |Float64| :direction :in))
49 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
50 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
51 ("?")))
52 (defglextfun
53 (("NormalStream3fvATI" normal-stream-3fv-ati) :args
54 ((:name |stream| :type |VertexStreamATI| :direction :in)
55 (:name |coords| :type |Float32| :direction :in :array t :size #x3))
56 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
57 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
58 ("?")))
59 (defglextfun
60 (("NormalStream3fATI" normal-stream-3f-ati) :args
61 ((:name |stream| :type |VertexStreamATI| :direction :in)
62 (:name |nx| :type |Float32| :direction :in)
63 (:name |ny| :type |Float32| :direction :in)
64 (:name |nz| :type |Float32| :direction :in))
65 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
66 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
67 ("?")))
68 (defglextfun
69 (("NormalStream3ivATI" normal-stream-3iv-ati) :args
70 ((:name |stream| :type |VertexStreamATI| :direction :in)
71 (:name |coords| :type |Int32| :direction :in :array t :size #x3))
72 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
73 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
74 ("?")))
75 (defglextfun
76 (("NormalStream3iATI" normal-stream-3i-ati) :args
77 ((:name |stream| :type |VertexStreamATI| :direction :in)
78 (:name |nx| :type |Int32| :direction :in)
79 (:name |ny| :type |Int32| :direction :in)
80 (:name |nz| :type |Int32| :direction :in))
81 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
82 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
83 ("?")))
84 (defglextfun
85 (("NormalStream3svATI" normal-stream-3sv-ati) :args
86 ((:name |stream| :type |VertexStreamATI| :direction :in)
87 (:name |coords| :type |Int16| :direction :in :array t :size #x3))
88 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
89 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
90 ("?")))
91 (defglextfun
92 (("NormalStream3sATI" normal-stream-3s-ati) :args
93 ((:name |stream| :type |VertexStreamATI| :direction :in)
94 (:name |nx| :type |Int16| :direction :in)
95 (:name |ny| :type |Int16| :direction :in)
96 (:name |nz| :type |Int16| :direction :in))
97 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
98 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
99 ("?")))
100 (defglextfun
101 (("NormalStream3bvATI" normal-stream-3bv-ati) :args
102 ((:name |stream| :type |VertexStreamATI| :direction :in)
103 (:name |coords| :type |Int8| :direction :in :array t :size #x3))
104 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
105 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
106 ("?")))
107 (defglextfun
108 (("NormalStream3bATI" normal-stream-3b-ati) :args
109 ((:name |stream| :type |VertexStreamATI| :direction :in)
110 (:name |nx| :type |Int8| :direction :in)
111 (:name |ny| :type |Int8| :direction :in)
112 (:name |nz| :type |Int8| :direction :in))
113 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
114 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
115 ("?")))
116 (defglextfun
117 (("VertexStream4dvATI" vertex-stream-4dv-ati) :args
118 ((:name |stream| :type |VertexStreamATI| :direction :in)
119 (:name |coords| :type |Float64| :direction :in :array t :size #x4))
120 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
121 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
122 ("?")))
123 (defglextfun
124 (("VertexStream4dATI" vertex-stream-4d-ati) :args
125 ((:name |stream| :type |VertexStreamATI| :direction :in)
126 (:name |x| :type |Float64| :direction :in)
127 (:name |y| :type |Float64| :direction :in)
128 (:name |z| :type |Float64| :direction :in)
129 (:name |w| :type |Float64| :direction :in))
130 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
131 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
132 ("?")))
133 (defglextfun
134 (("VertexStream4fvATI" vertex-stream-4fv-ati) :args
135 ((:name |stream| :type |VertexStreamATI| :direction :in)
136 (:name |coords| :type |Float32| :direction :in :array t :size #x4))
137 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
138 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
139 ("?")))
140 (defglextfun
141 (("VertexStream4fATI" vertex-stream-4f-ati) :args
142 ((:name |stream| :type |VertexStreamATI| :direction :in)
143 (:name |x| :type |Float32| :direction :in)
144 (:name |y| :type |Float32| :direction :in)
145 (:name |z| :type |Float32| :direction :in)
146 (:name |w| :type |Float32| :direction :in))
147 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
148 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
149 ("?")))
150 (defglextfun
151 (("VertexStream4ivATI" vertex-stream-4iv-ati) :args
152 ((:name |stream| :type |VertexStreamATI| :direction :in)
153 (:name |coords| :type |Int32| :direction :in :array t :size #x4))
154 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
155 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
156 ("?")))
157 (defglextfun
158 (("VertexStream4iATI" vertex-stream-4i-ati) :args
159 ((:name |stream| :type |VertexStreamATI| :direction :in)
160 (:name |x| :type |Int32| :direction :in)
161 (:name |y| :type |Int32| :direction :in)
162 (:name |z| :type |Int32| :direction :in)
163 (:name |w| :type |Int32| :direction :in))
164 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
165 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
166 ("?")))
167 (defglextfun
168 (("VertexStream4svATI" vertex-stream-4sv-ati) :args
169 ((:name |stream| :type |VertexStreamATI| :direction :in)
170 (:name |coords| :type |Int16| :direction :in :array t :size #x4))
171 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
172 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
173 ("?")))
174 (defglextfun
175 (("VertexStream4sATI" vertex-stream-4s-ati) :args
176 ((:name |stream| :type |VertexStreamATI| :direction :in)
177 (:name |x| :type |Int16| :direction :in)
178 (:name |y| :type |Int16| :direction :in)
179 (:name |z| :type |Int16| :direction :in)
180 (:name |w| :type |Int16| :direction :in))
181 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
182 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
183 ("?")))
184 (defglextfun
185 (("VertexStream3dvATI" vertex-stream-3dv-ati) :args
186 ((:name |stream| :type |VertexStreamATI| :direction :in)
187 (:name |coords| :type |Float64| :direction :in :array t :size #x3))
188 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
189 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
190 ("?")))
191 (defglextfun
192 (("VertexStream3dATI" vertex-stream-3d-ati) :args
193 ((:name |stream| :type |VertexStreamATI| :direction :in)
194 (:name |x| :type |Float64| :direction :in)
195 (:name |y| :type |Float64| :direction :in)
196 (:name |z| :type |Float64| :direction :in))
197 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
198 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
199 ("?")))
200 (defglextfun
201 (("VertexStream3fvATI" vertex-stream-3fv-ati) :args
202 ((:name |stream| :type |VertexStreamATI| :direction :in)
203 (:name |coords| :type |Float32| :direction :in :array t :size #x3))
204 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
205 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
206 ("?")))
207 (defglextfun
208 (("VertexStream3fATI" vertex-stream-3f-ati) :args
209 ((:name |stream| :type |VertexStreamATI| :direction :in)
210 (:name |x| :type |Float32| :direction :in)
211 (:name |y| :type |Float32| :direction :in)
212 (:name |z| :type |Float32| :direction :in))
213 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
214 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
215 ("?")))
216 (defglextfun
217 (("VertexStream3ivATI" vertex-stream-3iv-ati) :args
218 ((:name |stream| :type |VertexStreamATI| :direction :in)
219 (:name |coords| :type |Int32| :direction :in :array t :size #x3))
220 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
221 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
222 ("?")))
223 (defglextfun
224 (("VertexStream3iATI" vertex-stream-3i-ati) :args
225 ((:name |stream| :type |VertexStreamATI| :direction :in)
226 (:name |x| :type |Int32| :direction :in)
227 (:name |y| :type |Int32| :direction :in)
228 (:name |z| :type |Int32| :direction :in))
229 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
230 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
231 ("?")))
232 (defglextfun
233 (("VertexStream3svATI" vertex-stream-3sv-ati) :args
234 ((:name |stream| :type |VertexStreamATI| :direction :in)
235 (:name |coords| :type |Int16| :direction :in :array t :size #x3))
236 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
237 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
238 ("?")))
239 (defglextfun
240 (("VertexStream3sATI" vertex-stream-3s-ati) :args
241 ((:name |stream| :type |VertexStreamATI| :direction :in)
242 (:name |x| :type |Int16| :direction :in)
243 (:name |y| :type |Int16| :direction :in)
244 (:name |z| :type |Int16| :direction :in))
245 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
246 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
247 ("?")))
248 (defglextfun
249 (("VertexStream2dvATI" vertex-stream-2dv-ati) :args
250 ((:name |stream| :type |VertexStreamATI| :direction :in)
251 (:name |coords| :type |Float64| :direction :in :array t :size #x2))
252 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
253 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
254 ("?")))
255 (defglextfun
256 (("VertexStream2dATI" vertex-stream-2d-ati) :args
257 ((:name |stream| :type |VertexStreamATI| :direction :in)
258 (:name |x| :type |Float64| :direction :in)
259 (:name |y| :type |Float64| :direction :in))
260 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
261 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
262 ("?")))
263 (defglextfun
264 (("VertexStream2fvATI" vertex-stream-2fv-ati) :args
265 ((:name |stream| :type |VertexStreamATI| :direction :in)
266 (:name |coords| :type |Float32| :direction :in :array t :size #x2))
267 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
268 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
269 ("?")))
270 (defglextfun
271 (("VertexStream2fATI" vertex-stream-2f-ati) :args
272 ((:name |stream| :type |VertexStreamATI| :direction :in)
273 (:name |x| :type |Float32| :direction :in)
274 (:name |y| :type |Float32| :direction :in))
275 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
276 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
277 ("?")))
278 (defglextfun
279 (("VertexStream2ivATI" vertex-stream-2iv-ati) :args
280 ((:name |stream| :type |VertexStreamATI| :direction :in)
281 (:name |coords| :type |Int32| :direction :in :array t :size #x2))
282 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
283 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
284 ("?")))
285 (defglextfun
286 (("VertexStream2iATI" vertex-stream-2i-ati) :args
287 ((:name |stream| :type |VertexStreamATI| :direction :in)
288 (:name |x| :type |Int32| :direction :in)
289 (:name |y| :type |Int32| :direction :in))
290 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
291 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
292 ("?")))
293 (defglextfun
294 (("VertexStream2svATI" vertex-stream-2sv-ati) :args
295 ((:name |stream| :type |VertexStreamATI| :direction :in)
296 (:name |coords| :type |Int16| :direction :in :array t :size #x2))
297 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
298 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
299 ("?")))
300 (defglextfun
301 (("VertexStream2sATI" vertex-stream-2s-ati) :args
302 ((:name |stream| :type |VertexStreamATI| :direction :in)
303 (:name |x| :type |Int16| :direction :in)
304 (:name |y| :type |Int16| :direction :in))
305 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
306 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
307 ("?")))
308 (defglextfun
309 (("VertexStream1dvATI" vertex-stream-1dv-ati) :args
310 ((:name |stream| :type |VertexStreamATI| :direction :in)
311 (:name |coords| :type |Float64| :direction :in :array t :size #x1))
312 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
313 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
314 ("?")))
315 (defglextfun
316 (("VertexStream1dATI" vertex-stream-1d-ati) :args
317 ((:name |stream| :type |VertexStreamATI| :direction :in)
318 (:name |x| :type |Float64| :direction :in))
319 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
320 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
321 ("?")))
322 (defglextfun
323 (("VertexStream1fvATI" vertex-stream-1fv-ati) :args
324 ((:name |stream| :type |VertexStreamATI| :direction :in)
325 (:name |coords| :type |Float32| :direction :in :array t :size #x1))
326 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
327 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
328 ("?")))
329 (defglextfun
330 (("VertexStream1fATI" vertex-stream-1f-ati) :args
331 ((:name |stream| :type |VertexStreamATI| :direction :in)
332 (:name |x| :type |Float32| :direction :in))
333 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
334 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
335 ("?")))
336 (defglextfun
337 (("VertexStream1ivATI" vertex-stream-1iv-ati) :args
338 ((:name |stream| :type |VertexStreamATI| :direction :in)
339 (:name |coords| :type |Int32| :direction :in :array t :size #x1))
340 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
341 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
342 ("?")))
343 (defglextfun
344 (("VertexStream1iATI" vertex-stream-1i-ati) :args
345 ((:name |stream| :type |VertexStreamATI| :direction :in)
346 (:name |x| :type |Int32| :direction :in))
347 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
348 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
349 ("?")))
350 (defglextfun
351 (("VertexStream1svATI" vertex-stream-1sv-ati) :args
352 ((:name |stream| :type |VertexStreamATI| :direction :in)
353 (:name |coords| :type |Int16| :direction :in :array t :size #x1))
354 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
355 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
356 ("?")))
357 (defglextfun
358 (("VertexStream1sATI" vertex-stream-1s-ati) :args
359 ((:name |stream| :type |VertexStreamATI| :direction :in)
360 (:name |x| :type |Int16| :direction :in))
361 :return ("void") :category ("ATI_vertex_streams") :version ("1.2") :extension
362 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
363 ("?")))