Fixed the nil names of the generator.
[cl-glfw.git] / lib / opengl-version_1_4.lisp
blob69372a93f71526793778564b0af0cd371d5672e4
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 ;;;; version_1_4
7 (defconstant +blend-dst-rgb+ #x80C8)
8 (defconstant +blend-src-rgb+ #x80C9)
9 (defconstant +blend-dst-alpha+ #x80CA)
10 (defconstant +blend-src-alpha+ #x80CB)
11 (defconstant +point-size-min+ #x8126)
12 (defconstant +point-size-max+ #x8127)
13 (defconstant +point-fade-threshold-size+ #x8128)
14 (defconstant +point-distance-attenuation+ #x8129)
15 (defconstant +mirrored-repeat+ #x8370)
16 (defconstant +fog-coordinate-source+ #x8450)
17 (defconstant +fog-coordinate+ #x8451)
18 (defconstant +fragment-depth+ #x8452)
19 (defconstant +current-fog-coordinate+ #x8453)
20 (defconstant +fog-coordinate-array-type+ #x8454)
21 (defconstant +fog-coordinate-array-stride+ #x8455)
22 (defconstant +fog-coordinate-array-pointer+ #x8456)
23 (defconstant +fog-coordinate-array+ #x8457)
24 (defconstant +color-sum+ #x8458)
25 (defconstant +current-secondary-color+ #x8459)
26 (defconstant +secondary-color-array-size+ #x845A)
27 (defconstant +secondary-color-array-type+ #x845B)
28 (defconstant +secondary-color-array-stride+ #x845C)
29 (defconstant +secondary-color-array-pointer+ #x845D)
30 (defconstant +secondary-color-array+ #x845E)
31 (defconstant +max-texture-lod-bias+ #x84FD)
32 (defconstant +texture-filter-control+ #x8500)
33 (defconstant +texture-lod-bias+ #x8501)
34 (defconstant +incr-wrap+ #x8507)
35 (defconstant +decr-wrap+ #x8508)
36 (defconstant +texture-depth-size+ #x884A)
37 (defconstant +depth-texture-mode+ #x884B)
38 (defconstant +texture-compare-mode+ #x884C)
39 (defconstant +texture-compare-func+ #x884D)
40 (defconstant +compare-r-to-texture+ #x884E)
41 (defglfun
42 (("WindowPos3sv" window-pos-3sv) :args
43 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :return
44 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("230")
45 :glxflags ("client-handcode" "server-handcode") :glsopcode ("0x01F7") :offset
46 ("528")))
47 (defglfun
48 (("WindowPos3s" window-pos-3s) :args
49 ((:name |x| :type |CoordS| :direction :in)
50 (:name |y| :type |CoordS| :direction :in)
51 (:name |z| :type |CoordS| :direction :in))
52 :return ("void") :category ("VERSION_1_4") :vectorequiv ("WindowPos3sv")
53 :version ("1.4") :offset ("527")))
54 (defglfun
55 (("WindowPos3iv" window-pos-3iv) :args
56 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :return
57 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("230")
58 :glxflags ("client-handcode" "server-handcode") :glsopcode ("0x01F6") :offset
59 ("526")))
60 (defglfun
61 (("WindowPos3i" window-pos-3i) :args
62 ((:name |x| :type |CoordI| :direction :in)
63 (:name |y| :type |CoordI| :direction :in)
64 (:name |z| :type |CoordI| :direction :in))
65 :return ("void") :category ("VERSION_1_4") :vectorequiv ("WindowPos3iv")
66 :version ("1.4") :offset ("525")))
67 (defglfun
68 (("WindowPos3fv" window-pos-3fv) :args
69 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
70 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("230")
71 :glxflags ("client-handcode" "server-handcode") :glsopcode ("0x01F5") :offset
72 ("524")))
73 (defglfun
74 (("WindowPos3f" window-pos-3f) :args
75 ((:name |x| :type |CoordF| :direction :in)
76 (:name |y| :type |CoordF| :direction :in)
77 (:name |z| :type |CoordF| :direction :in))
78 :return ("void") :category ("VERSION_1_4") :vectorequiv ("WindowPos3fv")
79 :version ("1.4") :offset ("523")))
80 (defglfun
81 (("WindowPos3dv" window-pos-3dv) :args
82 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
83 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("230")
84 :glxflags ("client-handcode" "server-handcode") :glsopcode ("0x01F4") :offset
85 ("522")))
86 (defglfun
87 (("WindowPos3d" window-pos-3d) :args
88 ((:name |x| :type |CoordD| :direction :in)
89 (:name |y| :type |CoordD| :direction :in)
90 (:name |z| :type |CoordD| :direction :in))
91 :return ("void") :vectorequiv ("WindowPos3dv") :category ("VERSION_1_4")
92 :version ("1.4") :offset ("521")))
93 (defglfun
94 (("WindowPos2sv" window-pos-2sv) :args
95 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :return
96 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("230")
97 :glxflags ("client-handcode" "server-handcode") :glsopcode ("0x01F3") :offset
98 ("520")))
99 (defglfun
100 (("WindowPos2s" window-pos-2s) :args
101 ((:name |x| :type |CoordS| :direction :in)
102 (:name |y| :type |CoordS| :direction :in))
103 :return ("void") :category ("VERSION_1_4") :vectorequiv ("WindowPos2sv")
104 :version ("1.4") :offset ("519")))
105 (defglfun
106 (("WindowPos2iv" window-pos-2iv) :args
107 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :return
108 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("230")
109 :glxflags ("client-handcode" "server-handcode") :glsopcode ("0x01F2") :offset
110 ("518")))
111 (defglfun
112 (("WindowPos2i" window-pos-2i) :args
113 ((:name |x| :type |CoordI| :direction :in)
114 (:name |y| :type |CoordI| :direction :in))
115 :return ("void") :category ("VERSION_1_4") :vectorequiv ("WindowPos2iv")
116 :version ("1.4") :offset ("517")))
117 (defglfun
118 (("WindowPos2fv" window-pos-2fv) :args
119 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :return
120 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("230")
121 :glxflags ("client-handcode" "server-handcode") :glsopcode ("0x01F1") :offset
122 ("516")))
123 (defglfun
124 (("WindowPos2f" window-pos-2f) :args
125 ((:name |x| :type |CoordF| :direction :in)
126 (:name |y| :type |CoordF| :direction :in))
127 :return ("void") :category ("VERSION_1_4") :vectorequiv ("WindowPos2fv")
128 :version ("1.4") :offset ("515")))
129 (defglfun
130 (("WindowPos2dv" window-pos-2dv) :args
131 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :return
132 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("230")
133 :glxflags ("client-handcode" "server-handcode") :glsopcode ("0x01F0") :offset
134 ("514")))
135 (defglfun
136 (("WindowPos2d" window-pos-2d) :args
137 ((:name |x| :type |CoordD| :direction :in)
138 (:name |y| :type |CoordD| :direction :in))
139 :return ("void") :category ("VERSION_1_4") :vectorequiv ("WindowPos2dv")
140 :version ("1.4") :offset ("513")))
141 (defglfun
142 (("SecondaryColorPointer" secondary-color-pointer) :args
143 ((:name |size| :type |Int32| :direction :in)
144 (:name |type| :type |ColorPointerType| :direction :in)
145 (:name |stride| :type |SizeI| :direction :in)
146 (:name |pointer| :type |Void| :direction :in :array t :size
147 (|size| |type| |stride|) :retained t))
148 :return ("void") :category ("VERSION_1_4") :dlflags ("notlistable") :glxflags
149 ("client-handcode" "server-handcode") :version ("1.4") :extension nil
150 :glsflags ("client") :glsopcode ("0x0205") :offset ("577")))
151 (defglfun
152 (("SecondaryColor3usv" secondary-color-3usv) :args
153 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :return
154 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("4132")
155 :glsopcode ("0x0204") :offset ("576")))
156 (defglfun
157 (("SecondaryColor3us" secondary-color-3us) :args
158 ((:name |red| :type |ColorUS| :direction :in)
159 (:name |green| :type |ColorUS| :direction :in)
160 (:name |blue| :type |ColorUS| :direction :in))
161 :return ("void") :category ("VERSION_1_4") :vectorequiv
162 ("SecondaryColor3usv") :version ("1.4") :offset ("575")))
163 (defglfun
164 (("SecondaryColor3uiv" secondary-color-3uiv) :args
165 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :return
166 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("4133")
167 :glsopcode ("0x0203") :offset ("574")))
168 (defglfun
169 (("SecondaryColor3ui" secondary-color-3ui) :args
170 ((:name |red| :type |ColorUI| :direction :in)
171 (:name |green| :type |ColorUI| :direction :in)
172 (:name |blue| :type |ColorUI| :direction :in))
173 :return ("void") :category ("VERSION_1_4") :vectorequiv
174 ("SecondaryColor3uiv") :version ("1.4") :offset ("573")))
175 (defglfun
176 (("SecondaryColor3ubv" secondary-color-3ubv) :args
177 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :return
178 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("4131")
179 :glsopcode ("0x0202") :offset ("572")))
180 (defglfun
181 (("SecondaryColor3ub" secondary-color-3ub) :args
182 ((:name |red| :type |ColorUB| :direction :in)
183 (:name |green| :type |ColorUB| :direction :in)
184 (:name |blue| :type |ColorUB| :direction :in))
185 :return ("void") :category ("VERSION_1_4") :vectorequiv
186 ("SecondaryColor3ubv") :version ("1.4") :offset ("571")))
187 (defglfun
188 (("SecondaryColor3sv" secondary-color-3sv) :args
189 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :return
190 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("4127")
191 :glsopcode ("0x0201") :offset ("570")))
192 (defglfun
193 (("SecondaryColor3s" secondary-color-3s) :args
194 ((:name |red| :type |ColorS| :direction :in)
195 (:name |green| :type |ColorS| :direction :in)
196 (:name |blue| :type |ColorS| :direction :in))
197 :return ("void") :category ("VERSION_1_4") :vectorequiv ("SecondaryColor3sv")
198 :version ("1.4") :offset ("569")))
199 (defglfun
200 (("SecondaryColor3iv" secondary-color-3iv) :args
201 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :return
202 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("4128")
203 :glsopcode ("0x0200") :offset ("568")))
204 (defglfun
205 (("SecondaryColor3i" secondary-color-3i) :args
206 ((:name |red| :type |ColorI| :direction :in)
207 (:name |green| :type |ColorI| :direction :in)
208 (:name |blue| :type |ColorI| :direction :in))
209 :return ("void") :category ("VERSION_1_4") :vectorequiv ("SecondaryColor3iv")
210 :version ("1.4") :offset ("567")))
211 (defglfun
212 (("SecondaryColor3fv" secondary-color-3fv) :args
213 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :return
214 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("4129")
215 :glsopcode ("0x01FF") :offset ("566")))
216 (defglfun
217 (("SecondaryColor3f" secondary-color-3f) :args
218 ((:name |red| :type |ColorF| :direction :in)
219 (:name |green| :type |ColorF| :direction :in)
220 (:name |blue| :type |ColorF| :direction :in))
221 :return ("void") :category ("VERSION_1_4") :vectorequiv ("SecondaryColor3fv")
222 :version ("1.4") :offset ("565")))
223 (defglfun
224 (("SecondaryColor3dv" secondary-color-3dv) :args
225 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :return
226 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("4130")
227 :glsopcode ("0x01FE") :offset ("564")))
228 (defglfun
229 (("SecondaryColor3d" secondary-color-3d) :args
230 ((:name |red| :type |ColorD| :direction :in)
231 (:name |green| :type |ColorD| :direction :in)
232 (:name |blue| :type |ColorD| :direction :in))
233 :return ("void") :category ("VERSION_1_4") :vectorequiv ("SecondaryColor3dv")
234 :version ("1.4") :offset ("563")))
235 (defglfun
236 (("SecondaryColor3bv" secondary-color-3bv) :args
237 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :return
238 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("4126")
239 :glsopcode ("0x01FD") :offset ("562")))
240 (defglfun
241 (("SecondaryColor3b" secondary-color-3b) :args
242 ((:name |red| :type |ColorB| :direction :in)
243 (:name |green| :type |ColorB| :direction :in)
244 (:name |blue| :type |ColorB| :direction :in))
245 :return ("void") :category ("VERSION_1_4") :vectorequiv ("SecondaryColor3bv")
246 :version ("1.4") :offset ("561")))
247 (defglfun
248 (("PointParameteriv" point-parameter-iv) :args
249 ((:name |pname| :type |PointParameterNameARB| :direction :in)
250 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
251 :return ("void") :category ("VERSION_1_4") :version ("1.4") :extension
252 ("soft" "WINSOFT" "NV20") :glxropcode ("4222re") :glsflags ("ignore") :offset
253 ("643")))
254 (defglfun
255 (("PointParameteri" point-parameter-i) :args
256 ((:name |pname| :type |PointParameterNameARB| :direction :in)
257 (:name |param| :type |Int32| :direction :in))
258 :return ("void") :category ("VERSION_1_4") :version ("1.4") :extension
259 ("soft" "WINSOFT" "NV20") :glxropcode ("4221") :glsflags ("ignore") :offset
260 ("642")))
261 (defglfun
262 (("PointParameterfv" point-parameter-fv) :args
263 ((:name |pname| :type |PointParameterNameARB| :direction :in)
264 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
265 (|pname|)))
266 :return ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode
267 ("2066") :extension nil :glsopcode ("0x0178") :offset ("459")))
268 (defglfun
269 (("PointParameterf" point-parameter-f) :args
270 ((:name |pname| :type |PointParameterNameARB| :direction :in)
271 (:name |param| :type |CheckedFloat32| :direction :in))
272 :return ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode
273 ("2065") :extension nil :glsopcode ("0x0177") :offset ("458")))
274 (defglfun
275 (("MultiDrawElements" multi-draw-elements) :args
276 ((:name |mode| :type |BeginMode| :direction :in)
277 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
278 (:name |type| :type |DrawElementsType| :direction :in)
279 (:name |indices| :type |VoidPointer| :direction :in :array t :size
280 (|primcount|))
281 (:name |primcount| :type |SizeI| :direction :in))
282 :return ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("?")
283 :glsflags ("ignore") :offset ("645")))
284 (defglfun
285 (("MultiDrawArrays" multi-draw-arrays) :args
286 ((:name |mode| :type |BeginMode| :direction :in)
287 (:name |first| :type |Int32| :direction :out :array t :size (|count|))
288 (:name |count| :type |SizeI| :direction :out :array t :size (|primcount|))
289 (:name |primcount| :type |SizeI| :direction :in))
290 :return ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("?")
291 :glsflags ("ignore") :offset ("644")))
292 (defglfun
293 (("FogCoordPointer" fog-coord-pointer) :args
294 ((:name |type| :type |FogPointerTypeEXT| :direction :in)
295 (:name |stride| :type |SizeI| :direction :in)
296 (:name |pointer| :type |Void| :direction :in :array t :size
297 (|type| |stride|) :retained t))
298 :return ("void") :category ("VERSION_1_4") :dlflags ("notlistable") :version
299 ("1.4") :glxflags ("client-handcode" "server-handcode") :glsflags ("client")
300 :glsopcode ("0x01DB") :offset ("549")))
301 (defglfun
302 (("FogCoorddv" fog-coord-dv) :args
303 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1)) :return
304 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("4125")
305 :glsopcode ("0x01DA") :offset ("548")))
306 (defglfun
307 (("FogCoordd" fog-coord-d) :args
308 ((:name |coord| :type |CoordD| :direction :in)) :return ("void") :category
309 ("VERSION_1_4") :vectorequiv ("FogCoorddv") :version ("1.4") :offset ("547")))
310 (defglfun
311 (("FogCoordfv" fog-coord-fv) :args
312 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1)) :return
313 ("void") :category ("VERSION_1_4") :version ("1.4") :glxropcode ("4124")
314 :glsopcode ("0x01D8") :offset ("546")))
315 (defglfun
316 (("FogCoordf" fog-coord-f) :args
317 ((:name |coord| :type |CoordF| :direction :in)) :return ("void") :category
318 ("VERSION_1_4") :vectorequiv ("FogCoordfv") :version ("1.4") :offset ("545")))
319 (defglfun
320 (("BlendFuncSeparate" blend-func-separate) :args
321 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
322 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
323 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
324 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in))
325 :return ("void") :category ("VERSION_1_4") :glxropcode ("4134") :version
326 ("1.4") :extension nil :glsopcode ("0x01DC") :offset ("537")))