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
)
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
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
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
("?")))
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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