Hack to make it work with CCL
[cl-glfw.git] / lib / opengl-version_3_0.lisp
blobdb1eea5da0efc83e055dadf1562a56064fc1fe9b
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_3_0
7 (eval-when (:load-toplevel)
8 (when
9 (and (boundp '*version-loaded*) (not (eq 'version_3_0 *version-loaded*)))
10 (warn
11 "Loading cl-glfw-opengl-~a over the top of already-loaded cl-glfw-opengl-~a~%"
12 'version_3_0 *version-loaded*))
13 (defparameter *version-loaded* 'version_3_0))
14 (defconstant +max-elements-vertices+ #x80E8)
15 (defconstant +max-elements-indices+ #x80E9)
16 (defconstant +unsigned-byte-3-3-2+ #x8032)
17 (defconstant +unsigned-short-4-4-4-4+ #x8033)
18 (defconstant +unsigned-short-5-5-5-1+ #x8034)
19 (defconstant +unsigned-int-8-8-8-8+ #x8035)
20 (defconstant +unsigned-int-10-10-10-2+ #x8036)
21 (defconstant +pack-skip-images+ #x806B)
22 (defconstant +pack-image-height+ #x806C)
23 (defconstant +unpack-skip-images+ #x806D)
24 (defconstant +unpack-image-height+ #x806E)
25 (defconstant +texture-3d+ #x806F)
26 (defconstant +proxy-texture-3d+ #x8070)
27 (defconstant +texture-depth+ #x8071)
28 (defconstant +texture-wrap-r+ #x8072)
29 (defconstant +max-3d-texture-size+ #x8073)
30 (defconstant +unsigned-byte-2-3-3-rev+ #x8362)
31 (defconstant +unsigned-short-5-6-5+ #x8363)
32 (defconstant +unsigned-short-5-6-5-rev+ #x8364)
33 (defconstant +unsigned-short-4-4-4-4-rev+ #x8365)
34 (defconstant +unsigned-short-1-5-5-5-rev+ #x8366)
35 (defconstant +unsigned-int-8-8-8-8-rev+ #x8367)
36 (defconstant +unsigned-int-2-10-10-10-rev+ #x8368)
37 (defconstant +bgr+ #x80E0)
38 (defconstant +max-elements-vertices+ #x80E8)
39 (defconstant +max-elements-indices+ #x80E9)
40 (defconstant +texture-min-lod+ #x813A)
41 (defconstant +texture-max-lod+ #x813B)
42 (defconstant +texture-base-level+ #x813C)
43 (defconstant +texture-max-level+ #x813D)
44 (defconstant +multisample+ #x809D)
45 (defconstant +sample-alpha-to-coverage+ #x809E)
46 (defconstant +sample-alpha-to-one+ #x809F)
47 (defconstant +sample-coverage+ #x80A0)
48 (defconstant +sample-buffers+ #x80A8)
49 (defconstant +samples+ #x80A9)
50 (defconstant +sample-coverage-value+ #x80AA)
51 (defconstant +sample-coverage-invert+ #x80AB)
52 (defconstant +texture-cube-map+ #x8513)
53 (defconstant +texture-binding-cube-map+ #x8514)
54 (defconstant +texture-cube-map-positive-x+ #x8515)
55 (defconstant +texture-cube-map-negative-x+ #x8516)
56 (defconstant +texture-cube-map-positive-y+ #x8517)
57 (defconstant +texture-cube-map-negative-y+ #x8518)
58 (defconstant +texture-cube-map-positive-z+ #x8519)
59 (defconstant +texture-cube-map-negative-z+ #x851A)
60 (defconstant +proxy-texture-cube-map+ #x851B)
61 (defconstant +max-cube-map-texture-size+ #x851C)
62 (defconstant +compressed-rgb+ #x84ED)
63 (defconstant +compressed-rgba+ #x84EE)
64 (defconstant +texture-compression-hint+ #x84EF)
65 (defconstant +texture-compressed-image-size+ #x86A0)
66 (defconstant +texture-compressed+ #x86A1)
67 (defconstant +num-compressed-texture-formats+ #x86A2)
68 (defconstant +compressed-texture-formats+ #x86A3)
69 (defconstant +clamp-to-border+ #x812D)
70 (defconstant +incr-wrap+ #x8507)
71 (defconstant +decr-wrap+ #x8508)
72 (defconstant +texture-depth-size+ #x884A)
73 (defconstant +buffer-size+ #x8764)
74 (defconstant +buffer-usage+ #x8765)
75 (defconstant +query-counter-bits+ #x8864)
76 (defconstant +current-query+ #x8865)
77 (defconstant +query-result+ #x8866)
78 (defconstant +query-result-available+ #x8867)
79 (defconstant +array-buffer+ #x8892)
80 (defconstant +element-array-buffer+ #x8893)
81 (defconstant +array-buffer-binding+ #x8894)
82 (defconstant +element-array-buffer-binding+ #x8895)
83 (defconstant +vertex-attrib-array-buffer-binding+ #x889F)
84 (defconstant +read-only+ #x88B8)
85 (defconstant +buffer-access+ #x88BB)
86 (defconstant +buffer-mapped+ #x88BC)
87 (defconstant +buffer-map-pointer+ #x88BD)
88 (defconstant +stream-draw+ #x88E0)
89 (defconstant +stream-read+ #x88E1)
90 (defconstant +stream-copy+ #x88E2)
91 (defconstant +static-draw+ #x88E4)
92 (defconstant +static-read+ #x88E5)
93 (defconstant +static-copy+ #x88E6)
94 (defconstant +dynamic-draw+ #x88E8)
95 (defconstant +dynamic-read+ #x88E9)
96 (defconstant +dynamic-copy+ #x88EA)
97 (defconstant +samples-passed+ #x8914)
98 (defconstant +current-program+ #x8B8D)
99 (defconstant +point-sprite-coord-origin+ #x8CA0)
100 (defconstant +lower-left+ #x8CA1)
101 (defconstant +upper-left+ #x8CA2)
102 (defconstant +stencil-back-ref+ #x8CA3)
103 (defconstant +stencil-back-value-mask+ #x8CA4)
104 (defconstant +stencil-back-writemask+ #x8CA5)
105 (defconstant +blend-equation-rgb+ #x8009)
106 (defconstant +stencil-back-func+ #x8800)
107 (defconstant +stencil-back-fail+ #x8801)
108 (defconstant +stencil-back-pass-depth-fail+ #x8802)
109 (defconstant +stencil-back-pass-depth-pass+ #x8803)
110 (defconstant +max-draw-buffers+ #x8824)
111 (defconstant +draw-buffer0+ #x8825)
112 (defconstant +draw-buffer1+ #x8826)
113 (defconstant +draw-buffer2+ #x8827)
114 (defconstant +draw-buffer3+ #x8828)
115 (defconstant +draw-buffer4+ #x8829)
116 (defconstant +draw-buffer5+ #x882A)
117 (defconstant +draw-buffer6+ #x882B)
118 (defconstant +draw-buffer7+ #x882C)
119 (defconstant +draw-buffer8+ #x882D)
120 (defconstant +draw-buffer9+ #x882E)
121 (defconstant +draw-buffer10+ #x882F)
122 (defconstant +draw-buffer11+ #x8830)
123 (defconstant +draw-buffer12+ #x8831)
124 (defconstant +draw-buffer13+ #x8832)
125 (defconstant +draw-buffer14+ #x8833)
126 (defconstant +draw-buffer15+ #x8834)
127 (defconstant +blend-equation-alpha+ #x883D)
128 (defconstant +max-vertex-attribs+ #x8869)
129 (defconstant +vertex-attrib-array-normalized+ #x886A)
130 (defconstant +current-program+ #x8B8D)
131 (defconstant +point-sprite-coord-origin+ #x8CA0)
132 (defconstant +lower-left+ #x8CA1)
133 (defconstant +upper-left+ #x8CA2)
134 (defconstant +stencil-back-ref+ #x8CA3)
135 (defconstant +stencil-back-value-mask+ #x8CA4)
136 (defconstant +stencil-back-writemask+ #x8CA5)
137 (defconstant +pixel-pack-buffer+ #x88EB)
138 (defconstant +pixel-unpack-buffer+ #x88EC)
139 (defconstant +pixel-pack-buffer-binding+ #x88ED)
140 (defconstant +pixel-unpack-buffer-binding+ #x88EF)
141 (defconstant +pixel-pack-buffer+ #x88EB)
142 (defconstant +pixel-unpack-buffer+ #x88EC)
143 (defconstant +pixel-pack-buffer-binding+ #x88ED)
144 (defconstant +pixel-unpack-buffer-binding+ #x88EF)
145 (defconstant +map-read-bit+ #x1)
146 (defconstant +map-write-bit+ #x2)
147 (defconstant +map-invalidate-range-bit+ #x4)
148 (defconstant +map-invalidate-buffer-bit+ #x8)
149 (defconstant +map-flush-explicit-bit+ #x10)
150 (defconstant +map-unsynchronized-bit+ #x20)
151 (defconstant +context-flag-forward-compatible-bit+ #x1)
152 (defconstant +invalid-framebuffer-operation+ #x506)
153 (defconstant +framebuffer-attachment-color-encoding+ #x8210)
154 (defconstant +framebuffer-attachment-component-type+ #x8211)
155 (defconstant +framebuffer-attachment-red-size+ #x8212)
156 (defconstant +framebuffer-attachment-green-size+ #x8213)
157 (defconstant +framebuffer-attachment-blue-size+ #x8214)
158 (defconstant +framebuffer-attachment-alpha-size+ #x8215)
159 (defconstant +framebuffer-attachment-depth-size+ #x8216)
160 (defconstant +framebuffer-attachment-stencil-size+ #x8217)
161 (defconstant +framebuffer-default+ #x8218)
162 (defconstant +framebuffer-undefined+ #x8219)
163 (defconstant +depth-stencil-attachment+ #x821A)
164 (defconstant +framebuffer-attachment-color-encoding+ #x8210)
165 (defconstant +framebuffer-attachment-component-type+ #x8211)
166 (defconstant +framebuffer-attachment-red-size+ #x8212)
167 (defconstant +framebuffer-attachment-green-size+ #x8213)
168 (defconstant +framebuffer-attachment-blue-size+ #x8214)
169 (defconstant +framebuffer-attachment-alpha-size+ #x8215)
170 (defconstant +framebuffer-attachment-depth-size+ #x8216)
171 (defconstant +framebuffer-attachment-stencil-size+ #x8217)
172 (defconstant +framebuffer-default+ #x8218)
173 (defconstant +framebuffer-undefined+ #x8219)
174 (defconstant +depth-stencil-attachment+ #x821A)
175 (defconstant +major-version+ #x821B)
176 (defconstant +minor-version+ #x821C)
177 (defconstant +num-extensions+ #x821D)
178 (defconstant +context-flags+ #x821E)
179 (defconstant +depth-buffer+ #x8223)
180 (defconstant +stencil-buffer+ #x8224)
181 (defconstant +compressed-red+ #x8225)
182 (defconstant +compressed-rg+ #x8226)
183 (defconstant +max-renderbuffer-size+ #x84E8)
184 (defconstant +max-renderbuffer-size+ #x84E8)
185 (defconstant +max-renderbuffer-size-ext+ #x84E8)
186 (defconstant +max-renderbuffer-size-oes+ #x84E8)
187 (defconstant +compressed-rgb+ #x84ED)
188 (defconstant +compressed-rgba+ #x84EE)
189 (defconstant +texture-compression-hint+ #x84EF)
190 (defconstant +texture-compressed-image-size+ #x86A0)
191 (defconstant +texture-compressed+ #x86A1)
192 (defconstant +num-compressed-texture-formats+ #x86A2)
193 (defconstant +compressed-texture-formats+ #x86A3)
194 (defconstant +depth-stencil+ #x84F9)
195 (defconstant +unsigned-int-24-8+ #x84FA)
196 (defconstant +depth-stencil+ #x84F9)
197 (defconstant +unsigned-int-24-8+ #x84FA)
198 (defconstant +vertex-array-binding+ #x85B5)
199 (defconstant +vertex-array-binding+ #x85B5)
200 (defconstant +rgba32f+ #x8814)
201 (defconstant +rgba16f+ #x881A)
202 (defconstant +rgb16f+ #x881B)
203 (defconstant +depth24-stencil8+ #x88F0)
204 (defconstant +texture-stencil-size+ #x88F1)
205 (defconstant +depth24-stencil8+ #x88F0)
206 (defconstant +texture-stencil-size+ #x88F1)
207 (defconstant +depth24-stencil8-oes+ #x88F0)
208 (defconstant +vertex-attrib-array-integer+ #x88FD)
209 (defconstant +max-array-texture-layers+ #x88FF)
210 (defconstant +min-program-texel-offset+ #x8904)
211 (defconstant +max-program-texel-offset+ #x8905)
212 (defconstant +clamp-read-color+ #x891C)
213 (defconstant +fixed-only+ #x891D)
214 (defconstant +clamp-vertex-color-arb+ #x891A)
215 (defconstant +clamp-fragment-color-arb+ #x891B)
216 (defconstant +clamp-read-color-arb+ #x891C)
217 (defconstant +fixed-only-arb+ #x891D)
218 (defconstant +max-varying-components+ #x8B4B)
219 (defconstant +max-varying-components+ :unable-to-resolve)
220 (defconstant +max-varying-components-ext+ #x8B4B)
221 (defconstant +texture-red-type+ #x8C10)
222 (defconstant +texture-green-type+ #x8C11)
223 (defconstant +texture-blue-type+ #x8C12)
224 (defconstant +texture-alpha-type+ #x8C13)
225 (defconstant +texture-depth-type+ #x8C16)
226 (defconstant +unsigned-normalized+ #x8C17)
227 (defconstant +texture-red-type+ #x8C10)
228 (defconstant +texture-green-type+ #x8C11)
229 (defconstant +texture-blue-type+ #x8C12)
230 (defconstant +texture-alpha-type+ #x8C13)
231 (defconstant +texture-depth-type+ #x8C16)
232 (defconstant +unsigned-normalized+ #x8C17)
233 (defconstant +texture-1d-array+ #x8C18)
234 (defconstant +proxy-texture-1d-array+ #x8C19)
235 (defconstant +texture-2d-array+ #x8C1A)
236 (defconstant +proxy-texture-2d-array+ #x8C1B)
237 (defconstant +texture-binding-1d-array+ #x8C1C)
238 (defconstant +texture-binding-2d-array+ #x8C1D)
239 (defconstant +r11f-g11f-b10f+ #x8C3A)
240 (defconstant +unsigned-int-10f-11f-11f-rev+ #x8C3B)
241 (defconstant +rgb9-e5+ #x8C3D)
242 (defconstant +unsigned-int-5-9-9-9-rev+ #x8C3E)
243 (defconstant +texture-shared-size+ #x8C3F)
244 (defconstant +framebuffer-binding+ #x8CA6)
245 (defconstant +draw-framebuffer-binding+ #x8CA6)
246 (defconstant +renderbuffer-binding+ #x8CA7)
247 (defconstant +framebuffer-binding+ #x8CA6)
248 (defconstant +draw-framebuffer-binding+ #x8CA6)
249 (defconstant +renderbuffer-binding+ #x8CA7)
250 (defconstant +framebuffer-binding-ext+ #x8CA6)
251 (defconstant +renderbuffer-binding-ext+ #x8CA7)
252 (defconstant +draw-framebuffer-binding-ext+ #x8CA6)
253 (defconstant +framebuffer-binding-oes+ #x8CA6)
254 (defconstant +renderbuffer-binding-oes+ #x8CA7)
255 (defconstant +framebuffer-binding-angle+ #x8CA6)
256 (defconstant +renderbuffer-binding-angle+ #x8CA7)
257 (defconstant +read-framebuffer+ #x8CA8)
258 (defconstant +draw-framebuffer+ #x8CA9)
259 (defconstant +read-framebuffer-binding+ #x8CAA)
260 (defconstant +read-framebuffer+ #x8CA8)
261 (defconstant +draw-framebuffer+ #x8CA9)
262 (defconstant +read-framebuffer-binding+ #x8CAA)
263 (defconstant +read-framebuffer-angle+ #x8CA8)
264 (defconstant +draw-framebuffer-angle+ #x8CA9)
265 (defconstant +renderbuffer-samples+ #x8CAB)
266 (defconstant +renderbuffer-samples+ #x8CAB)
267 (defconstant +renderbuffer-samples-angle+ #x8CAB)
268 (defconstant +framebuffer-attachment-object-type+ #x8CD0)
269 (defconstant +framebuffer-attachment-object-type-ext+ #x8CD0)
270 (defconstant +framebuffer-attachment-object-name+ #x8CD1)
271 (defconstant +framebuffer-attachment-object-name-ext+ #x8CD1)
272 (defconstant +framebuffer-attachment-texture-level+ #x8CD2)
273 (defconstant +framebuffer-attachment-texture-level-ext+ #x8CD2)
274 (defconstant +framebuffer-attachment-texture-cube-map-face+ #x8CD3)
275 (defconstant +framebuffer-attachment-texture-cube-map-face-ext+ #x8CD3)
276 (defconstant +framebuffer-attachment-texture-layer+ #x8CD4)
277 (defconstant +framebuffer-attachment-texture-3d-zoffset-ext+ #x8CD4)
278 (defconstant +framebuffer-complete+ #x8CD5)
279 (defconstant +framebuffer-complete-ext+ #x8CD5)
280 (defconstant +framebuffer-incomplete-attachment+ #x8CD6)
281 (defconstant +framebuffer-incomplete-attachment-ext+ #x8CD6)
282 (defconstant +framebuffer-incomplete-missing-attachment+ #x8CD7)
283 (defconstant +framebuffer-incomplete-missing-attachment-ext+ #x8CD7)
284 (defconstant +framebuffer-incomplete-dimensions-ext+ #x8CD9)
285 (defconstant +framebuffer-incomplete-formats-ext+ #x8CDA)
286 (defconstant +framebuffer-incomplete-draw-buffer+ #x8CDB)
287 (defconstant +framebuffer-incomplete-draw-buffer-ext+ #x8CDB)
288 (defconstant +framebuffer-incomplete-read-buffer+ #x8CDC)
289 (defconstant +framebuffer-incomplete-read-buffer-ext+ #x8CDC)
290 (defconstant +framebuffer-unsupported+ #x8CDD)
291 (defconstant +framebuffer-unsupported-ext+ #x8CDD)
292 (defconstant +max-color-attachments+ #x8CDF)
293 (defconstant +max-color-attachments-ext+ #x8CDF)
294 (defconstant +color-attachment0+ #x8CE0)
295 (defconstant +color-attachment0-ext+ #x8CE0)
296 (defconstant +color-attachment1+ #x8CE1)
297 (defconstant +color-attachment1-ext+ #x8CE1)
298 (defconstant +color-attachment2+ #x8CE2)
299 (defconstant +color-attachment2-ext+ #x8CE2)
300 (defconstant +color-attachment3+ #x8CE3)
301 (defconstant +color-attachment3-ext+ #x8CE3)
302 (defconstant +color-attachment4+ #x8CE4)
303 (defconstant +color-attachment4-ext+ #x8CE4)
304 (defconstant +color-attachment5+ #x8CE5)
305 (defconstant +color-attachment5-ext+ #x8CE5)
306 (defconstant +color-attachment6+ #x8CE6)
307 (defconstant +color-attachment6-ext+ #x8CE6)
308 (defconstant +color-attachment7+ #x8CE7)
309 (defconstant +color-attachment7-ext+ #x8CE7)
310 (defconstant +color-attachment8+ #x8CE8)
311 (defconstant +color-attachment8-ext+ #x8CE8)
312 (defconstant +color-attachment9+ #x8CE9)
313 (defconstant +color-attachment9-ext+ #x8CE9)
314 (defconstant +color-attachment10+ #x8CEA)
315 (defconstant +color-attachment10-ext+ #x8CEA)
316 (defconstant +color-attachment11+ #x8CEB)
317 (defconstant +color-attachment11-ext+ #x8CEB)
318 (defconstant +color-attachment12+ #x8CEC)
319 (defconstant +color-attachment12-ext+ #x8CEC)
320 (defconstant +color-attachment13+ #x8CED)
321 (defconstant +color-attachment13-ext+ #x8CED)
322 (defconstant +color-attachment14+ #x8CEE)
323 (defconstant +color-attachment14-ext+ #x8CEE)
324 (defconstant +color-attachment15+ #x8CEF)
325 (defconstant +color-attachment15-ext+ #x8CEF)
326 (defconstant +depth-attachment+ #x8D00)
327 (defconstant +depth-attachment-ext+ #x8D00)
328 (defconstant +stencil-attachment+ #x8D20)
329 (defconstant +stencil-attachment-ext+ #x8D20)
330 (defconstant +framebuffer+ #x8D40)
331 (defconstant +framebuffer-ext+ #x8D40)
332 (defconstant +renderbuffer+ #x8D41)
333 (defconstant +renderbuffer-ext+ #x8D41)
334 (defconstant +renderbuffer-width+ #x8D42)
335 (defconstant +renderbuffer-width-ext+ #x8D42)
336 (defconstant +renderbuffer-height+ #x8D43)
337 (defconstant +renderbuffer-height-ext+ #x8D43)
338 (defconstant +renderbuffer-internal-format+ #x8D44)
339 (defconstant +renderbuffer-internal-format-ext+ #x8D44)
340 (defconstant +stencil-index1+ #x8D46)
341 (defconstant +stencil-index1-ext+ #x8D46)
342 (defconstant +stencil-index4+ #x8D47)
343 (defconstant +stencil-index4-ext+ #x8D47)
344 (defconstant +stencil-index8+ #x8D48)
345 (defconstant +stencil-index8-ext+ #x8D48)
346 (defconstant +stencil-index16+ #x8D49)
347 (defconstant +stencil-index16-ext+ #x8D49)
348 (defconstant +renderbuffer-red-size+ #x8D50)
349 (defconstant +renderbuffer-red-size-ext+ #x8D50)
350 (defconstant +renderbuffer-green-size+ #x8D51)
351 (defconstant +renderbuffer-green-size-ext+ #x8D51)
352 (defconstant +renderbuffer-blue-size+ #x8D52)
353 (defconstant +renderbuffer-blue-size-ext+ #x8D52)
354 (defconstant +renderbuffer-alpha-size+ #x8D53)
355 (defconstant +renderbuffer-alpha-size-ext+ #x8D53)
356 (defconstant +renderbuffer-depth-size+ #x8D54)
357 (defconstant +renderbuffer-depth-size-ext+ #x8D54)
358 (defconstant +renderbuffer-stencil-size+ #x8D55)
359 (defconstant +renderbuffer-stencil-size-ext+ #x8D55)
360 (defconstant +framebuffer-attachment-texture-3d-zoffset-oes+ #x8CD4)
361 (defconstant +framebuffer-attachment-object-type-oes+ #x8CD0)
362 (defconstant +framebuffer-attachment-object-name-oes+ #x8CD1)
363 (defconstant +framebuffer-attachment-texture-level-oes+ #x8CD2)
364 (defconstant +framebuffer-attachment-texture-cube-map-face-oes+ #x8CD3)
365 (defconstant +framebuffer-attachment-texture-3d-zoffset-oes+ #x8CD4)
366 (defconstant +framebuffer-complete-oes+ #x8CD5)
367 (defconstant +framebuffer-incomplete-attachment-oes+ #x8CD6)
368 (defconstant +framebuffer-incomplete-missing-attachment-oes+ #x8CD7)
369 (defconstant +framebuffer-incomplete-dimensions-oes+ #x8CD9)
370 (defconstant +framebuffer-incomplete-formats-oes+ #x8CDA)
371 (defconstant +framebuffer-incomplete-draw-buffer-oes+ #x8CDB)
372 (defconstant +framebuffer-incomplete-read-buffer-oes+ #x8CDC)
373 (defconstant +framebuffer-unsupported-oes+ #x8CDD)
374 (defconstant +color-attachment0-oes+ #x8CE0)
375 (defconstant +depth-attachment-oes+ #x8D00)
376 (defconstant +stencil-attachment-oes+ #x8D20)
377 (defconstant +framebuffer-oes+ #x8D40)
378 (defconstant +renderbuffer-oes+ #x8D41)
379 (defconstant +renderbuffer-width-oes+ #x8D42)
380 (defconstant +renderbuffer-height-oes+ #x8D43)
381 (defconstant +renderbuffer-internal-format-oes+ #x8D44)
382 (defconstant +stencil-index1-oes+ #x8D46)
383 (defconstant +stencil-index4-oes+ #x8D47)
384 (defconstant +stencil-index8-oes+ #x8D48)
385 (defconstant +renderbuffer-red-size-oes+ #x8D50)
386 (defconstant +renderbuffer-green-size-oes+ #x8D51)
387 (defconstant +renderbuffer-blue-size-oes+ #x8D52)
388 (defconstant +renderbuffer-alpha-size-oes+ #x8D53)
389 (defconstant +renderbuffer-depth-size-oes+ #x8D54)
390 (defconstant +renderbuffer-stencil-size-oes+ #x8D55)
391 (defconstant +stencil-index1-oes+ :unable-to-resolve)
392 (defconstant +stencil-index4-oes+ :unable-to-resolve)
393 (defconstant +stencil-index8-oes+ :unable-to-resolve)
394 (defconstant +framebuffer-incomplete-multisample+ #x8D56)
395 (defconstant +max-samples+ #x8D57)
396 (defconstant +framebuffer-incomplete-multisample-angle+ #x8D56)
397 (defconstant +max-samples-angle+ #x8D57)
398 (defconstant +framebuffer-incomplete-multisample-ext+ #x8D56)
399 (defconstant +max-samples-ext+ #x8D57)
400 (defconstant +texture-gen-str-oes+ #x8D60)
401 (defconstant +half-float-oes+ #x8D61)
402 (defconstant +half-float-oes+ :unable-to-resolve)
403 (defconstant +rgb565-oes+ #x8D62)
404 (defconstant +etc1-rgb8-oes+ #x8D64)
405 (defconstant +texture-external-oes+ #x8D65)
406 (defconstant +sampler-external-oes+ #x8D66)
407 (defconstant +texture-binding-external-oes+ #x8D67)
408 (defconstant +required-texture-image-units-oes+ #x8D68)
409 (defconstant +sampler-1d-array+ #x8DC0)
410 (defconstant +sampler-2d-array+ #x8DC1)
411 (defconstant +sampler-1d-array-shadow+ #x8DC3)
412 (defconstant +sampler-2d-array-shadow+ #x8DC4)
413 (defconstant +sampler-cube-shadow+ #x8DC5)
414 (defconstant +unsigned-int-vec2+ #x8DC6)
415 (defconstant +unsigned-int-vec3+ #x8DC7)
416 (defconstant +unsigned-int-vec4+ #x8DC8)
417 (defconstant +int-sampler-1d+ #x8DC9)
418 (defconstant +int-sampler-2d+ #x8DCA)
419 (defconstant +int-sampler-3d+ #x8DCB)
420 (defconstant +int-sampler-cube+ #x8DCC)
421 (defconstant +int-sampler-1d-array+ #x8DCE)
422 (defconstant +int-sampler-2d-array+ #x8DCF)
423 (defconstant +unsigned-int-sampler-1d+ #x8DD1)
424 (defconstant +unsigned-int-sampler-2d+ #x8DD2)
425 (defconstant +unsigned-int-sampler-3d+ #x8DD3)
426 (defconstant +unsigned-int-sampler-cube+ #x8DD4)
427 (defconstant +unsigned-int-sampler-1d-array+ #x8DD6)
428 (defconstant +unsigned-int-sampler-2d-array+ #x8DD7)
429 (defconstant +sampler-buffer+ #x8DC2)
430 (defconstant +int-sampler-2d-rect+ #x8DCD)
431 (defconstant +int-sampler-buffer+ #x8DD0)
432 (defconstant +unsigned-int-sampler-2d-rect+ #x8DD5)
433 (defconstant +unsigned-int-sampler-buffer+ #x8DD8)
434 (defconstant +query-wait+ #x8E13)
435 (defconstant +query-no-wait+ #x8E14)
436 (defconstant +query-by-region-wait+ #x8E15)
437 (defconstant +query-by-region-no-wait+ #x8E16)
438 (defconstant +buffer-access-flags+ #x911F)
439 (defconstant +buffer-map-length+ #x9120)
440 (defconstant +buffer-map-offset+ #x9121)
441 (defconstant +major-version+ #x821B)
442 (defconstant +minor-version+ #x821C)
443 (defconstant +num-extensions+ #x821D)
444 (defconstant +context-flags+ #x821E)
445 (defconstant +depth-buffer+ #x8223)
446 (defconstant +stencil-buffer+ #x8224)
447 (defconstant +compressed-red+ #x8225)
448 (defconstant +compressed-rg+ #x8226)
449 (defconstant +context-flag-forward-compatible-bit+ #x1)
450 (defconstant +rgba32f+ #x8814)
451 (defconstant +rgba16f+ #x881A)
452 (defconstant +rgb16f+ #x881B)
453 (defconstant +vertex-attrib-array-integer+ #x88FD)
454 (defconstant +max-array-texture-layers+ #x88FF)
455 (defconstant +min-program-texel-offset+ #x8904)
456 (defconstant +max-program-texel-offset+ #x8905)
457 (defconstant +clamp-read-color+ #x891C)
458 (defconstant +fixed-only+ #x891D)
459 (defconstant +max-varying-components+ #x8B4B)
460 (defconstant +texture-1d-array+ #x8C18)
461 (defconstant +proxy-texture-1d-array+ #x8C19)
462 (defconstant +texture-2d-array+ #x8C1A)
463 (defconstant +proxy-texture-2d-array+ #x8C1B)
464 (defconstant +texture-binding-1d-array+ #x8C1C)
465 (defconstant +texture-binding-2d-array+ #x8C1D)
466 (defconstant +r11f-g11f-b10f+ #x8C3A)
467 (defconstant +unsigned-int-10f-11f-11f-rev+ #x8C3B)
468 (defconstant +rgb9-e5+ #x8C3D)
469 (defconstant +unsigned-int-5-9-9-9-rev+ #x8C3E)
470 (defconstant +texture-shared-size+ #x8C3F)
471 (defconstant +transform-feedback-varying-max-length+ #x8C76)
472 (defconstant +transform-feedback-buffer-mode+ #x8C7F)
473 (defconstant +max-transform-feedback-separate-components+ #x8C80)
474 (defconstant +transform-feedback-varyings+ #x8C83)
475 (defconstant +transform-feedback-buffer-start+ #x8C84)
476 (defconstant +transform-feedback-buffer-size+ #x8C85)
477 (defconstant +primitives-generated+ #x8C87)
478 (defconstant +transform-feedback-primitives-written+ #x8C88)
479 (defconstant +rasterizer-discard+ #x8C89)
480 (defconstant +max-transform-feedback-interleaved-components+ #x8C8A)
481 (defconstant +max-transform-feedback-separate-attribs+ #x8C8B)
482 (defconstant +interleaved-attribs+ #x8C8C)
483 (defconstant +separate-attribs+ #x8C8D)
484 (defconstant +transform-feedback-buffer+ #x8C8E)
485 (defconstant +transform-feedback-buffer-binding+ #x8C8F)
486 (defconstant +rgba32ui+ #x8D70)
487 (defconstant +rgba16ui+ #x8D76)
488 (defconstant +rgb16ui+ #x8D77)
489 (defconstant +rgba8ui+ #x8D7C)
490 (defconstant +rgb8ui+ #x8D7D)
491 (defconstant +rgba32i+ #x8D82)
492 (defconstant +rgba16i+ #x8D88)
493 (defconstant +rgb16i+ #x8D89)
494 (defconstant +rgba8i+ #x8D8E)
495 (defconstant +rgb8i+ #x8D8F)
496 (defconstant +red-integer+ #x8D94)
497 (defconstant +green-integer+ #x8D95)
498 (defconstant +blue-integer+ #x8D96)
499 (defconstant +rgb-integer+ #x8D98)
500 (defconstant +rgba-integer+ #x8D99)
501 (defconstant +bgr-integer+ #x8D9A)
502 (defconstant +bgra-integer+ #x8D9B)
503 (defconstant +sampler-1d-array+ #x8DC0)
504 (defconstant +sampler-2d-array+ #x8DC1)
505 (defconstant +sampler-1d-array-shadow+ #x8DC3)
506 (defconstant +sampler-2d-array-shadow+ #x8DC4)
507 (defconstant +sampler-cube-shadow+ #x8DC5)
508 (defconstant +unsigned-int-vec2+ #x8DC6)
509 (defconstant +unsigned-int-vec3+ #x8DC7)
510 (defconstant +unsigned-int-vec4+ #x8DC8)
511 (defconstant +int-sampler-1d+ #x8DC9)
512 (defconstant +int-sampler-2d+ #x8DCA)
513 (defconstant +int-sampler-3d+ #x8DCB)
514 (defconstant +int-sampler-cube+ #x8DCC)
515 (defconstant +int-sampler-1d-array+ #x8DCE)
516 (defconstant +int-sampler-2d-array+ #x8DCF)
517 (defconstant +unsigned-int-sampler-1d+ #x8DD1)
518 (defconstant +unsigned-int-sampler-2d+ #x8DD2)
519 (defconstant +unsigned-int-sampler-3d+ #x8DD3)
520 (defconstant +unsigned-int-sampler-cube+ #x8DD4)
521 (defconstant +unsigned-int-sampler-1d-array+ #x8DD6)
522 (defconstant +unsigned-int-sampler-2d-array+ #x8DD7)
523 (defconstant +query-wait+ #x8E13)
524 (defconstant +query-no-wait+ #x8E14)
525 (defconstant +query-by-region-wait+ #x8E15)
526 (defconstant +query-by-region-no-wait+ #x8E16)
527 (defconstant +buffer-access-flags+ #x911F)
528 (defconstant +buffer-map-length+ #x9120)
529 (defconstant +buffer-map-offset+ #x9121)
530 (defconstant +invalid-framebuffer-operation+ #x506)
531 (defconstant +framebuffer-attachment-color-encoding+ #x8210)
532 (defconstant +framebuffer-attachment-component-type+ #x8211)
533 (defconstant +framebuffer-attachment-red-size+ #x8212)
534 (defconstant +framebuffer-attachment-green-size+ #x8213)
535 (defconstant +framebuffer-attachment-blue-size+ #x8214)
536 (defconstant +framebuffer-attachment-alpha-size+ #x8215)
537 (defconstant +framebuffer-attachment-depth-size+ #x8216)
538 (defconstant +framebuffer-attachment-stencil-size+ #x8217)
539 (defconstant +framebuffer-default+ #x8218)
540 (defconstant +framebuffer-undefined+ #x8219)
541 (defconstant +depth-stencil-attachment+ #x821A)
542 (defconstant +max-renderbuffer-size+ #x84E8)
543 (defconstant +depth-stencil+ #x84F9)
544 (defconstant +unsigned-int-24-8+ #x84FA)
545 (defconstant +depth24-stencil8+ #x88F0)
546 (defconstant +texture-stencil-size+ #x88F1)
547 (defconstant +texture-red-type+ #x8C10)
548 (defconstant +texture-green-type+ #x8C11)
549 (defconstant +texture-blue-type+ #x8C12)
550 (defconstant +texture-alpha-type+ #x8C13)
551 (defconstant +texture-depth-type+ #x8C16)
552 (defconstant +unsigned-normalized+ #x8C17)
553 (defconstant +framebuffer-binding+ #x8CA6)
554 (defconstant +draw-framebuffer-binding+ #x8CA6)
555 (defconstant +renderbuffer-binding+ #x8CA7)
556 (defconstant +read-framebuffer+ #x8CA8)
557 (defconstant +draw-framebuffer+ #x8CA9)
558 (defconstant +read-framebuffer-binding+ #x8CAA)
559 (defconstant +renderbuffer-samples+ #x8CAB)
560 (defconstant +framebuffer-attachment-object-type+ #x8CD0)
561 (defconstant +framebuffer-attachment-object-name+ #x8CD1)
562 (defconstant +framebuffer-attachment-texture-level+ #x8CD2)
563 (defconstant +framebuffer-attachment-texture-cube-map-face+ #x8CD3)
564 (defconstant +framebuffer-attachment-texture-layer+ #x8CD4)
565 (defconstant +framebuffer-complete+ #x8CD5)
566 (defconstant +framebuffer-incomplete-attachment+ #x8CD6)
567 (defconstant +framebuffer-incomplete-missing-attachment+ #x8CD7)
568 (defconstant +framebuffer-incomplete-draw-buffer+ #x8CDB)
569 (defconstant +framebuffer-incomplete-read-buffer+ #x8CDC)
570 (defconstant +framebuffer-unsupported+ #x8CDD)
571 (defconstant +max-color-attachments+ #x8CDF)
572 (defconstant +color-attachment0+ #x8CE0)
573 (defconstant +color-attachment1+ #x8CE1)
574 (defconstant +color-attachment2+ #x8CE2)
575 (defconstant +color-attachment3+ #x8CE3)
576 (defconstant +color-attachment4+ #x8CE4)
577 (defconstant +color-attachment5+ #x8CE5)
578 (defconstant +color-attachment6+ #x8CE6)
579 (defconstant +color-attachment7+ #x8CE7)
580 (defconstant +color-attachment8+ #x8CE8)
581 (defconstant +color-attachment9+ #x8CE9)
582 (defconstant +color-attachment10+ #x8CEA)
583 (defconstant +color-attachment11+ #x8CEB)
584 (defconstant +color-attachment12+ #x8CEC)
585 (defconstant +color-attachment13+ #x8CED)
586 (defconstant +color-attachment14+ #x8CEE)
587 (defconstant +color-attachment15+ #x8CEF)
588 (defconstant +depth-attachment+ #x8D00)
589 (defconstant +stencil-attachment+ #x8D20)
590 (defconstant +framebuffer+ #x8D40)
591 (defconstant +renderbuffer+ #x8D41)
592 (defconstant +renderbuffer-width+ #x8D42)
593 (defconstant +renderbuffer-height+ #x8D43)
594 (defconstant +renderbuffer-internal-format+ #x8D44)
595 (defconstant +stencil-index1+ #x8D46)
596 (defconstant +stencil-index4+ #x8D47)
597 (defconstant +stencil-index8+ #x8D48)
598 (defconstant +stencil-index16+ #x8D49)
599 (defconstant +renderbuffer-red-size+ #x8D50)
600 (defconstant +renderbuffer-green-size+ #x8D51)
601 (defconstant +renderbuffer-blue-size+ #x8D52)
602 (defconstant +renderbuffer-alpha-size+ #x8D53)
603 (defconstant +renderbuffer-depth-size+ #x8D54)
604 (defconstant +renderbuffer-stencil-size+ #x8D55)
605 (defconstant +framebuffer-incomplete-multisample+ #x8D56)
606 (defconstant +max-samples+ #x8D57)
607 (defconstant +map-read-bit+ #x1)
608 (defconstant +map-write-bit+ #x2)
609 (defconstant +map-invalidate-range-bit+ #x4)
610 (defconstant +map-invalidate-buffer-bit+ #x8)
611 (defconstant +map-flush-explicit-bit+ #x10)
612 (defconstant +map-unsynchronized-bit+ #x20)
613 (defconstant +vertex-array-binding+ #x85B5)
614 (defglfun "Translatef" translate-f :return "void" :args
615 ((:name |x| :type |Float32| :direction :in)
616 (:name |y| :type |Float32| :direction :in)
617 (:name |z| :type |Float32| :direction :in))
618 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
619 (defglfun "Translated" translate-d :return "void" :args
620 ((:name |x| :type |Float64| :direction :in)
621 (:name |y| :type |Float64| :direction :in)
622 (:name |z| :type |Float64| :direction :in))
623 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
624 (defglfun "Scalef" scale-f :return "void" :args
625 ((:name |x| :type |Float32| :direction :in)
626 (:name |y| :type |Float32| :direction :in)
627 (:name |z| :type |Float32| :direction :in))
628 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
629 (defglfun "Scaled" scale-d :return "void" :args
630 ((:name |x| :type |Float64| :direction :in)
631 (:name |y| :type |Float64| :direction :in)
632 (:name |z| :type |Float64| :direction :in))
633 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
634 (defglfun "Rotatef" rotate-f :return "void" :args
635 ((:name |angle| :type |Float32| :direction :in)
636 (:name |x| :type |Float32| :direction :in)
637 (:name |y| :type |Float32| :direction :in)
638 (:name |z| :type |Float32| :direction :in))
639 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
640 (defglfun "Rotated" rotate-d :return "void" :args
641 ((:name |angle| :type |Float64| :direction :in)
642 (:name |x| :type |Float64| :direction :in)
643 (:name |y| :type |Float64| :direction :in)
644 (:name |z| :type |Float64| :direction :in))
645 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
646 (defglfun "PushMatrix" push-matrix :return "void" :args nil :category
647 "VERSION_1_0" :deprecated "3.1" :version "1.0")
648 (defglfun "PopMatrix" pop-matrix :return "void" :args nil :category
649 "VERSION_1_0" :deprecated "3.1" :version "1.0")
650 (defglfun "Ortho" ortho :return "void" :args
651 ((:name |left| :type |Float64| :direction :in)
652 (:name |right| :type |Float64| :direction :in)
653 (:name |bottom| :type |Float64| :direction :in)
654 (:name |top| :type |Float64| :direction :in)
655 (:name |zNear| :type |Float64| :direction :in)
656 (:name |zFar| :type |Float64| :direction :in))
657 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
658 (defglfun "MultMatrixd" mult-matrix-d :return "void" :args
659 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
660 "VERSION_1_0" :deprecated "3.1" :version "1.0")
661 (defglfun "MultMatrixf" mult-matrix-f :return "void" :args
662 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
663 "VERSION_1_0" :deprecated "3.1" :version "1.0")
664 (defglfun "MatrixMode" matrix-mode :return "void" :args
665 ((:name |mode| :type |MatrixMode| :direction :in)) :category "VERSION_1_0"
666 :deprecated "3.1" :version "1.0")
667 (defglfun "LoadMatrixd" load-matrix-d :return "void" :args
668 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
669 "VERSION_1_0" :deprecated "3.1" :version "1.0")
670 (defglfun "LoadMatrixf" load-matrix-f :return "void" :args
671 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
672 "VERSION_1_0" :deprecated "3.1" :version "1.0")
673 (defglfun "LoadIdentity" load-identity :return "void" :args nil :category
674 "VERSION_1_0" :deprecated "3.1" :version "1.0")
675 (defglfun "Frustum" frustum :return "void" :args
676 ((:name |left| :type |Float64| :direction :in)
677 (:name |right| :type |Float64| :direction :in)
678 (:name |bottom| :type |Float64| :direction :in)
679 (:name |top| :type |Float64| :direction :in)
680 (:name |zNear| :type |Float64| :direction :in)
681 (:name |zFar| :type |Float64| :direction :in))
682 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
683 (defglfun "IsList" is-list :return "Boolean" :args
684 ((:name |list| :type |List| :direction :in)) :category "VERSION_1_0"
685 :deprecated "3.1" :version "1.0")
686 (defglfun "GetTexGeniv" get-tex-gen-iv :return "void" :args
687 ((:name |coord| :type |TextureCoordName| :direction :in)
688 (:name |pname| :type |TextureGenParameter| :direction :in)
689 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
690 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
691 (defglfun "GetTexGenfv" get-tex-gen-fv :return "void" :args
692 ((:name |coord| :type |TextureCoordName| :direction :in)
693 (:name |pname| :type |TextureGenParameter| :direction :in)
694 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
695 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
696 (defglfun "GetTexGendv" get-tex-gen-dv :return "void" :args
697 ((:name |coord| :type |TextureCoordName| :direction :in)
698 (:name |pname| :type |TextureGenParameter| :direction :in)
699 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
700 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
701 (defglfun "GetTexEnviv" get-tex-env-iv :return "void" :args
702 ((:name |target| :type |TextureEnvTarget| :direction :in)
703 (:name |pname| :type |TextureEnvParameter| :direction :in)
704 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
705 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
706 (defglfun "GetTexEnvfv" get-tex-env-fv :return "void" :args
707 ((:name |target| :type |TextureEnvTarget| :direction :in)
708 (:name |pname| :type |TextureEnvParameter| :direction :in)
709 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
710 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
711 (defglfun "GetPolygonStipple" get-polygon-stipple :return "void" :args
712 ((:name |mask| :type |UInt8| :direction :out :array t)) :category
713 "VERSION_1_0" :deprecated "3.1" :version "1.0")
714 (defglfun "GetPixelMapusv" get-pixel-map-usv :return "void" :args
715 ((:name |map| :type |PixelMap| :direction :in)
716 (:name |values| :type |UInt16| :direction :out :array t :size (|map|)))
717 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
718 (defglfun "GetPixelMapuiv" get-pixel-map-uiv :return "void" :args
719 ((:name |map| :type |PixelMap| :direction :in)
720 (:name |values| :type |UInt32| :direction :out :array t :size (|map|)))
721 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
722 (defglfun "GetPixelMapfv" get-pixel-map-fv :return "void" :args
723 ((:name |map| :type |PixelMap| :direction :in)
724 (:name |values| :type |Float32| :direction :out :array t :size (|map|)))
725 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
726 (defglfun "GetMaterialiv" get-material-iv :return "void" :args
727 ((:name |face| :type |MaterialFace| :direction :in)
728 (:name |pname| :type |MaterialParameter| :direction :in)
729 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
730 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
731 (defglfun "GetMaterialfv" get-material-fv :return "void" :args
732 ((:name |face| :type |MaterialFace| :direction :in)
733 (:name |pname| :type |MaterialParameter| :direction :in)
734 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
735 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
736 (defglfun "GetMapiv" get-map-iv :return "void" :args
737 ((:name |target| :type |MapTarget| :direction :in)
738 (:name |query| :type |GetMapQuery| :direction :in)
739 (:name |v| :type |Int32| :direction :out :array t :size (|target| |query|)))
740 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
741 (defglfun "GetMapfv" get-map-fv :return "void" :args
742 ((:name |target| :type |MapTarget| :direction :in)
743 (:name |query| :type |GetMapQuery| :direction :in)
744 (:name |v| :type |Float32| :direction :out :array t :size
745 (|target| |query|)))
746 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
747 (defglfun "GetMapdv" get-map-dv :return "void" :args
748 ((:name |target| :type |MapTarget| :direction :in)
749 (:name |query| :type |GetMapQuery| :direction :in)
750 (:name |v| :type |Float64| :direction :out :array t :size
751 (|target| |query|)))
752 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
753 (defglfun "GetLightiv" get-light-iv :return "void" :args
754 ((:name |light| :type |LightName| :direction :in)
755 (:name |pname| :type |LightParameter| :direction :in)
756 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
757 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
758 (defglfun "GetLightfv" get-light-fv :return "void" :args
759 ((:name |light| :type |LightName| :direction :in)
760 (:name |pname| :type |LightParameter| :direction :in)
761 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
762 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
763 (defglfun "GetClipPlane" get-clip-plane :return "void" :args
764 ((:name |plane| :type |ClipPlaneName| :direction :in)
765 (:name |equation| :type |Float64| :direction :out :array t :size #x4))
766 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
767 (defglfun "DrawPixels" draw-pixels :return "void" :args
768 ((:name |width| :type |SizeI| :direction :in)
769 (:name |height| :type |SizeI| :direction :in)
770 (:name |format| :type |PixelFormat| :direction :in)
771 (:name |type| :type |PixelType| :direction :in)
772 (:name |pixels| :type |Void| :direction :in :array t :size
773 (|format| |type| |width| |height|)))
774 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
775 (defglfun "CopyPixels" copy-pixels :return "void" :args
776 ((:name |x| :type |WinCoord| :direction :in)
777 (:name |y| :type |WinCoord| :direction :in)
778 (:name |width| :type |SizeI| :direction :in)
779 (:name |height| :type |SizeI| :direction :in)
780 (:name |type| :type |PixelCopyType| :direction :in))
781 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
782 (defglfun "PixelMapusv" pixel-map-usv :return "void" :args
783 ((:name |map| :type |PixelMap| :direction :in)
784 (:name |mapsize| :type |CheckedInt32| :direction :in)
785 (:name |values| :type |UInt16| :direction :in :array t :size mapsize))
786 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
787 (defglfun "PixelMapuiv" pixel-map-uiv :return "void" :args
788 ((:name |map| :type |PixelMap| :direction :in)
789 (:name |mapsize| :type |CheckedInt32| :direction :in)
790 (:name |values| :type |UInt32| :direction :in :array t :size mapsize))
791 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
792 (defglfun "PixelMapfv" pixel-map-fv :return "void" :args
793 ((:name |map| :type |PixelMap| :direction :in)
794 (:name |mapsize| :type |CheckedInt32| :direction :in)
795 (:name |values| :type |Float32| :direction :in :array t :size mapsize))
796 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
797 (defglfun "PixelTransferi" pixel-transfer-i :return "void" :args
798 ((:name |pname| :type |PixelTransferParameter| :direction :in)
799 (:name |param| :type |CheckedInt32| :direction :in))
800 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
801 (defglfun "PixelTransferf" pixel-transfer-f :return "void" :args
802 ((:name |pname| :type |PixelTransferParameter| :direction :in)
803 (:name |param| :type |CheckedFloat32| :direction :in))
804 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
805 (defglfun "PixelZoom" pixel-zoom :return "void" :args
806 ((:name |xfactor| :type |Float32| :direction :in)
807 (:name |yfactor| :type |Float32| :direction :in))
808 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
809 (defglfun "AlphaFunc" alpha-func :return "void" :args
810 ((:name |func| :type |AlphaFunction| :direction :in)
811 (:name |ref| :type |ClampedFloat32| :direction :in))
812 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
813 (defglfun "EvalPoint2" eval-point-2 :return "void" :args
814 ((:name |i| :type |CheckedInt32| :direction :in)
815 (:name |j| :type |CheckedInt32| :direction :in))
816 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
817 (defglfun "EvalMesh2" eval-mesh-2 :return "void" :args
818 ((:name |mode| :type |MeshMode2| :direction :in)
819 (:name |i1| :type |CheckedInt32| :direction :in)
820 (:name |i2| :type |CheckedInt32| :direction :in)
821 (:name |j1| :type |CheckedInt32| :direction :in)
822 (:name |j2| :type |CheckedInt32| :direction :in))
823 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
824 (defglfun "EvalPoint1" eval-point-1 :return "void" :args
825 ((:name |i| :type |Int32| :direction :in)) :category "VERSION_1_0" :deprecated
826 "3.1" :version "1.0")
827 (defglfun "EvalMesh1" eval-mesh-1 :return "void" :args
828 ((:name |mode| :type |MeshMode1| :direction :in)
829 (:name |i1| :type |CheckedInt32| :direction :in)
830 (:name |i2| :type |CheckedInt32| :direction :in))
831 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
832 (defglfun "EvalCoord2fv" eval-coord-2fv :return "void" :args
833 ((:name |u| :type |CoordF| :direction :in :array t :size #x2)) :category
834 "VERSION_1_0" :deprecated "3.1" :version "1.0")
835 (defglfun "EvalCoord2f" eval-coord-2f :return "void" :args
836 ((:name |u| :type |CoordF| :direction :in)
837 (:name |v| :type |CoordF| :direction :in))
838 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
839 (defglfun "EvalCoord2dv" eval-coord-2dv :return "void" :args
840 ((:name |u| :type |CoordD| :direction :in :array t :size #x2)) :category
841 "VERSION_1_0" :deprecated "3.1" :version "1.0")
842 (defglfun "EvalCoord2d" eval-coord-2d :return "void" :args
843 ((:name |u| :type |CoordD| :direction :in)
844 (:name |v| :type |CoordD| :direction :in))
845 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
846 (defglfun "EvalCoord1fv" eval-coord-1fv :return "void" :args
847 ((:name |u| :type |CoordF| :direction :in :array t :size #x1)) :category
848 "VERSION_1_0" :deprecated "3.1" :version "1.0")
849 (defglfun "EvalCoord1f" eval-coord-1f :return "void" :args
850 ((:name |u| :type |CoordF| :direction :in)) :category "VERSION_1_0"
851 :deprecated "3.1" :version "1.0")
852 (defglfun "EvalCoord1dv" eval-coord-1dv :return "void" :args
853 ((:name |u| :type |CoordD| :direction :in :array t :size #x1)) :category
854 "VERSION_1_0" :deprecated "3.1" :version "1.0")
855 (defglfun "EvalCoord1d" eval-coord-1d :return "void" :args
856 ((:name |u| :type |CoordD| :direction :in)) :category "VERSION_1_0"
857 :deprecated "3.1" :version "1.0")
858 (defglfun "MapGrid2f" map-grid-2f :return "void" :args
859 ((:name |un| :type |Int32| :direction :in)
860 (:name |u1| :type |CoordF| :direction :in)
861 (:name |u2| :type |CoordF| :direction :in)
862 (:name |vn| :type |Int32| :direction :in)
863 (:name |v1| :type |CoordF| :direction :in)
864 (:name |v2| :type |CoordF| :direction :in))
865 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
866 (defglfun "MapGrid2d" map-grid-2d :return "void" :args
867 ((:name |un| :type |Int32| :direction :in)
868 (:name |u1| :type |CoordD| :direction :in)
869 (:name |u2| :type |CoordD| :direction :in)
870 (:name |vn| :type |Int32| :direction :in)
871 (:name |v1| :type |CoordD| :direction :in)
872 (:name |v2| :type |CoordD| :direction :in))
873 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
874 (defglfun "MapGrid1f" map-grid-1f :return "void" :args
875 ((:name |un| :type |Int32| :direction :in)
876 (:name |u1| :type |CoordF| :direction :in)
877 (:name |u2| :type |CoordF| :direction :in))
878 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
879 (defglfun "MapGrid1d" map-grid-1d :return "void" :args
880 ((:name |un| :type |Int32| :direction :in)
881 (:name |u1| :type |CoordD| :direction :in)
882 (:name |u2| :type |CoordD| :direction :in))
883 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
884 (defglfun "Map2f" map-2f :return "void" :args
885 ((:name |target| :type |MapTarget| :direction :in)
886 (:name |u1| :type |CoordF| :direction :in)
887 (:name |u2| :type |CoordF| :direction :in)
888 (:name |ustride| :type |Int32| :direction :in)
889 (:name |uorder| :type |CheckedInt32| :direction :in)
890 (:name |v1| :type |CoordF| :direction :in)
891 (:name |v2| :type |CoordF| :direction :in)
892 (:name |vstride| :type |Int32| :direction :in)
893 (:name |vorder| :type |CheckedInt32| :direction :in)
894 (:name |points| :type |CoordF| :direction :in :array t :size
895 (|target| |ustride| |uorder| |vstride| |vorder|)))
896 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
897 (defglfun "Map2d" map-2d :return "void" :args
898 ((:name |target| :type |MapTarget| :direction :in)
899 (:name |u1| :type |CoordD| :direction :in)
900 (:name |u2| :type |CoordD| :direction :in)
901 (:name |ustride| :type |Int32| :direction :in)
902 (:name |uorder| :type |CheckedInt32| :direction :in)
903 (:name |v1| :type |CoordD| :direction :in)
904 (:name |v2| :type |CoordD| :direction :in)
905 (:name |vstride| :type |Int32| :direction :in)
906 (:name |vorder| :type |CheckedInt32| :direction :in)
907 (:name |points| :type |CoordD| :direction :in :array t :size
908 (|target| |ustride| |uorder| |vstride| |vorder|)))
909 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
910 (defglfun "Map1f" map-1f :return "void" :args
911 ((:name |target| :type |MapTarget| :direction :in)
912 (:name |u1| :type |CoordF| :direction :in)
913 (:name |u2| :type |CoordF| :direction :in)
914 (:name |stride| :type |Int32| :direction :in)
915 (:name |order| :type |CheckedInt32| :direction :in)
916 (:name |points| :type |CoordF| :direction :in :array t :size
917 (|target| |stride| |order|)))
918 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
919 (defglfun "Map1d" map-1d :return "void" :args
920 ((:name |target| :type |MapTarget| :direction :in)
921 (:name |u1| :type |CoordD| :direction :in)
922 (:name |u2| :type |CoordD| :direction :in)
923 (:name |stride| :type |Int32| :direction :in)
924 (:name |order| :type |CheckedInt32| :direction :in)
925 (:name |points| :type |CoordD| :direction :in :array t :size
926 (|target| |stride| |order|)))
927 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
928 (defglfun "PushAttrib" push-attrib :return "void" :args
929 ((:name |mask| :type |AttribMask| :direction :in)) :category "VERSION_1_0"
930 :deprecated "3.1" :version "1.0")
931 (defglfun "PopAttrib" pop-attrib :return "void" :args nil :category
932 "VERSION_1_0" :deprecated "3.1" :version "1.0")
933 (defglfun "Accum" accum :return "void" :args
934 ((:name |op| :type |AccumOp| :direction :in)
935 (:name |value| :type |CoordF| :direction :in))
936 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
937 (defglfun "IndexMask" index-mask :return "void" :args
938 ((:name |mask| :type |MaskedColorIndexValueI| :direction :in)) :category
939 "VERSION_1_0" :deprecated "3.1" :version "1.0")
940 (defglfun "ClearIndex" clear-index :return "void" :args
941 ((:name |c| :type |MaskedColorIndexValueF| :direction :in)) :category
942 "VERSION_1_0" :deprecated "3.1" :version "1.0")
943 (defglfun "ClearAccum" clear-accum :return "void" :args
944 ((:name |red| :type |Float32| :direction :in)
945 (:name |green| :type |Float32| :direction :in)
946 (:name |blue| :type |Float32| :direction :in)
947 (:name |alpha| :type |Float32| :direction :in))
948 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
949 (defglfun "PushName" push-name :return "void" :args
950 ((:name |name| :type |SelectName| :direction :in)) :category "VERSION_1_0"
951 :deprecated "3.1" :version "1.0")
952 (defglfun "PopName" pop-name :return "void" :args nil :category "VERSION_1_0"
953 :deprecated "3.1" :version "1.0")
954 (defglfun "PassThrough" pass-through :return "void" :args
955 ((:name |token| :type |FeedbackElement| :direction :in)) :category
956 "VERSION_1_0" :deprecated "3.1" :version "1.0")
957 (defglfun "LoadName" load-name :return "void" :args
958 ((:name |name| :type |SelectName| :direction :in)) :category "VERSION_1_0"
959 :deprecated "3.1" :version "1.0")
960 (defglfun "InitNames" init-names :return "void" :args nil :category
961 "VERSION_1_0" :deprecated "3.1" :version "1.0")
962 (defglfun "RenderMode" render-mode :return "Int32" :args
963 ((:name |mode| :type |RenderingMode| :direction :in)) :category "VERSION_1_0"
964 :deprecated "3.1" :version "1.0")
965 (defglfun "SelectBuffer" select-buffer :return "void" :args
966 ((:name |size| :type |SizeI| :direction :in)
967 (:name |buffer| :type |SelectName| :direction :out :array t :size size
968 :retained t))
969 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
970 (defglfun "FeedbackBuffer" feedback-buffer :return "void" :args
971 ((:name |size| :type |SizeI| :direction :in)
972 (:name |type| :type |FeedbackType| :direction :in)
973 (:name |buffer| :type |FeedbackElement| :direction :out :array t :size size
974 :retained t))
975 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
976 (defglfun "TexGeniv" tex-gen-iv :return "void" :args
977 ((:name |coord| :type |TextureCoordName| :direction :in)
978 (:name |pname| :type |TextureGenParameter| :direction :in)
979 (:name |params| :type |CheckedInt32| :direction :in :array t :size
980 (|pname|)))
981 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
982 (defglfun "TexGeni" tex-gen-i :return "void" :args
983 ((:name |coord| :type |TextureCoordName| :direction :in)
984 (:name |pname| :type |TextureGenParameter| :direction :in)
985 (:name |param| :type |CheckedInt32| :direction :in))
986 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
987 (defglfun "TexGenfv" tex-gen-fv :return "void" :args
988 ((:name |coord| :type |TextureCoordName| :direction :in)
989 (:name |pname| :type |TextureGenParameter| :direction :in)
990 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
991 (|pname|)))
992 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
993 (defglfun "TexGenf" tex-gen-f :return "void" :args
994 ((:name |coord| :type |TextureCoordName| :direction :in)
995 (:name |pname| :type |TextureGenParameter| :direction :in)
996 (:name |param| :type |CheckedFloat32| :direction :in))
997 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
998 (defglfun "TexGendv" tex-gen-dv :return "void" :args
999 ((:name |coord| :type |TextureCoordName| :direction :in)
1000 (:name |pname| :type |TextureGenParameter| :direction :in)
1001 (:name |params| :type |Float64| :direction :in :array t :size (|pname|)))
1002 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1003 (defglfun "TexGend" tex-gen-d :return "void" :args
1004 ((:name |coord| :type |TextureCoordName| :direction :in)
1005 (:name |pname| :type |TextureGenParameter| :direction :in)
1006 (:name |param| :type |Float64| :direction :in))
1007 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1008 (defglfun "TexEnviv" tex-env-iv :return "void" :args
1009 ((:name |target| :type |TextureEnvTarget| :direction :in)
1010 (:name |pname| :type |TextureEnvParameter| :direction :in)
1011 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1012 (|pname|)))
1013 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1014 (defglfun "TexEnvi" tex-env-i :return "void" :args
1015 ((:name |target| :type |TextureEnvTarget| :direction :in)
1016 (:name |pname| :type |TextureEnvParameter| :direction :in)
1017 (:name |param| :type |CheckedInt32| :direction :in))
1018 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1019 (defglfun "TexEnvfv" tex-env-fv :return "void" :args
1020 ((:name |target| :type |TextureEnvTarget| :direction :in)
1021 (:name |pname| :type |TextureEnvParameter| :direction :in)
1022 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1023 (|pname|)))
1024 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1025 (defglfun "TexEnvf" tex-env-f :return "void" :args
1026 ((:name |target| :type |TextureEnvTarget| :direction :in)
1027 (:name |pname| :type |TextureEnvParameter| :direction :in)
1028 (:name |param| :type |CheckedFloat32| :direction :in))
1029 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1030 (defglfun "ShadeModel" shade-model :return "void" :args
1031 ((:name |mode| :type |ShadingModel| :direction :in)) :category "VERSION_1_0"
1032 :deprecated "3.1" :version "1.0")
1033 (defglfun "PolygonStipple" polygon-stipple :return "void" :args
1034 ((:name |mask| :type |UInt8| :direction :in :array t)) :category "VERSION_1_0"
1035 :deprecated "3.1" :version "1.0")
1036 (defglfun "Materialiv" material-iv :return "void" :args
1037 ((:name |face| :type |MaterialFace| :direction :in)
1038 (:name |pname| :type |MaterialParameter| :direction :in)
1039 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1040 (|pname|)))
1041 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1042 (defglfun "Materiali" material-i :return "void" :args
1043 ((:name |face| :type |MaterialFace| :direction :in)
1044 (:name |pname| :type |MaterialParameter| :direction :in)
1045 (:name |param| :type |CheckedInt32| :direction :in))
1046 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1047 (defglfun "Materialfv" material-fv :return "void" :args
1048 ((:name |face| :type |MaterialFace| :direction :in)
1049 (:name |pname| :type |MaterialParameter| :direction :in)
1050 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1051 (|pname|)))
1052 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1053 (defglfun "Materialf" material-f :return "void" :args
1054 ((:name |face| :type |MaterialFace| :direction :in)
1055 (:name |pname| :type |MaterialParameter| :direction :in)
1056 (:name |param| :type |CheckedFloat32| :direction :in))
1057 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1058 (defglfun "LineStipple" line-stipple :return "void" :args
1059 ((:name |factor| :type |CheckedInt32| :direction :in)
1060 (:name |pattern| :type |LineStipple| :direction :in))
1061 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1062 (defglfun "LightModeliv" light-model-iv :return "void" :args
1063 ((:name |pname| :type |LightModelParameter| :direction :in)
1064 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
1065 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1066 (defglfun "LightModeli" light-model-i :return "void" :args
1067 ((:name |pname| :type |LightModelParameter| :direction :in)
1068 (:name |param| :type |Int32| :direction :in))
1069 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1070 (defglfun "LightModelfv" light-model-fv :return "void" :args
1071 ((:name |pname| :type |LightModelParameter| :direction :in)
1072 (:name |params| :type |Float32| :direction :in :array t :size (|pname|)))
1073 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1074 (defglfun "LightModelf" light-model-f :return "void" :args
1075 ((:name |pname| :type |LightModelParameter| :direction :in)
1076 (:name |param| :type |Float32| :direction :in))
1077 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1078 (defglfun "Lightiv" light-iv :return "void" :args
1079 ((:name |light| :type |LightName| :direction :in)
1080 (:name |pname| :type |LightParameter| :direction :in)
1081 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1082 (|pname|)))
1083 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1084 (defglfun "Lighti" light-i :return "void" :args
1085 ((:name |light| :type |LightName| :direction :in)
1086 (:name |pname| :type |LightParameter| :direction :in)
1087 (:name |param| :type |CheckedInt32| :direction :in))
1088 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1089 (defglfun "Lightfv" light-fv :return "void" :args
1090 ((:name |light| :type |LightName| :direction :in)
1091 (:name |pname| :type |LightParameter| :direction :in)
1092 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1093 (|pname|)))
1094 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1095 (defglfun "Lightf" light-f :return "void" :args
1096 ((:name |light| :type |LightName| :direction :in)
1097 (:name |pname| :type |LightParameter| :direction :in)
1098 (:name |param| :type |CheckedFloat32| :direction :in))
1099 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1100 (defglfun "Fogiv" fog-iv :return "void" :args
1101 ((:name |pname| :type |FogParameter| :direction :in)
1102 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1103 (|pname|)))
1104 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1105 (defglfun "Fogi" fog-i :return "void" :args
1106 ((:name |pname| :type |FogParameter| :direction :in)
1107 (:name |param| :type |CheckedInt32| :direction :in))
1108 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1109 (defglfun "Fogfv" fog-fv :return "void" :args
1110 ((:name |pname| :type |FogParameter| :direction :in)
1111 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1112 (|pname|)))
1113 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1114 (defglfun "Fogf" fog-f :return "void" :args
1115 ((:name |pname| :type |FogParameter| :direction :in)
1116 (:name |param| :type |CheckedFloat32| :direction :in))
1117 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1118 (defglfun "ColorMaterial" color-material :return "void" :args
1119 ((:name |face| :type |MaterialFace| :direction :in)
1120 (:name |mode| :type |ColorMaterialParameter| :direction :in))
1121 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1122 (defglfun "ClipPlane" clip-plane :return "void" :args
1123 ((:name |plane| :type |ClipPlaneName| :direction :in)
1124 (:name |equation| :type |Float64| :direction :in :array t :size #x4))
1125 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1126 (defglfun "Vertex4sv" vertex-4sv :return "void" :args
1127 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
1128 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1129 (defglfun "Vertex4s" vertex-4s :return "void" :args
1130 ((:name |x| :type |CoordS| :direction :in)
1131 (:name |y| :type |CoordS| :direction :in)
1132 (:name |z| :type |CoordS| :direction :in)
1133 (:name |w| :type |CoordS| :direction :in))
1134 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1135 (defglfun "Vertex4iv" vertex-4iv :return "void" :args
1136 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
1137 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1138 (defglfun "Vertex4i" vertex-4i :return "void" :args
1139 ((:name |x| :type |CoordI| :direction :in)
1140 (:name |y| :type |CoordI| :direction :in)
1141 (:name |z| :type |CoordI| :direction :in)
1142 (:name |w| :type |CoordI| :direction :in))
1143 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1144 (defglfun "Vertex4fv" vertex-4fv :return "void" :args
1145 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
1146 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1147 (defglfun "Vertex4f" vertex-4f :return "void" :args
1148 ((:name |x| :type |CoordF| :direction :in)
1149 (:name |y| :type |CoordF| :direction :in)
1150 (:name |z| :type |CoordF| :direction :in)
1151 (:name |w| :type |CoordF| :direction :in))
1152 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1153 (defglfun "Vertex4dv" vertex-4dv :return "void" :args
1154 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
1155 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1156 (defglfun "Vertex4d" vertex-4d :return "void" :args
1157 ((:name |x| :type |CoordD| :direction :in)
1158 (:name |y| :type |CoordD| :direction :in)
1159 (:name |z| :type |CoordD| :direction :in)
1160 (:name |w| :type |CoordD| :direction :in))
1161 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1162 (defglfun "Vertex3sv" vertex-3sv :return "void" :args
1163 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
1164 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1165 (defglfun "Vertex3s" vertex-3s :return "void" :args
1166 ((:name |x| :type |CoordS| :direction :in)
1167 (:name |y| :type |CoordS| :direction :in)
1168 (:name |z| :type |CoordS| :direction :in))
1169 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1170 (defglfun "Vertex3iv" vertex-3iv :return "void" :args
1171 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
1172 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1173 (defglfun "Vertex3i" vertex-3i :return "void" :args
1174 ((:name |x| :type |CoordI| :direction :in)
1175 (:name |y| :type |CoordI| :direction :in)
1176 (:name |z| :type |CoordI| :direction :in))
1177 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1178 (defglfun "Vertex3fv" vertex-3fv :return "void" :args
1179 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
1180 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1181 (defglfun "Vertex3f" vertex-3f :return "void" :args
1182 ((:name |x| :type |CoordF| :direction :in)
1183 (:name |y| :type |CoordF| :direction :in)
1184 (:name |z| :type |CoordF| :direction :in))
1185 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1186 (defglfun "Vertex3dv" vertex-3dv :return "void" :args
1187 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
1188 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1189 (defglfun "Vertex3d" vertex-3d :return "void" :args
1190 ((:name |x| :type |CoordD| :direction :in)
1191 (:name |y| :type |CoordD| :direction :in)
1192 (:name |z| :type |CoordD| :direction :in))
1193 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1194 (defglfun "Vertex2sv" vertex-2sv :return "void" :args
1195 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
1196 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1197 (defglfun "Vertex2s" vertex-2s :return "void" :args
1198 ((:name |x| :type |CoordS| :direction :in)
1199 (:name |y| :type |CoordS| :direction :in))
1200 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1201 (defglfun "Vertex2iv" vertex-2iv :return "void" :args
1202 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
1203 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1204 (defglfun "Vertex2i" vertex-2i :return "void" :args
1205 ((:name |x| :type |CoordI| :direction :in)
1206 (:name |y| :type |CoordI| :direction :in))
1207 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1208 (defglfun "Vertex2fv" vertex-2fv :return "void" :args
1209 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
1210 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1211 (defglfun "Vertex2f" vertex-2f :return "void" :args
1212 ((:name |x| :type |CoordF| :direction :in)
1213 (:name |y| :type |CoordF| :direction :in))
1214 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1215 (defglfun "Vertex2dv" vertex-2dv :return "void" :args
1216 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
1217 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1218 (defglfun "Vertex2d" vertex-2d :return "void" :args
1219 ((:name |x| :type |CoordD| :direction :in)
1220 (:name |y| :type |CoordD| :direction :in))
1221 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1222 (defglfun "TexCoord4sv" tex-coord-4sv :return "void" :args
1223 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
1224 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1225 (defglfun "TexCoord4s" tex-coord-4s :return "void" :args
1226 ((:name |s| :type |CoordS| :direction :in)
1227 (:name |t| :type |CoordS| :direction :in)
1228 (:name |r| :type |CoordS| :direction :in)
1229 (:name |q| :type |CoordS| :direction :in))
1230 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1231 (defglfun "TexCoord4iv" tex-coord-4iv :return "void" :args
1232 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
1233 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1234 (defglfun "TexCoord4i" tex-coord-4i :return "void" :args
1235 ((:name |s| :type |CoordI| :direction :in)
1236 (:name |t| :type |CoordI| :direction :in)
1237 (:name |r| :type |CoordI| :direction :in)
1238 (:name |q| :type |CoordI| :direction :in))
1239 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1240 (defglfun "TexCoord4fv" tex-coord-4fv :return "void" :args
1241 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
1242 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1243 (defglfun "TexCoord4f" tex-coord-4f :return "void" :args
1244 ((:name |s| :type |CoordF| :direction :in)
1245 (:name |t| :type |CoordF| :direction :in)
1246 (:name |r| :type |CoordF| :direction :in)
1247 (:name |q| :type |CoordF| :direction :in))
1248 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1249 (defglfun "TexCoord4dv" tex-coord-4dv :return "void" :args
1250 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
1251 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1252 (defglfun "TexCoord4d" tex-coord-4d :return "void" :args
1253 ((:name |s| :type |CoordD| :direction :in)
1254 (:name |t| :type |CoordD| :direction :in)
1255 (:name |r| :type |CoordD| :direction :in)
1256 (:name |q| :type |CoordD| :direction :in))
1257 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1258 (defglfun "TexCoord3sv" tex-coord-3sv :return "void" :args
1259 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
1260 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1261 (defglfun "TexCoord3s" tex-coord-3s :return "void" :args
1262 ((:name |s| :type |CoordS| :direction :in)
1263 (:name |t| :type |CoordS| :direction :in)
1264 (:name |r| :type |CoordS| :direction :in))
1265 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1266 (defglfun "TexCoord3iv" tex-coord-3iv :return "void" :args
1267 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
1268 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1269 (defglfun "TexCoord3i" tex-coord-3i :return "void" :args
1270 ((:name |s| :type |CoordI| :direction :in)
1271 (:name |t| :type |CoordI| :direction :in)
1272 (:name |r| :type |CoordI| :direction :in))
1273 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1274 (defglfun "TexCoord3fv" tex-coord-3fv :return "void" :args
1275 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
1276 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1277 (defglfun "TexCoord3f" tex-coord-3f :return "void" :args
1278 ((:name |s| :type |CoordF| :direction :in)
1279 (:name |t| :type |CoordF| :direction :in)
1280 (:name |r| :type |CoordF| :direction :in))
1281 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1282 (defglfun "TexCoord3dv" tex-coord-3dv :return "void" :args
1283 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
1284 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1285 (defglfun "TexCoord3d" tex-coord-3d :return "void" :args
1286 ((:name |s| :type |CoordD| :direction :in)
1287 (:name |t| :type |CoordD| :direction :in)
1288 (:name |r| :type |CoordD| :direction :in))
1289 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1290 (defglfun "TexCoord2sv" tex-coord-2sv :return "void" :args
1291 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
1292 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1293 (defglfun "TexCoord2s" tex-coord-2s :return "void" :args
1294 ((:name |s| :type |CoordS| :direction :in)
1295 (:name |t| :type |CoordS| :direction :in))
1296 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1297 (defglfun "TexCoord2iv" tex-coord-2iv :return "void" :args
1298 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
1299 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1300 (defglfun "TexCoord2i" tex-coord-2i :return "void" :args
1301 ((:name |s| :type |CoordI| :direction :in)
1302 (:name |t| :type |CoordI| :direction :in))
1303 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1304 (defglfun "TexCoord2fv" tex-coord-2fv :return "void" :args
1305 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
1306 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1307 (defglfun "TexCoord2f" tex-coord-2f :return "void" :args
1308 ((:name |s| :type |CoordF| :direction :in)
1309 (:name |t| :type |CoordF| :direction :in))
1310 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1311 (defglfun "TexCoord2dv" tex-coord-2dv :return "void" :args
1312 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
1313 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1314 (defglfun "TexCoord2d" tex-coord-2d :return "void" :args
1315 ((:name |s| :type |CoordD| :direction :in)
1316 (:name |t| :type |CoordD| :direction :in))
1317 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1318 (defglfun "TexCoord1sv" tex-coord-1sv :return "void" :args
1319 ((:name |v| :type |CoordS| :direction :in :array t :size #x1)) :category
1320 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1321 (defglfun "TexCoord1s" tex-coord-1s :return "void" :args
1322 ((:name |s| :type |CoordS| :direction :in)) :category "VERSION_1_0"
1323 :deprecated "3.1" :version "1.0")
1324 (defglfun "TexCoord1iv" tex-coord-1iv :return "void" :args
1325 ((:name |v| :type |CoordI| :direction :in :array t :size #x1)) :category
1326 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1327 (defglfun "TexCoord1i" tex-coord-1i :return "void" :args
1328 ((:name |s| :type |CoordI| :direction :in)) :category "VERSION_1_0"
1329 :deprecated "3.1" :version "1.0")
1330 (defglfun "TexCoord1fv" tex-coord-1fv :return "void" :args
1331 ((:name |v| :type |CoordF| :direction :in :array t :size #x1)) :category
1332 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1333 (defglfun "TexCoord1f" tex-coord-1f :return "void" :args
1334 ((:name |s| :type |CoordF| :direction :in)) :category "VERSION_1_0"
1335 :deprecated "3.1" :version "1.0")
1336 (defglfun "TexCoord1dv" tex-coord-1dv :return "void" :args
1337 ((:name |v| :type |CoordD| :direction :in :array t :size #x1)) :category
1338 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1339 (defglfun "TexCoord1d" tex-coord-1d :return "void" :args
1340 ((:name |s| :type |CoordD| :direction :in)) :category "VERSION_1_0"
1341 :deprecated "3.1" :version "1.0")
1342 (defglfun "Rectsv" rect-sv :return "void" :args
1343 ((:name |v1| :type |CoordS| :direction :in :array t :size #x2)
1344 (:name |v2| :type |CoordS| :direction :in :array t :size #x2))
1345 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1346 (defglfun "Rects" rect-s :return "void" :args
1347 ((:name |x1| :type |CoordS| :direction :in)
1348 (:name |y1| :type |CoordS| :direction :in)
1349 (:name |x2| :type |CoordS| :direction :in)
1350 (:name |y2| :type |CoordS| :direction :in))
1351 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1352 (defglfun "Rectiv" rect-iv :return "void" :args
1353 ((:name |v1| :type |CoordI| :direction :in :array t :size #x2)
1354 (:name |v2| :type |CoordI| :direction :in :array t :size #x2))
1355 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1356 (defglfun "Recti" rect-i :return "void" :args
1357 ((:name |x1| :type |CoordI| :direction :in)
1358 (:name |y1| :type |CoordI| :direction :in)
1359 (:name |x2| :type |CoordI| :direction :in)
1360 (:name |y2| :type |CoordI| :direction :in))
1361 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1362 (defglfun "Rectfv" rect-fv :return "void" :args
1363 ((:name |v1| :type |CoordF| :direction :in :array t :size #x2)
1364 (:name |v2| :type |CoordF| :direction :in :array t :size #x2))
1365 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1366 (defglfun "Rectf" rect-f :return "void" :args
1367 ((:name |x1| :type |CoordF| :direction :in)
1368 (:name |y1| :type |CoordF| :direction :in)
1369 (:name |x2| :type |CoordF| :direction :in)
1370 (:name |y2| :type |CoordF| :direction :in))
1371 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1372 (defglfun "Rectdv" rect-dv :return "void" :args
1373 ((:name |v1| :type |CoordD| :direction :in :array t :size #x2)
1374 (:name |v2| :type |CoordD| :direction :in :array t :size #x2))
1375 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1376 (defglfun "Rectd" rect-d :return "void" :args
1377 ((:name |x1| :type |CoordD| :direction :in)
1378 (:name |y1| :type |CoordD| :direction :in)
1379 (:name |x2| :type |CoordD| :direction :in)
1380 (:name |y2| :type |CoordD| :direction :in))
1381 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1382 (defglfun "RasterPos4sv" raster-pos-4sv :return "void" :args
1383 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
1384 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1385 (defglfun "RasterPos4s" raster-pos-4s :return "void" :args
1386 ((:name |x| :type |CoordS| :direction :in)
1387 (:name |y| :type |CoordS| :direction :in)
1388 (:name |z| :type |CoordS| :direction :in)
1389 (:name |w| :type |CoordS| :direction :in))
1390 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1391 (defglfun "RasterPos4iv" raster-pos-4iv :return "void" :args
1392 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
1393 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1394 (defglfun "RasterPos4i" raster-pos-4i :return "void" :args
1395 ((:name |x| :type |CoordI| :direction :in)
1396 (:name |y| :type |CoordI| :direction :in)
1397 (:name |z| :type |CoordI| :direction :in)
1398 (:name |w| :type |CoordI| :direction :in))
1399 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1400 (defglfun "RasterPos4fv" raster-pos-4fv :return "void" :args
1401 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
1402 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1403 (defglfun "RasterPos4f" raster-pos-4f :return "void" :args
1404 ((:name |x| :type |CoordF| :direction :in)
1405 (:name |y| :type |CoordF| :direction :in)
1406 (:name |z| :type |CoordF| :direction :in)
1407 (:name |w| :type |CoordF| :direction :in))
1408 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1409 (defglfun "RasterPos4dv" raster-pos-4dv :return "void" :args
1410 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
1411 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1412 (defglfun "RasterPos4d" raster-pos-4d :return "void" :args
1413 ((:name |x| :type |CoordD| :direction :in)
1414 (:name |y| :type |CoordD| :direction :in)
1415 (:name |z| :type |CoordD| :direction :in)
1416 (:name |w| :type |CoordD| :direction :in))
1417 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1418 (defglfun "RasterPos3sv" raster-pos-3sv :return "void" :args
1419 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
1420 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1421 (defglfun "RasterPos3s" raster-pos-3s :return "void" :args
1422 ((:name |x| :type |CoordS| :direction :in)
1423 (:name |y| :type |CoordS| :direction :in)
1424 (:name |z| :type |CoordS| :direction :in))
1425 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1426 (defglfun "RasterPos3iv" raster-pos-3iv :return "void" :args
1427 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
1428 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1429 (defglfun "RasterPos3i" raster-pos-3i :return "void" :args
1430 ((:name |x| :type |CoordI| :direction :in)
1431 (:name |y| :type |CoordI| :direction :in)
1432 (:name |z| :type |CoordI| :direction :in))
1433 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1434 (defglfun "RasterPos3fv" raster-pos-3fv :return "void" :args
1435 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
1436 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1437 (defglfun "RasterPos3f" raster-pos-3f :return "void" :args
1438 ((:name |x| :type |CoordF| :direction :in)
1439 (:name |y| :type |CoordF| :direction :in)
1440 (:name |z| :type |CoordF| :direction :in))
1441 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1442 (defglfun "RasterPos3dv" raster-pos-3dv :return "void" :args
1443 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
1444 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1445 (defglfun "RasterPos3d" raster-pos-3d :return "void" :args
1446 ((:name |x| :type |CoordD| :direction :in)
1447 (:name |y| :type |CoordD| :direction :in)
1448 (:name |z| :type |CoordD| :direction :in))
1449 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1450 (defglfun "RasterPos2sv" raster-pos-2sv :return "void" :args
1451 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
1452 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1453 (defglfun "RasterPos2s" raster-pos-2s :return "void" :args
1454 ((:name |x| :type |CoordS| :direction :in)
1455 (:name |y| :type |CoordS| :direction :in))
1456 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1457 (defglfun "RasterPos2iv" raster-pos-2iv :return "void" :args
1458 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
1459 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1460 (defglfun "RasterPos2i" raster-pos-2i :return "void" :args
1461 ((:name |x| :type |CoordI| :direction :in)
1462 (:name |y| :type |CoordI| :direction :in))
1463 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1464 (defglfun "RasterPos2fv" raster-pos-2fv :return "void" :args
1465 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
1466 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1467 (defglfun "RasterPos2f" raster-pos-2f :return "void" :args
1468 ((:name |x| :type |CoordF| :direction :in)
1469 (:name |y| :type |CoordF| :direction :in))
1470 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1471 (defglfun "RasterPos2dv" raster-pos-2dv :return "void" :args
1472 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
1473 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1474 (defglfun "RasterPos2d" raster-pos-2d :return "void" :args
1475 ((:name |x| :type |CoordD| :direction :in)
1476 (:name |y| :type |CoordD| :direction :in))
1477 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1478 (defglfun "Normal3sv" normal-3sv :return "void" :args
1479 ((:name |v| :type |Int16| :direction :in :array t :size #x3)) :category
1480 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1481 (defglfun "Normal3s" normal-3s :return "void" :args
1482 ((:name |nx| :type |Int16| :direction :in)
1483 (:name |ny| :type |Int16| :direction :in)
1484 (:name |nz| :type |Int16| :direction :in))
1485 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1486 (defglfun "Normal3iv" normal-3iv :return "void" :args
1487 ((:name |v| :type |Int32| :direction :in :array t :size #x3)) :category
1488 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1489 (defglfun "Normal3i" normal-3i :return "void" :args
1490 ((:name |nx| :type |Int32| :direction :in)
1491 (:name |ny| :type |Int32| :direction :in)
1492 (:name |nz| :type |Int32| :direction :in))
1493 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1494 (defglfun "Normal3fv" normal-3fv :return "void" :args
1495 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
1496 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1497 (defglfun "Normal3f" normal-3f :return "void" :args
1498 ((:name |nx| :type |CoordF| :direction :in)
1499 (:name |ny| :type |CoordF| :direction :in)
1500 (:name |nz| :type |CoordF| :direction :in))
1501 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1502 (defglfun "Normal3dv" normal-3dv :return "void" :args
1503 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
1504 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1505 (defglfun "Normal3d" normal-3d :return "void" :args
1506 ((:name |nx| :type |CoordD| :direction :in)
1507 (:name |ny| :type |CoordD| :direction :in)
1508 (:name |nz| :type |CoordD| :direction :in))
1509 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1510 (defglfun "Normal3bv" normal-3bv :return "void" :args
1511 ((:name |v| :type |Int8| :direction :in :array t :size #x3)) :category
1512 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1513 (defglfun "Normal3b" normal-3b :return "void" :args
1514 ((:name |nx| :type |Int8| :direction :in)
1515 (:name |ny| :type |Int8| :direction :in)
1516 (:name |nz| :type |Int8| :direction :in))
1517 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1518 (defglfun "Indexsv" index-sv :return "void" :args
1519 ((:name |c| :type |ColorIndexValueS| :direction :in :array t :size #x1))
1520 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1521 (defglfun "Indexs" index-s :return "void" :args
1522 ((:name |c| :type |ColorIndexValueS| :direction :in)) :category "VERSION_1_0"
1523 :deprecated "3.1" :version "1.0")
1524 (defglfun "Indexiv" index-iv :return "void" :args
1525 ((:name |c| :type |ColorIndexValueI| :direction :in :array t :size #x1))
1526 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1527 (defglfun "Indexi" index-i :return "void" :args
1528 ((:name |c| :type |ColorIndexValueI| :direction :in)) :category "VERSION_1_0"
1529 :deprecated "3.1" :version "1.0")
1530 (defglfun "Indexfv" index-fv :return "void" :args
1531 ((:name |c| :type |ColorIndexValueF| :direction :in :array t :size #x1))
1532 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1533 (defglfun "Indexf" index-f :return "void" :args
1534 ((:name |c| :type |ColorIndexValueF| :direction :in)) :category "VERSION_1_0"
1535 :deprecated "3.1" :version "1.0")
1536 (defglfun "Indexdv" index-dv :return "void" :args
1537 ((:name |c| :type |ColorIndexValueD| :direction :in :array t :size #x1))
1538 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1539 (defglfun "Indexd" index-d :return "void" :args
1540 ((:name |c| :type |ColorIndexValueD| :direction :in)) :category "VERSION_1_0"
1541 :deprecated "3.1" :version "1.0")
1542 (defglfun "End" end :return "void" :args nil :category "VERSION_1_0"
1543 :deprecated "3.1" :version "1.0")
1544 (defglfun "EdgeFlagv" edge-flagv :return "void" :args
1545 ((:name |flag| :type |Boolean| :direction :in :array t :size #x1)) :category
1546 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1547 (defglfun "EdgeFlag" edge-flag :return "void" :args
1548 ((:name |flag| :type |Boolean| :direction :in)) :category "VERSION_1_0"
1549 :deprecated "3.1" :version "1.0")
1550 (defglfun "Color4usv" color-4usv :return "void" :args
1551 ((:name |v| :type |ColorUS| :direction :in :array t :size #x4)) :category
1552 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1553 (defglfun "Color4us" color-4us :return "void" :args
1554 ((:name |red| :type |ColorUS| :direction :in)
1555 (:name |green| :type |ColorUS| :direction :in)
1556 (:name |blue| :type |ColorUS| :direction :in)
1557 (:name |alpha| :type |ColorUS| :direction :in))
1558 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1559 (defglfun "Color4uiv" color-4uiv :return "void" :args
1560 ((:name |v| :type |ColorUI| :direction :in :array t :size #x4)) :category
1561 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1562 (defglfun "Color4ui" color-4ui :return "void" :args
1563 ((:name |red| :type |ColorUI| :direction :in)
1564 (:name |green| :type |ColorUI| :direction :in)
1565 (:name |blue| :type |ColorUI| :direction :in)
1566 (:name |alpha| :type |ColorUI| :direction :in))
1567 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1568 (defglfun "Color4ubv" color-4ubv :return "void" :args
1569 ((:name |v| :type |ColorUB| :direction :in :array t :size #x4)) :category
1570 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1571 (defglfun "Color4ub" color-4ub :return "void" :args
1572 ((:name |red| :type |ColorUB| :direction :in)
1573 (:name |green| :type |ColorUB| :direction :in)
1574 (:name |blue| :type |ColorUB| :direction :in)
1575 (:name |alpha| :type |ColorUB| :direction :in))
1576 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1577 (defglfun "Color4sv" color-4sv :return "void" :args
1578 ((:name |v| :type |ColorS| :direction :in :array t :size #x4)) :category
1579 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1580 (defglfun "Color4s" color-4s :return "void" :args
1581 ((:name |red| :type |ColorS| :direction :in)
1582 (:name |green| :type |ColorS| :direction :in)
1583 (:name |blue| :type |ColorS| :direction :in)
1584 (:name |alpha| :type |ColorS| :direction :in))
1585 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1586 (defglfun "Color4iv" color-4iv :return "void" :args
1587 ((:name |v| :type |ColorI| :direction :in :array t :size #x4)) :category
1588 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1589 (defglfun "Color4i" color-4i :return "void" :args
1590 ((:name |red| :type |ColorI| :direction :in)
1591 (:name |green| :type |ColorI| :direction :in)
1592 (:name |blue| :type |ColorI| :direction :in)
1593 (:name |alpha| :type |ColorI| :direction :in))
1594 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1595 (defglfun "Color4fv" color-4fv :return "void" :args
1596 ((:name |v| :type |ColorF| :direction :in :array t :size #x4)) :category
1597 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1598 (defglfun "Color4f" color-4f :return "void" :args
1599 ((:name |red| :type |ColorF| :direction :in)
1600 (:name |green| :type |ColorF| :direction :in)
1601 (:name |blue| :type |ColorF| :direction :in)
1602 (:name |alpha| :type |ColorF| :direction :in))
1603 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1604 (defglfun "Color4dv" color-4dv :return "void" :args
1605 ((:name |v| :type |ColorD| :direction :in :array t :size #x4)) :category
1606 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1607 (defglfun "Color4d" color-4d :return "void" :args
1608 ((:name |red| :type |ColorD| :direction :in)
1609 (:name |green| :type |ColorD| :direction :in)
1610 (:name |blue| :type |ColorD| :direction :in)
1611 (:name |alpha| :type |ColorD| :direction :in))
1612 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1613 (defglfun "Color4bv" color-4bv :return "void" :args
1614 ((:name |v| :type |ColorB| :direction :in :array t :size #x4)) :category
1615 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1616 (defglfun "Color4b" color-4b :return "void" :args
1617 ((:name |red| :type |ColorB| :direction :in)
1618 (:name |green| :type |ColorB| :direction :in)
1619 (:name |blue| :type |ColorB| :direction :in)
1620 (:name |alpha| :type |ColorB| :direction :in))
1621 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1622 (defglfun "Color3usv" color-3usv :return "void" :args
1623 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :category
1624 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1625 (defglfun "Color3us" color-3us :return "void" :args
1626 ((:name |red| :type |ColorUS| :direction :in)
1627 (:name |green| :type |ColorUS| :direction :in)
1628 (:name |blue| :type |ColorUS| :direction :in))
1629 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1630 (defglfun "Color3uiv" color-3uiv :return "void" :args
1631 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :category
1632 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1633 (defglfun "Color3ui" color-3ui :return "void" :args
1634 ((:name |red| :type |ColorUI| :direction :in)
1635 (:name |green| :type |ColorUI| :direction :in)
1636 (:name |blue| :type |ColorUI| :direction :in))
1637 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1638 (defglfun "Color3ubv" color-3ubv :return "void" :args
1639 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :category
1640 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1641 (defglfun "Color3ub" color-3ub :return "void" :args
1642 ((:name |red| :type |ColorUB| :direction :in)
1643 (:name |green| :type |ColorUB| :direction :in)
1644 (:name |blue| :type |ColorUB| :direction :in))
1645 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1646 (defglfun "Color3sv" color-3sv :return "void" :args
1647 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
1648 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1649 (defglfun "Color3s" color-3s :return "void" :args
1650 ((:name |red| :type |ColorS| :direction :in)
1651 (:name |green| :type |ColorS| :direction :in)
1652 (:name |blue| :type |ColorS| :direction :in))
1653 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1654 (defglfun "Color3iv" color-3iv :return "void" :args
1655 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
1656 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1657 (defglfun "Color3i" color-3i :return "void" :args
1658 ((:name |red| :type |ColorI| :direction :in)
1659 (:name |green| :type |ColorI| :direction :in)
1660 (:name |blue| :type |ColorI| :direction :in))
1661 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1662 (defglfun "Color3fv" color-3fv :return "void" :args
1663 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
1664 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1665 (defglfun "Color3f" color-3f :return "void" :args
1666 ((:name |red| :type |ColorF| :direction :in)
1667 (:name |green| :type |ColorF| :direction :in)
1668 (:name |blue| :type |ColorF| :direction :in))
1669 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1670 (defglfun "Color3dv" color-3dv :return "void" :args
1671 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
1672 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1673 (defglfun "Color3d" color-3d :return "void" :args
1674 ((:name |red| :type |ColorD| :direction :in)
1675 (:name |green| :type |ColorD| :direction :in)
1676 (:name |blue| :type |ColorD| :direction :in))
1677 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1678 (defglfun "Color3bv" color-3bv :return "void" :args
1679 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
1680 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1681 (defglfun "Color3b" color-3b :return "void" :args
1682 ((:name |red| :type |ColorB| :direction :in)
1683 (:name |green| :type |ColorB| :direction :in)
1684 (:name |blue| :type |ColorB| :direction :in))
1685 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1686 (defglfun "Bitmap" bitmap :return "void" :args
1687 ((:name |width| :type |SizeI| :direction :in)
1688 (:name |height| :type |SizeI| :direction :in)
1689 (:name |xorig| :type |CoordF| :direction :in)
1690 (:name |yorig| :type |CoordF| :direction :in)
1691 (:name |xmove| :type |CoordF| :direction :in)
1692 (:name |ymove| :type |CoordF| :direction :in)
1693 (:name |bitmap| :type |UInt8| :direction :in :array t :size
1694 (|width| |height|)))
1695 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1696 (defglfun "Begin" begin :return "void" :args
1697 ((:name |mode| :type |BeginMode| :direction :in)) :category "VERSION_1_0"
1698 :deprecated "3.1" :version "1.0")
1699 (defglfun "ListBase" list-base :return "void" :args
1700 ((:name |base| :type |List| :direction :in)) :category "VERSION_1_0"
1701 :deprecated "3.1" :version "1.0")
1702 (defglfun "GenLists" gen-lists :return "List" :args
1703 ((:name |range| :type |SizeI| :direction :in)) :category "VERSION_1_0"
1704 :deprecated "3.1" :version "1.0")
1705 (defglfun "DeleteLists" delete-lists :return "void" :args
1706 ((:name |list| :type |List| :direction :in)
1707 (:name |range| :type |SizeI| :direction :in))
1708 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1709 (defglfun "CallLists" call-lists :return "void" :args
1710 ((:name |n| :type |SizeI| :direction :in)
1711 (:name |type| :type |ListNameType| :direction :in)
1712 (:name |lists| :type |Void| :direction :in :array t :size (|n| |type|)))
1713 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1714 (defglfun "CallList" call-list :return "void" :args
1715 ((:name |list| :type |List| :direction :in)) :category "VERSION_1_0"
1716 :deprecated "3.1" :version "1.0")
1717 (defglfun "EndList" end-list :return "void" :args nil :category "VERSION_1_0"
1718 :deprecated "3.1" :version "1.0")
1719 (defglfun "NewList" new-list :return "void" :args
1720 ((:name |list| :type |List| :direction :in)
1721 (:name |mode| :type |ListMode| :direction :in))
1722 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1723 (defglfun "Viewport" viewport :return "void" :args
1724 ((:name |x| :type |WinCoord| :direction :in)
1725 (:name |y| :type |WinCoord| :direction :in)
1726 (:name |width| :type |SizeI| :direction :in)
1727 (:name |height| :type |SizeI| :direction :in))
1728 :category "VERSION_1_0" :deprecated nil :version "1.0")
1729 (defglfun "DepthRange" depth-range :return "void" :args
1730 ((:name |near| :type |ClampedFloat64| :direction :in)
1731 (:name |far| :type |ClampedFloat64| :direction :in))
1732 :category "VERSION_1_0" :deprecated nil :version "1.0")
1733 (defglfun "IsEnabled" is-enabled :return "Boolean" :args
1734 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1735 :deprecated nil :version "1.0")
1736 (defglfun "GetTexLevelParameteriv" get-tex-level-parameter-iv :return "void"
1737 :args
1738 ((:name |target| :type |TextureTarget| :direction :in)
1739 (:name |level| :type |CheckedInt32| :direction :in)
1740 (:name |pname| :type |GetTextureParameter| :direction :in)
1741 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1742 :category "VERSION_1_0" :deprecated nil :version "1.0")
1743 (defglfun "GetTexLevelParameterfv" get-tex-level-parameter-fv :return "void"
1744 :args
1745 ((:name |target| :type |TextureTarget| :direction :in)
1746 (:name |level| :type |CheckedInt32| :direction :in)
1747 (:name |pname| :type |GetTextureParameter| :direction :in)
1748 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1749 :category "VERSION_1_0" :deprecated nil :version "1.0")
1750 (defglfun "GetTexParameteriv" get-tex-parameter-iv :return "void" :args
1751 ((:name |target| :type |TextureTarget| :direction :in)
1752 (:name |pname| :type |GetTextureParameter| :direction :in)
1753 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1754 :category "VERSION_1_0" :deprecated nil :version "1.0")
1755 (defglfun "GetTexParameterfv" get-tex-parameter-fv :return "void" :args
1756 ((:name |target| :type |TextureTarget| :direction :in)
1757 (:name |pname| :type |GetTextureParameter| :direction :in)
1758 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1759 :category "VERSION_1_0" :deprecated nil :version "1.0")
1760 (defglfun "GetTexImage" get-tex-image :return "void" :args
1761 ((:name |target| :type |TextureTarget| :direction :in)
1762 (:name |level| :type |CheckedInt32| :direction :in)
1763 (:name |format| :type |PixelFormat| :direction :in)
1764 (:name |type| :type |PixelType| :direction :in)
1765 (:name |pixels| :type |Void| :direction :out :array t :size
1766 (|target| |level| |format| |type|)))
1767 :category "VERSION_1_0" :deprecated nil :version "1.0")
1768 (defglfun "GetString" get-string :return "String" :args
1769 ((:name |name| :type |StringName| :direction :in)) :category "VERSION_1_0"
1770 :deprecated nil :version "1.0")
1771 (defglfun "GetIntegerv" get-integerv :return "void" :args
1772 ((:name |pname| :type |GetPName| :direction :in)
1773 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1774 :category "VERSION_1_0" :deprecated nil :version "1.0")
1775 (defglfun "GetFloatv" get-floatv :return "void" :args
1776 ((:name |pname| :type |GetPName| :direction :in)
1777 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1778 :category "VERSION_1_0" :deprecated nil :version "1.0")
1779 (defglfun "GetError" get-error :return "ErrorCode" :args nil :category
1780 "VERSION_1_0" :deprecated nil :version "1.0")
1781 (defglfun "GetDoublev" get-doublev :return "void" :args
1782 ((:name |pname| :type |GetPName| :direction :in)
1783 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
1784 :category "VERSION_1_0" :deprecated nil :version "1.0")
1785 (defglfun "GetBooleanv" get-booleanv :return "void" :args
1786 ((:name |pname| :type |GetPName| :direction :in)
1787 (:name |params| :type |Boolean| :direction :out :array t :size (|pname|)))
1788 :category "VERSION_1_0" :deprecated nil :version "1.0")
1789 (defglfun "ReadPixels" read-pixels :return "void" :args
1790 ((:name |x| :type |WinCoord| :direction :in)
1791 (:name |y| :type |WinCoord| :direction :in)
1792 (:name |width| :type |SizeI| :direction :in)
1793 (:name |height| :type |SizeI| :direction :in)
1794 (:name |format| :type |PixelFormat| :direction :in)
1795 (:name |type| :type |PixelType| :direction :in)
1796 (:name |pixels| :type |Void| :direction :out :array t :size
1797 (|format| |type| |width| |height|)))
1798 :category "VERSION_1_0" :deprecated nil :version "1.0")
1799 (defglfun "ReadBuffer" read-buffer :return "void" :args
1800 ((:name |mode| :type |ReadBufferMode| :direction :in)) :category "VERSION_1_0"
1801 :deprecated nil :version "1.0")
1802 (defglfun "PixelStorei" pixel-store-i :return "void" :args
1803 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1804 (:name |param| :type |CheckedInt32| :direction :in))
1805 :category "VERSION_1_0" :deprecated nil :version "1.0")
1806 (defglfun "PixelStoref" pixel-store-f :return "void" :args
1807 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1808 (:name |param| :type |CheckedFloat32| :direction :in))
1809 :category "VERSION_1_0" :deprecated nil :version "1.0")
1810 (defglfun "DepthFunc" depth-func :return "void" :args
1811 ((:name |func| :type |DepthFunction| :direction :in)) :category "VERSION_1_0"
1812 :deprecated nil :version "1.0")
1813 (defglfun "StencilOp" stencil-op :return "void" :args
1814 ((:name |fail| :type |StencilOp| :direction :in)
1815 (:name |zfail| :type |StencilOp| :direction :in)
1816 (:name |zpass| :type |StencilOp| :direction :in))
1817 :category "VERSION_1_0" :deprecated nil :version "1.0")
1818 (defglfun "StencilFunc" stencil-func :return "void" :args
1819 ((:name |func| :type |StencilFunction| :direction :in)
1820 (:name |ref| :type |ClampedStencilValue| :direction :in)
1821 (:name |mask| :type |MaskedStencilValue| :direction :in))
1822 :category "VERSION_1_0" :deprecated nil :version "1.0")
1823 (defglfun "LogicOp" logic-op :return "void" :args
1824 ((:name |opcode| :type |LogicOp| :direction :in)) :category "VERSION_1_0"
1825 :deprecated nil :version "1.0")
1826 (defglfun "BlendFunc" blend-func :return "void" :args
1827 ((:name |sfactor| :type |BlendingFactorSrc| :direction :in)
1828 (:name |dfactor| :type |BlendingFactorDest| :direction :in))
1829 :category "VERSION_1_0" :deprecated nil :version "1.0")
1830 (defglfun "Flush" flush :return "void" :args nil :category "VERSION_1_0"
1831 :deprecated nil :version "1.0")
1832 (defglfun "Finish" finish :return "void" :args nil :category "VERSION_1_0"
1833 :deprecated nil :version "1.0")
1834 (defglfun "Enable" enable :return "void" :args
1835 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1836 :deprecated nil :version "1.0")
1837 (defglfun "Disable" disable :return "void" :args
1838 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1839 :deprecated nil :version "1.0")
1840 (defglfun "DepthMask" depth-mask :return "void" :args
1841 ((:name |flag| :type |Boolean| :direction :in)) :category "VERSION_1_0"
1842 :deprecated nil :version "1.0")
1843 (defglfun "ColorMask" color-mask :return "void" :args
1844 ((:name |red| :type |Boolean| :direction :in)
1845 (:name |green| :type |Boolean| :direction :in)
1846 (:name |blue| :type |Boolean| :direction :in)
1847 (:name |alpha| :type |Boolean| :direction :in))
1848 :category "VERSION_1_0" :deprecated nil :version "1.0")
1849 (defglfun "StencilMask" stencil-mask :return "void" :args
1850 ((:name |mask| :type |MaskedStencilValue| :direction :in)) :category
1851 "VERSION_1_0" :deprecated nil :version "1.0")
1852 (defglfun "ClearDepth" clear-depth :return "void" :args
1853 ((:name |depth| :type |ClampedFloat64| :direction :in)) :category
1854 "VERSION_1_0" :deprecated nil :version "1.0")
1855 (defglfun "ClearStencil" clear-stencil :return "void" :args
1856 ((:name |s| :type |StencilValue| :direction :in)) :category "VERSION_1_0"
1857 :deprecated nil :version "1.0")
1858 (defglfun "ClearColor" clear-color :return "void" :args
1859 ((:name |red| :type |ClampedColorF| :direction :in)
1860 (:name |green| :type |ClampedColorF| :direction :in)
1861 (:name |blue| :type |ClampedColorF| :direction :in)
1862 (:name |alpha| :type |ClampedColorF| :direction :in))
1863 :category "VERSION_1_0" :deprecated nil :version "1.0")
1864 (defglfun "Clear" clear :return "void" :args
1865 ((:name |mask| :type |ClearBufferMask| :direction :in)) :category
1866 "VERSION_1_0" :deprecated nil :version "1.0")
1867 (defglfun "DrawBuffer" draw-buffer :return "void" :args
1868 ((:name |mode| :type |DrawBufferMode| :direction :in)) :category "VERSION_1_0"
1869 :deprecated nil :version "1.0")
1870 (defglfun "TexImage2D" tex-image-2d :return "void" :args
1871 ((:name |target| :type |TextureTarget| :direction :in)
1872 (:name |level| :type |CheckedInt32| :direction :in)
1873 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1874 (:name |width| :type |SizeI| :direction :in)
1875 (:name |height| :type |SizeI| :direction :in)
1876 (:name |border| :type |CheckedInt32| :direction :in)
1877 (:name |format| :type |PixelFormat| :direction :in)
1878 (:name |type| :type |PixelType| :direction :in)
1879 (:name |pixels| :type |Void| :direction :in :array t :size
1880 (|format| |type| |width| |height|)))
1881 :category "VERSION_1_0" :deprecated nil :version "1.0")
1882 (defglfun "TexImage1D" tex-image-1d :return "void" :args
1883 ((:name |target| :type |TextureTarget| :direction :in)
1884 (:name |level| :type |CheckedInt32| :direction :in)
1885 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1886 (:name |width| :type |SizeI| :direction :in)
1887 (:name |border| :type |CheckedInt32| :direction :in)
1888 (:name |format| :type |PixelFormat| :direction :in)
1889 (:name |type| :type |PixelType| :direction :in)
1890 (:name |pixels| :type |Void| :direction :in :array t :size
1891 (|format| |type| |width|)))
1892 :category "VERSION_1_0" :deprecated nil :version "1.0")
1893 (defglfun "TexParameteriv" tex-parameter-iv :return "void" :args
1894 ((:name |target| :type |TextureTarget| :direction :in)
1895 (:name |pname| :type |TextureParameterName| :direction :in)
1896 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1897 (|pname|)))
1898 :category "VERSION_1_0" :deprecated nil :version "1.0")
1899 (defglfun "TexParameteri" tex-parameter-i :return "void" :args
1900 ((:name |target| :type |TextureTarget| :direction :in)
1901 (:name |pname| :type |TextureParameterName| :direction :in)
1902 (:name |param| :type |CheckedInt32| :direction :in))
1903 :category "VERSION_1_0" :deprecated nil :version "1.0")
1904 (defglfun "TexParameterfv" tex-parameter-fv :return "void" :args
1905 ((:name |target| :type |TextureTarget| :direction :in)
1906 (:name |pname| :type |TextureParameterName| :direction :in)
1907 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1908 (|pname|)))
1909 :category "VERSION_1_0" :deprecated nil :version "1.0")
1910 (defglfun "TexParameterf" tex-parameter-f :return "void" :args
1911 ((:name |target| :type |TextureTarget| :direction :in)
1912 (:name |pname| :type |TextureParameterName| :direction :in)
1913 (:name |param| :type |CheckedFloat32| :direction :in))
1914 :category "VERSION_1_0" :deprecated nil :version "1.0")
1915 (defglfun "Scissor" scissor :return "void" :args
1916 ((:name |x| :type |WinCoord| :direction :in)
1917 (:name |y| :type |WinCoord| :direction :in)
1918 (:name |width| :type |SizeI| :direction :in)
1919 (:name |height| :type |SizeI| :direction :in))
1920 :category "VERSION_1_0" :deprecated nil :version "1.0")
1921 (defglfun "PolygonMode" polygon-mode :return "void" :args
1922 ((:name |face| :type |MaterialFace| :direction :in)
1923 (:name |mode| :type |PolygonMode| :direction :in))
1924 :category "VERSION_1_0" :deprecated nil :version "1.0")
1925 (defglfun "PointSize" point-size :return "void" :args
1926 ((:name |size| :type |CheckedFloat32| :direction :in)) :category "VERSION_1_0"
1927 :deprecated nil :version "1.0")
1928 (defglfun "LineWidth" line-width :return "void" :args
1929 ((:name |width| :type |CheckedFloat32| :direction :in)) :category
1930 "VERSION_1_0" :deprecated nil :version "1.0")
1931 (defglfun "Hint" hint :return "void" :args
1932 ((:name |target| :type |HintTarget| :direction :in)
1933 (:name |mode| :type |HintMode| :direction :in))
1934 :category "VERSION_1_0" :deprecated nil :version "1.0")
1935 (defglfun "FrontFace" front-face :return "void" :args
1936 ((:name |mode| :type |FrontFaceDirection| :direction :in)) :category
1937 "VERSION_1_0" :deprecated nil :version "1.0")
1938 (defglfun "CullFace" cull-face :return "void" :args
1939 ((:name |mode| :type |CullFaceMode| :direction :in)) :category "VERSION_1_0"
1940 :deprecated nil :version "1.0")
1941 (defglfun "PushClientAttrib" push-client-attrib :return "void" :args
1942 ((:name |mask| :type |ClientAttribMask| :direction :in)) :category
1943 "VERSION_1_1" :deprecated "3.1" :version "1.1")
1944 (defglfun "PopClientAttrib" pop-client-attrib :return "void" :args nil
1945 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1946 (defglfun "Indexubv" index-ubv :return "void" :args
1947 ((:name |c| :type |ColorIndexValueUB| :direction :in :array t :size #x1))
1948 :category "VERSION_1_1" :deprecated nil :version "1.1")
1949 (defglfun "Indexub" index-ub :return "void" :args
1950 ((:name |c| :type |ColorIndexValueUB| :direction :in)) :category "VERSION_1_1"
1951 :deprecated nil :version "1.1")
1952 (defglfun "PrioritizeTextures" prioritize-textures :return "void" :args
1953 ((:name |n| :type |SizeI| :direction :in)
1954 (:name |textures| :type |Texture| :direction :in :array t :size n)
1955 (:name |priorities| :type |ClampedFloat32| :direction :in :array t :size n))
1956 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1957 (defglfun "AreTexturesResident" are-textures-resident :return "Boolean" :args
1958 ((:name |n| :type |SizeI| :direction :in)
1959 (:name |textures| :type |Texture| :direction :in :array t :size n)
1960 (:name |residences| :type |Boolean| :direction :out :array t :size n))
1961 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1962 (defglfun "VertexPointer" vertex-pointer :return "void" :args
1963 ((:name |size| :type |Int32| :direction :in)
1964 (:name |type| :type |VertexPointerType| :direction :in)
1965 (:name |stride| :type |SizeI| :direction :in)
1966 (:name |pointer| :type |Void| :direction :in :array t :size
1967 (|size| |type| |stride|) :retained t))
1968 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1969 (defglfun "TexCoordPointer" tex-coord-pointer :return "void" :args
1970 ((:name |size| :type |Int32| :direction :in)
1971 (:name |type| :type |TexCoordPointerType| :direction :in)
1972 (:name |stride| :type |SizeI| :direction :in)
1973 (:name |pointer| :type |Void| :direction :in :array t :size
1974 (|size| |type| |stride|) :retained t))
1975 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1976 (defglfun "NormalPointer" normal-pointer :return "void" :args
1977 ((:name |type| :type |NormalPointerType| :direction :in)
1978 (:name |stride| :type |SizeI| :direction :in)
1979 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
1980 :retained t))
1981 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1982 (defglfun "InterleavedArrays" interleaved-arrays :return "void" :args
1983 ((:name |format| :type |InterleavedArrayFormat| :direction :in)
1984 (:name |stride| :type |SizeI| :direction :in)
1985 (:name |pointer| :type |Void| :direction :in :array t :size
1986 (|format| |stride|) :retained t))
1987 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1988 (defglfun "IndexPointer" index-pointer :return "void" :args
1989 ((:name |type| :type |IndexPointerType| :direction :in)
1990 (:name |stride| :type |SizeI| :direction :in)
1991 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
1992 :retained t))
1993 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1994 (defglfun "EnableClientState" enable-client-state :return "void" :args
1995 ((:name |array| :type |EnableCap| :direction :in)) :category "VERSION_1_1"
1996 :deprecated "3.1" :version "1.1")
1997 (defglfun "EdgeFlagPointer" edge-flag-pointer :return "void" :args
1998 ((:name |stride| :type |SizeI| :direction :in)
1999 (:name |pointer| :type |Void| :direction :in :array t :size (|stride|)
2000 :retained t))
2001 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
2002 (defglfun "DisableClientState" disable-client-state :return "void" :args
2003 ((:name |array| :type |EnableCap| :direction :in)) :category "VERSION_1_1"
2004 :deprecated "3.1" :version "1.1")
2005 (defglfun "ColorPointer" color-pointer :return "void" :args
2006 ((:name |size| :type |Int32| :direction :in)
2007 (:name |type| :type |ColorPointerType| :direction :in)
2008 (:name |stride| :type |SizeI| :direction :in)
2009 (:name |pointer| :type |Void| :direction :in :array t :size
2010 (|size| |type| |stride|) :retained t))
2011 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
2012 (defglfun "ArrayElement" array-element :return "void" :args
2013 ((:name |i| :type |Int32| :direction :in)) :category "VERSION_1_1" :deprecated
2014 "3.1" :version "1.1")
2015 (defglfun "IsTexture" is-texture :return "Boolean" :args
2016 ((:name |texture| :type |Texture| :direction :in)) :category "VERSION_1_1"
2017 :deprecated nil :version "1.1")
2018 (defglfun "GenTextures" gen-textures :return "void" :args
2019 ((:name |n| :type |SizeI| :direction :in)
2020 (:name |textures| :type |Texture| :direction :out :array t :size n))
2021 :category "VERSION_1_1" :deprecated nil :version "1.1")
2022 (defglfun "DeleteTextures" delete-textures :return "void" :args
2023 ((:name |n| :type |SizeI| :direction :in)
2024 (:name |textures| :type |Texture| :direction :in :array t :size n))
2025 :category "VERSION_1_1" :deprecated nil :version "1.1")
2026 (defglfun "BindTexture" bind-texture :return "void" :args
2027 ((:name |target| :type |TextureTarget| :direction :in)
2028 (:name |texture| :type |Texture| :direction :in))
2029 :category "VERSION_1_1" :deprecated nil :version "1.1")
2030 (defglfun "TexSubImage2D" tex-sub-image-2d :return "void" :args
2031 ((:name |target| :type |TextureTarget| :direction :in)
2032 (:name |level| :type |CheckedInt32| :direction :in)
2033 (:name |xoffset| :type |CheckedInt32| :direction :in)
2034 (:name |yoffset| :type |CheckedInt32| :direction :in)
2035 (:name |width| :type |SizeI| :direction :in)
2036 (:name |height| :type |SizeI| :direction :in)
2037 (:name |format| :type |PixelFormat| :direction :in)
2038 (:name |type| :type |PixelType| :direction :in)
2039 (:name |pixels| :type |Void| :direction :in :array t :size
2040 (|format| |type| |width| |height|)))
2041 :category "VERSION_1_1" :deprecated nil :version "1.1")
2042 (defglfun "TexSubImage1D" tex-sub-image-1d :return "void" :args
2043 ((:name |target| :type |TextureTarget| :direction :in)
2044 (:name |level| :type |CheckedInt32| :direction :in)
2045 (:name |xoffset| :type |CheckedInt32| :direction :in)
2046 (:name |width| :type |SizeI| :direction :in)
2047 (:name |format| :type |PixelFormat| :direction :in)
2048 (:name |type| :type |PixelType| :direction :in)
2049 (:name |pixels| :type |Void| :direction :in :array t :size
2050 (|format| |type| |width|)))
2051 :category "VERSION_1_1" :deprecated nil :version "1.1")
2052 (defglfun "CopyTexSubImage2D" copy-tex-sub-image-2d :return "void" :args
2053 ((:name |target| :type |TextureTarget| :direction :in)
2054 (:name |level| :type |CheckedInt32| :direction :in)
2055 (:name |xoffset| :type |CheckedInt32| :direction :in)
2056 (:name |yoffset| :type |CheckedInt32| :direction :in)
2057 (:name |x| :type |WinCoord| :direction :in)
2058 (:name |y| :type |WinCoord| :direction :in)
2059 (:name |width| :type |SizeI| :direction :in)
2060 (:name |height| :type |SizeI| :direction :in))
2061 :category "VERSION_1_1" :deprecated nil :version "1.1")
2062 (defglfun "CopyTexSubImage1D" copy-tex-sub-image-1d :return "void" :args
2063 ((:name |target| :type |TextureTarget| :direction :in)
2064 (:name |level| :type |CheckedInt32| :direction :in)
2065 (:name |xoffset| :type |CheckedInt32| :direction :in)
2066 (:name |x| :type |WinCoord| :direction :in)
2067 (:name |y| :type |WinCoord| :direction :in)
2068 (:name |width| :type |SizeI| :direction :in))
2069 :category "VERSION_1_1" :deprecated nil :version "1.1")
2070 (defglfun "CopyTexImage2D" copy-tex-image-2d :return "void" :args
2071 ((:name |target| :type |TextureTarget| :direction :in)
2072 (:name |level| :type |CheckedInt32| :direction :in)
2073 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2074 (:name |x| :type |WinCoord| :direction :in)
2075 (:name |y| :type |WinCoord| :direction :in)
2076 (:name |width| :type |SizeI| :direction :in)
2077 (:name |height| :type |SizeI| :direction :in)
2078 (:name |border| :type |CheckedInt32| :direction :in))
2079 :category "VERSION_1_1" :deprecated nil :version "1.1")
2080 (defglfun "CopyTexImage1D" copy-tex-image-1d :return "void" :args
2081 ((:name |target| :type |TextureTarget| :direction :in)
2082 (:name |level| :type |CheckedInt32| :direction :in)
2083 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2084 (:name |x| :type |WinCoord| :direction :in)
2085 (:name |y| :type |WinCoord| :direction :in)
2086 (:name |width| :type |SizeI| :direction :in)
2087 (:name |border| :type |CheckedInt32| :direction :in))
2088 :category "VERSION_1_1" :deprecated nil :version "1.1")
2089 (defglfun "PolygonOffset" polygon-offset :return "void" :args
2090 ((:name |factor| :type |Float32| :direction :in)
2091 (:name |units| :type |Float32| :direction :in))
2092 :category "VERSION_1_1" :deprecated nil :version "1.1")
2093 (defglfun "GetPointerv" get-pointerv :return "void" :args
2094 ((:name |pname| :type |GetPointervPName| :direction :in)
2095 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
2096 :category "VERSION_1_1" :deprecated nil :version "1.1")
2097 (defglfun "DrawElements" draw-elements :return "void" :args
2098 ((:name |mode| :type |BeginMode| :direction :in)
2099 (:name |count| :type |SizeI| :direction :in)
2100 (:name |type| :type |DrawElementsType| :direction :in)
2101 (:name |indices| :type |Void| :direction :in :array t :size
2102 (|count| |type|)))
2103 :category "VERSION_1_1" :deprecated nil :version "1.1")
2104 (defglfun "DrawArrays" draw-arrays :return "void" :args
2105 ((:name |mode| :type |BeginMode| :direction :in)
2106 (:name |first| :type |Int32| :direction :in)
2107 (:name |count| :type |SizeI| :direction :in))
2108 :category "VERSION_1_1" :deprecated nil :version "1.1")
2109 (defglfun "ResetMinmax" reset-minmax :return "void" :args
2110 ((:name |target| :type |MinmaxTarget| :direction :in)) :category "VERSION_1_2"
2111 :deprecated "3.1" :version "1.2")
2112 (defglfun "ResetHistogram" reset-histogram :return "void" :args
2113 ((:name |target| :type |HistogramTarget| :direction :in)) :category
2114 "VERSION_1_2" :deprecated "3.1" :version "1.2")
2115 (defglfun "Minmax" minmax :return "void" :args
2116 ((:name |target| :type |MinmaxTarget| :direction :in)
2117 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2118 (:name |sink| :type |Boolean| :direction :in))
2119 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2120 (defglfun "Histogram" histogram :return "void" :args
2121 ((:name |target| :type |HistogramTarget| :direction :in)
2122 (:name |width| :type |SizeI| :direction :in)
2123 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2124 (:name |sink| :type |Boolean| :direction :in))
2125 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2126 (defglfun "GetMinmaxParameteriv" get-minmax-parameter-iv :return "void" :args
2127 ((:name |target| :type |MinmaxTarget| :direction :in)
2128 (:name |pname| :type |GetMinmaxParameterPName| :direction :in)
2129 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2130 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2131 (defglfun "GetMinmaxParameterfv" get-minmax-parameter-fv :return "void" :args
2132 ((:name |target| :type |MinmaxTarget| :direction :in)
2133 (:name |pname| :type |GetMinmaxParameterPName| :direction :in)
2134 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
2135 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2136 (defglfun "GetMinmax" get-minmax :return "void" :args
2137 ((:name |target| :type |MinmaxTarget| :direction :in)
2138 (:name |reset| :type |Boolean| :direction :in)
2139 (:name |format| :type |PixelFormat| :direction :in)
2140 (:name |type| :type |PixelType| :direction :in)
2141 (:name |values| :type |Void| :direction :out :array t :size
2142 (|target| |format| |type|)))
2143 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2144 (defglfun "GetHistogramParameteriv" get-histogram-parameter-iv :return "void"
2145 :args
2146 ((:name |target| :type |HistogramTarget| :direction :in)
2147 (:name |pname| :type |GetHistogramParameterPName| :direction :in)
2148 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2149 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2150 (defglfun "GetHistogramParameterfv" get-histogram-parameter-fv :return "void"
2151 :args
2152 ((:name |target| :type |HistogramTarget| :direction :in)
2153 (:name |pname| :type |GetHistogramParameterPName| :direction :in)
2154 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
2155 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2156 (defglfun "GetHistogram" get-histogram :return "void" :args
2157 ((:name |target| :type |HistogramTarget| :direction :in)
2158 (:name |reset| :type |Boolean| :direction :in)
2159 (:name |format| :type |PixelFormat| :direction :in)
2160 (:name |type| :type |PixelType| :direction :in)
2161 (:name |values| :type |Void| :direction :out :array t :size
2162 (|target| |format| |type|)))
2163 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2164 (defglfun "SeparableFilter2D" separable-filter-2d :return "void" :args
2165 ((:name |target| :type |SeparableTarget| :direction :in)
2166 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2167 (:name |width| :type |SizeI| :direction :in)
2168 (:name |height| :type |SizeI| :direction :in)
2169 (:name |format| :type |PixelFormat| :direction :in)
2170 (:name |type| :type |PixelType| :direction :in)
2171 (:name |row| :type |Void| :direction :in :array t :size
2172 (|target| |format| |type| |width|))
2173 (:name |column| :type |Void| :direction :in :array t :size
2174 (|target| |format| |type| |height|)))
2175 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2176 (defglfun "GetSeparableFilter" get-separable-filter :return "void" :args
2177 ((:name |target| :type |SeparableTarget| :direction :in)
2178 (:name |format| :type |PixelFormat| :direction :in)
2179 (:name |type| :type |PixelType| :direction :in)
2180 (:name |row| :type |Void| :direction :out :array t :size
2181 (|target| |format| |type|))
2182 (:name |column| :type |Void| :direction :out :array t :size
2183 (|target| |format| |type|))
2184 (:name |span| :type |Void| :direction :out :array t :size
2185 (|target| |format| |type|)))
2186 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2187 (defglfun "GetConvolutionParameteriv" get-convolution-parameter-iv :return
2188 "void" :args
2189 ((:name |target| :type |ConvolutionTarget| :direction :in)
2190 (:name |pname| :type |GetConvolutionParameterPName| :direction :in)
2191 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2192 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2193 (defglfun "GetConvolutionParameterfv" get-convolution-parameter-fv :return
2194 "void" :args
2195 ((:name |target| :type |ConvolutionTarget| :direction :in)
2196 (:name |pname| :type |GetConvolutionParameterPName| :direction :in)
2197 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
2198 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2199 (defglfun "GetConvolutionFilter" get-convolution-filter :return "void" :args
2200 ((:name |target| :type |ConvolutionTarget| :direction :in)
2201 (:name |format| :type |PixelFormat| :direction :in)
2202 (:name |type| :type |PixelType| :direction :in)
2203 (:name |image| :type |Void| :direction :out :array t :size
2204 (|target| |format| |type|)))
2205 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2206 (defglfun "CopyConvolutionFilter2D" copy-convolution-filter-2d :return "void"
2207 :args
2208 ((:name |target| :type |ConvolutionTarget| :direction :in)
2209 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2210 (:name |x| :type |WinCoord| :direction :in)
2211 (:name |y| :type |WinCoord| :direction :in)
2212 (:name |width| :type |SizeI| :direction :in)
2213 (:name |height| :type |SizeI| :direction :in))
2214 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2215 (defglfun "CopyConvolutionFilter1D" copy-convolution-filter-1d :return "void"
2216 :args
2217 ((:name |target| :type |ConvolutionTarget| :direction :in)
2218 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2219 (:name |x| :type |WinCoord| :direction :in)
2220 (:name |y| :type |WinCoord| :direction :in)
2221 (:name |width| :type |SizeI| :direction :in))
2222 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2223 (defglfun "ConvolutionParameteriv" convolution-parameter-iv :return "void"
2224 :args
2225 ((:name |target| :type |ConvolutionTarget| :direction :in)
2226 (:name |pname| :type |ConvolutionParameter| :direction :in)
2227 (:name |params| :type |CheckedInt32| :direction :in :array t :size
2228 (|pname|)))
2229 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2230 (defglfun "ConvolutionParameteri" convolution-parameter-i :return "void" :args
2231 ((:name |target| :type |ConvolutionTarget| :direction :in)
2232 (:name |pname| :type |ConvolutionParameter| :direction :in)
2233 (:name |params| :type |CheckedInt32| :direction :in))
2234 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2235 (defglfun "ConvolutionParameterfv" convolution-parameter-fv :return "void"
2236 :args
2237 ((:name |target| :type |ConvolutionTarget| :direction :in)
2238 (:name |pname| :type |ConvolutionParameter| :direction :in)
2239 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
2240 (|pname|)))
2241 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2242 (defglfun "ConvolutionParameterf" convolution-parameter-f :return "void" :args
2243 ((:name |target| :type |ConvolutionTarget| :direction :in)
2244 (:name |pname| :type |ConvolutionParameter| :direction :in)
2245 (:name |params| :type |CheckedFloat32| :direction :in))
2246 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2247 (defglfun "ConvolutionFilter2D" convolution-filter-2d :return "void" :args
2248 ((:name |target| :type |ConvolutionTarget| :direction :in)
2249 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2250 (:name |width| :type |SizeI| :direction :in)
2251 (:name |height| :type |SizeI| :direction :in)
2252 (:name |format| :type |PixelFormat| :direction :in)
2253 (:name |type| :type |PixelType| :direction :in)
2254 (:name |image| :type |Void| :direction :in :array t :size
2255 (|format| |type| |width| |height|)))
2256 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2257 (defglfun "ConvolutionFilter1D" convolution-filter-1d :return "void" :args
2258 ((:name |target| :type |ConvolutionTarget| :direction :in)
2259 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2260 (:name |width| :type |SizeI| :direction :in)
2261 (:name |format| :type |PixelFormat| :direction :in)
2262 (:name |type| :type |PixelType| :direction :in)
2263 (:name |image| :type |Void| :direction :in :array t :size
2264 (|format| |type| |width|)))
2265 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2266 (defglfun "CopyColorSubTable" copy-color-sub-table :return "void" :args
2267 ((:name |target| :type |ColorTableTarget| :direction :in)
2268 (:name |start| :type |SizeI| :direction :in)
2269 (:name |x| :type |WinCoord| :direction :in)
2270 (:name |y| :type |WinCoord| :direction :in)
2271 (:name |width| :type |SizeI| :direction :in))
2272 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2273 (defglfun "ColorSubTable" color-sub-table :return "void" :args
2274 ((:name |target| :type |ColorTableTarget| :direction :in)
2275 (:name |start| :type |SizeI| :direction :in)
2276 (:name |count| :type |SizeI| :direction :in)
2277 (:name |format| :type |PixelFormat| :direction :in)
2278 (:name |type| :type |PixelType| :direction :in)
2279 (:name |data| :type |Void| :direction :in :array t :size
2280 (|format| |type| |count|)))
2281 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2282 (defglfun "GetColorTableParameteriv" get-color-table-parameter-iv :return
2283 "void" :args
2284 ((:name |target| :type |ColorTableTarget| :direction :in)
2285 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
2286 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2287 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2288 (defglfun "GetColorTableParameterfv" get-color-table-parameter-fv :return
2289 "void" :args
2290 ((:name |target| :type |ColorTableTarget| :direction :in)
2291 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
2292 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
2293 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2294 (defglfun "GetColorTable" get-color-table :return "void" :args
2295 ((:name |target| :type |ColorTableTarget| :direction :in)
2296 (:name |format| :type |PixelFormat| :direction :in)
2297 (:name |type| :type |PixelType| :direction :in)
2298 (:name |table| :type |Void| :direction :out :array t :size
2299 (|target| |format| |type|)))
2300 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2301 (defglfun "CopyColorTable" copy-color-table :return "void" :args
2302 ((:name |target| :type |ColorTableTarget| :direction :in)
2303 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2304 (:name |x| :type |WinCoord| :direction :in)
2305 (:name |y| :type |WinCoord| :direction :in)
2306 (:name |width| :type |SizeI| :direction :in))
2307 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2308 (defglfun "ColorTableParameteriv" color-table-parameter-iv :return "void" :args
2309 ((:name |target| :type |ColorTableTarget| :direction :in)
2310 (:name |pname| :type |ColorTableParameterPName| :direction :in)
2311 (:name |params| :type |CheckedInt32| :direction :in :array t :size
2312 (|pname|)))
2313 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2314 (defglfun "ColorTableParameterfv" color-table-parameter-fv :return "void" :args
2315 ((:name |target| :type |ColorTableTarget| :direction :in)
2316 (:name |pname| :type |ColorTableParameterPName| :direction :in)
2317 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
2318 (|pname|)))
2319 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2320 (defglfun "ColorTable" color-table :return "void" :args
2321 ((:name |target| :type |ColorTableTarget| :direction :in)
2322 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2323 (:name |width| :type |SizeI| :direction :in)
2324 (:name |format| :type |PixelFormat| :direction :in)
2325 (:name |type| :type |PixelType| :direction :in)
2326 (:name |table| :type |Void| :direction :in :array t :size
2327 (|format| |type| |width|)))
2328 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2329 (defglfun "CopyTexSubImage3D" copy-tex-sub-image-3d :return "void" :args
2330 ((:name |target| :type |TextureTarget| :direction :in)
2331 (:name |level| :type |CheckedInt32| :direction :in)
2332 (:name |xoffset| :type |CheckedInt32| :direction :in)
2333 (:name |yoffset| :type |CheckedInt32| :direction :in)
2334 (:name |zoffset| :type |CheckedInt32| :direction :in)
2335 (:name |x| :type |WinCoord| :direction :in)
2336 (:name |y| :type |WinCoord| :direction :in)
2337 (:name |width| :type |SizeI| :direction :in)
2338 (:name |height| :type |SizeI| :direction :in))
2339 :category "VERSION_1_2" :deprecated nil :version "1.2")
2340 (defglfun "TexSubImage3D" tex-sub-image-3d :return "void" :args
2341 ((:name |target| :type |TextureTarget| :direction :in)
2342 (:name |level| :type |CheckedInt32| :direction :in)
2343 (:name |xoffset| :type |CheckedInt32| :direction :in)
2344 (:name |yoffset| :type |CheckedInt32| :direction :in)
2345 (:name |zoffset| :type |CheckedInt32| :direction :in)
2346 (:name |width| :type |SizeI| :direction :in)
2347 (:name |height| :type |SizeI| :direction :in)
2348 (:name |depth| :type |SizeI| :direction :in)
2349 (:name |format| :type |PixelFormat| :direction :in)
2350 (:name |type| :type |PixelType| :direction :in)
2351 (:name |pixels| :type |Void| :direction :in :array t :size
2352 (|format| |type| |width| |height| |depth|)))
2353 :category "VERSION_1_2" :deprecated nil :version "1.2")
2354 (defglfun "TexImage3D" tex-image-3d :return "void" :args
2355 ((:name |target| :type |TextureTarget| :direction :in)
2356 (:name |level| :type |CheckedInt32| :direction :in)
2357 (:name |internalformat| :type |TextureComponentCount| :direction :in)
2358 (:name |width| :type |SizeI| :direction :in)
2359 (:name |height| :type |SizeI| :direction :in)
2360 (:name |depth| :type |SizeI| :direction :in)
2361 (:name |border| :type |CheckedInt32| :direction :in)
2362 (:name |format| :type |PixelFormat| :direction :in)
2363 (:name |type| :type |PixelType| :direction :in)
2364 (:name |pixels| :type |Void| :direction :in :array t :size
2365 (|format| |type| |width| |height| |depth|)))
2366 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2367 (defglfun "DrawRangeElements" draw-range-elements :return "void" :args
2368 ((:name |mode| :type |BeginMode| :direction :in)
2369 (:name |start| :type |UInt32| :direction :in)
2370 (:name |end| :type |UInt32| :direction :in)
2371 (:name |count| :type |SizeI| :direction :in)
2372 (:name |type| :type |DrawElementsType| :direction :in)
2373 (:name |indices| :type |Void| :direction :in :array t :size
2374 (|count| |type|)))
2375 :category "VERSION_1_2" :deprecated nil :version "1.2")
2376 (defglfun "BlendEquation" blend-equation :return "void" :args
2377 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
2378 "VERSION_1_2" :deprecated nil :version "1.2")
2379 (defglfun "BlendColor" blend-color :return "void" :args
2380 ((:name |red| :type |ClampedColorF| :direction :in)
2381 (:name |green| :type |ClampedColorF| :direction :in)
2382 (:name |blue| :type |ClampedColorF| :direction :in)
2383 (:name |alpha| :type |ClampedColorF| :direction :in))
2384 :category "VERSION_1_2" :deprecated nil :version "1.2")
2385 (defglfun "MultTransposeMatrixd" mult-transpose-matrix-d :return "void" :args
2386 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
2387 "VERSION_1_3" :deprecated "3.1" :version "1.3")
2388 (defglfun "MultTransposeMatrixf" mult-transpose-matrix-f :return "void" :args
2389 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
2390 "VERSION_1_3" :deprecated "3.1" :version "1.3")
2391 (defglfun "LoadTransposeMatrixd" load-transpose-matrix-d :return "void" :args
2392 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
2393 "VERSION_1_3" :deprecated "3.1" :version "1.3")
2394 (defglfun "LoadTransposeMatrixf" load-transpose-matrix-f :return "void" :args
2395 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
2396 "VERSION_1_3" :deprecated "3.1" :version "1.3")
2397 (defglfun "MultiTexCoord4sv" multi-tex-coord-4sv :return "void" :args
2398 ((:name |target| :type |TextureUnit| :direction :in)
2399 (:name |v| :type |CoordS| :direction :in :array t :size #x4))
2400 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2401 (defglfun "MultiTexCoord4s" multi-tex-coord-4s :return "void" :args
2402 ((:name |target| :type |TextureUnit| :direction :in)
2403 (:name |s| :type |CoordS| :direction :in)
2404 (:name |t| :type |CoordS| :direction :in)
2405 (:name |r| :type |CoordS| :direction :in)
2406 (:name |q| :type |CoordS| :direction :in))
2407 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2408 (defglfun "MultiTexCoord4iv" multi-tex-coord-4iv :return "void" :args
2409 ((:name |target| :type |TextureUnit| :direction :in)
2410 (:name |v| :type |CoordI| :direction :in :array t :size #x4))
2411 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2412 (defglfun "MultiTexCoord4i" multi-tex-coord-4i :return "void" :args
2413 ((:name |target| :type |TextureUnit| :direction :in)
2414 (:name |s| :type |CoordI| :direction :in)
2415 (:name |t| :type |CoordI| :direction :in)
2416 (:name |r| :type |CoordI| :direction :in)
2417 (:name |q| :type |CoordI| :direction :in))
2418 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2419 (defglfun "MultiTexCoord4fv" multi-tex-coord-4fv :return "void" :args
2420 ((:name |target| :type |TextureUnit| :direction :in)
2421 (:name |v| :type |CoordF| :direction :in :array t :size #x4))
2422 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2423 (defglfun "MultiTexCoord4f" multi-tex-coord-4f :return "void" :args
2424 ((:name |target| :type |TextureUnit| :direction :in)
2425 (:name |s| :type |CoordF| :direction :in)
2426 (:name |t| :type |CoordF| :direction :in)
2427 (:name |r| :type |CoordF| :direction :in)
2428 (:name |q| :type |CoordF| :direction :in))
2429 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2430 (defglfun "MultiTexCoord4dv" multi-tex-coord-4dv :return "void" :args
2431 ((:name |target| :type |TextureUnit| :direction :in)
2432 (:name |v| :type |CoordD| :direction :in :array t :size #x4))
2433 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2434 (defglfun "MultiTexCoord4d" multi-tex-coord-4d :return "void" :args
2435 ((:name |target| :type |TextureUnit| :direction :in)
2436 (:name |s| :type |CoordD| :direction :in)
2437 (:name |t| :type |CoordD| :direction :in)
2438 (:name |r| :type |CoordD| :direction :in)
2439 (:name |q| :type |CoordD| :direction :in))
2440 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2441 (defglfun "MultiTexCoord3sv" multi-tex-coord-3sv :return "void" :args
2442 ((:name |target| :type |TextureUnit| :direction :in)
2443 (:name |v| :type |CoordS| :direction :in :array t :size #x3))
2444 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2445 (defglfun "MultiTexCoord3s" multi-tex-coord-3s :return "void" :args
2446 ((:name |target| :type |TextureUnit| :direction :in)
2447 (:name |s| :type |CoordS| :direction :in)
2448 (:name |t| :type |CoordS| :direction :in)
2449 (:name |r| :type |CoordS| :direction :in))
2450 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2451 (defglfun "MultiTexCoord3iv" multi-tex-coord-3iv :return "void" :args
2452 ((:name |target| :type |TextureUnit| :direction :in)
2453 (:name |v| :type |CoordI| :direction :in :array t :size #x3))
2454 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2455 (defglfun "MultiTexCoord3i" multi-tex-coord-3i :return "void" :args
2456 ((:name |target| :type |TextureUnit| :direction :in)
2457 (:name |s| :type |CoordI| :direction :in)
2458 (:name |t| :type |CoordI| :direction :in)
2459 (:name |r| :type |CoordI| :direction :in))
2460 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2461 (defglfun "MultiTexCoord3fv" multi-tex-coord-3fv :return "void" :args
2462 ((:name |target| :type |TextureUnit| :direction :in)
2463 (:name |v| :type |CoordF| :direction :in :array t :size #x3))
2464 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2465 (defglfun "MultiTexCoord3f" multi-tex-coord-3f :return "void" :args
2466 ((:name |target| :type |TextureUnit| :direction :in)
2467 (:name |s| :type |CoordF| :direction :in)
2468 (:name |t| :type |CoordF| :direction :in)
2469 (:name |r| :type |CoordF| :direction :in))
2470 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2471 (defglfun "MultiTexCoord3dv" multi-tex-coord-3dv :return "void" :args
2472 ((:name |target| :type |TextureUnit| :direction :in)
2473 (:name |v| :type |CoordD| :direction :in :array t :size #x3))
2474 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2475 (defglfun "MultiTexCoord3d" multi-tex-coord-3d :return "void" :args
2476 ((:name |target| :type |TextureUnit| :direction :in)
2477 (:name |s| :type |CoordD| :direction :in)
2478 (:name |t| :type |CoordD| :direction :in)
2479 (:name |r| :type |CoordD| :direction :in))
2480 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2481 (defglfun "MultiTexCoord2sv" multi-tex-coord-2sv :return "void" :args
2482 ((:name |target| :type |TextureUnit| :direction :in)
2483 (:name |v| :type |CoordS| :direction :in :array t :size #x2))
2484 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2485 (defglfun "MultiTexCoord2s" multi-tex-coord-2s :return "void" :args
2486 ((:name |target| :type |TextureUnit| :direction :in)
2487 (:name |s| :type |CoordS| :direction :in)
2488 (:name |t| :type |CoordS| :direction :in))
2489 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2490 (defglfun "MultiTexCoord2iv" multi-tex-coord-2iv :return "void" :args
2491 ((:name |target| :type |TextureUnit| :direction :in)
2492 (:name |v| :type |CoordI| :direction :in :array t :size #x2))
2493 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2494 (defglfun "MultiTexCoord2i" multi-tex-coord-2i :return "void" :args
2495 ((:name |target| :type |TextureUnit| :direction :in)
2496 (:name |s| :type |CoordI| :direction :in)
2497 (:name |t| :type |CoordI| :direction :in))
2498 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2499 (defglfun "MultiTexCoord2fv" multi-tex-coord-2fv :return "void" :args
2500 ((:name |target| :type |TextureUnit| :direction :in)
2501 (:name |v| :type |CoordF| :direction :in :array t :size #x2))
2502 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2503 (defglfun "MultiTexCoord2f" multi-tex-coord-2f :return "void" :args
2504 ((:name |target| :type |TextureUnit| :direction :in)
2505 (:name |s| :type |CoordF| :direction :in)
2506 (:name |t| :type |CoordF| :direction :in))
2507 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2508 (defglfun "MultiTexCoord2dv" multi-tex-coord-2dv :return "void" :args
2509 ((:name |target| :type |TextureUnit| :direction :in)
2510 (:name |v| :type |CoordD| :direction :in :array t :size #x2))
2511 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2512 (defglfun "MultiTexCoord2d" multi-tex-coord-2d :return "void" :args
2513 ((:name |target| :type |TextureUnit| :direction :in)
2514 (:name |s| :type |CoordD| :direction :in)
2515 (:name |t| :type |CoordD| :direction :in))
2516 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2517 (defglfun "MultiTexCoord1sv" multi-tex-coord-1sv :return "void" :args
2518 ((:name |target| :type |TextureUnit| :direction :in)
2519 (:name |v| :type |CoordS| :direction :in :array t :size #x1))
2520 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2521 (defglfun "MultiTexCoord1s" multi-tex-coord-1s :return "void" :args
2522 ((:name |target| :type |TextureUnit| :direction :in)
2523 (:name |s| :type |CoordS| :direction :in))
2524 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2525 (defglfun "MultiTexCoord1iv" multi-tex-coord-1iv :return "void" :args
2526 ((:name |target| :type |TextureUnit| :direction :in)
2527 (:name |v| :type |CoordI| :direction :in :array t :size #x1))
2528 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2529 (defglfun "MultiTexCoord1i" multi-tex-coord-1i :return "void" :args
2530 ((:name |target| :type |TextureUnit| :direction :in)
2531 (:name |s| :type |CoordI| :direction :in))
2532 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2533 (defglfun "MultiTexCoord1fv" multi-tex-coord-1fv :return "void" :args
2534 ((:name |target| :type |TextureUnit| :direction :in)
2535 (:name |v| :type |CoordF| :direction :in :array t :size #x1))
2536 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2537 (defglfun "MultiTexCoord1f" multi-tex-coord-1f :return "void" :args
2538 ((:name |target| :type |TextureUnit| :direction :in)
2539 (:name |s| :type |CoordF| :direction :in))
2540 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2541 (defglfun "MultiTexCoord1dv" multi-tex-coord-1dv :return "void" :args
2542 ((:name |target| :type |TextureUnit| :direction :in)
2543 (:name |v| :type |CoordD| :direction :in :array t :size #x1))
2544 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2545 (defglfun "MultiTexCoord1d" multi-tex-coord-1d :return "void" :args
2546 ((:name |target| :type |TextureUnit| :direction :in)
2547 (:name |s| :type |CoordD| :direction :in))
2548 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2549 (defglfun "ClientActiveTexture" client-active-texture :return "void" :args
2550 ((:name |texture| :type |TextureUnit| :direction :in)) :category "VERSION_1_3"
2551 :deprecated "3.1" :version "1.3")
2552 (defglfun "GetCompressedTexImage" get-compressed-tex-image :return "void" :args
2553 ((:name |target| :type |TextureTarget| :direction :in)
2554 (:name |level| :type |CheckedInt32| :direction :in)
2555 (:name |img| :type |CompressedTextureARB| :direction :out :array t :size
2556 (|target| |level|)))
2557 :category "VERSION_1_3" :deprecated nil :version "1.3")
2558 (defglfun "CompressedTexSubImage1D" compressed-tex-sub-image-1d :return "void"
2559 :args
2560 ((:name |target| :type |TextureTarget| :direction :in)
2561 (:name |level| :type |CheckedInt32| :direction :in)
2562 (:name |xoffset| :type |CheckedInt32| :direction :in)
2563 (:name |width| :type |SizeI| :direction :in)
2564 (:name |format| :type |PixelFormat| :direction :in)
2565 (:name |imageSize| :type |SizeI| :direction :in)
2566 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2567 imagesize))
2568 :category "VERSION_1_3" :deprecated nil :version "1.3")
2569 (defglfun "CompressedTexSubImage2D" compressed-tex-sub-image-2d :return "void"
2570 :args
2571 ((:name |target| :type |TextureTarget| :direction :in)
2572 (:name |level| :type |CheckedInt32| :direction :in)
2573 (:name |xoffset| :type |CheckedInt32| :direction :in)
2574 (:name |yoffset| :type |CheckedInt32| :direction :in)
2575 (:name |width| :type |SizeI| :direction :in)
2576 (:name |height| :type |SizeI| :direction :in)
2577 (:name |format| :type |PixelFormat| :direction :in)
2578 (:name |imageSize| :type |SizeI| :direction :in)
2579 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2580 imagesize))
2581 :category "VERSION_1_3" :deprecated nil :version "1.3")
2582 (defglfun "CompressedTexSubImage3D" compressed-tex-sub-image-3d :return "void"
2583 :args
2584 ((:name |target| :type |TextureTarget| :direction :in)
2585 (:name |level| :type |CheckedInt32| :direction :in)
2586 (:name |xoffset| :type |CheckedInt32| :direction :in)
2587 (:name |yoffset| :type |CheckedInt32| :direction :in)
2588 (:name |zoffset| :type |CheckedInt32| :direction :in)
2589 (:name |width| :type |SizeI| :direction :in)
2590 (:name |height| :type |SizeI| :direction :in)
2591 (:name |depth| :type |SizeI| :direction :in)
2592 (:name |format| :type |PixelFormat| :direction :in)
2593 (:name |imageSize| :type |SizeI| :direction :in)
2594 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2595 imagesize))
2596 :category "VERSION_1_3" :deprecated nil :version "1.3")
2597 (defglfun "CompressedTexImage1D" compressed-tex-image-1d :return "void" :args
2598 ((:name |target| :type |TextureTarget| :direction :in)
2599 (:name |level| :type |CheckedInt32| :direction :in)
2600 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2601 (:name |width| :type |SizeI| :direction :in)
2602 (:name |border| :type |CheckedInt32| :direction :in)
2603 (:name |imageSize| :type |SizeI| :direction :in)
2604 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2605 imagesize))
2606 :category "VERSION_1_3" :deprecated nil :version "1.3")
2607 (defglfun "CompressedTexImage2D" compressed-tex-image-2d :return "void" :args
2608 ((:name |target| :type |TextureTarget| :direction :in)
2609 (:name |level| :type |CheckedInt32| :direction :in)
2610 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2611 (:name |width| :type |SizeI| :direction :in)
2612 (:name |height| :type |SizeI| :direction :in)
2613 (:name |border| :type |CheckedInt32| :direction :in)
2614 (:name |imageSize| :type |SizeI| :direction :in)
2615 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2616 imagesize))
2617 :category "VERSION_1_3" :deprecated nil :version "1.3")
2618 (defglfun "CompressedTexImage3D" compressed-tex-image-3d :return "void" :args
2619 ((:name |target| :type |TextureTarget| :direction :in)
2620 (:name |level| :type |CheckedInt32| :direction :in)
2621 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2622 (:name |width| :type |SizeI| :direction :in)
2623 (:name |height| :type |SizeI| :direction :in)
2624 (:name |depth| :type |SizeI| :direction :in)
2625 (:name |border| :type |CheckedInt32| :direction :in)
2626 (:name |imageSize| :type |SizeI| :direction :in)
2627 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2628 imagesize))
2629 :category "VERSION_1_3" :deprecated nil :version "1.3")
2630 (defglfun "SampleCoverage" sample-coverage :return "void" :args
2631 ((:name |value| :type |ClampedFloat32| :direction :in)
2632 (:name |invert| :type |Boolean| :direction :in))
2633 :category "VERSION_1_3" :deprecated nil :version "1.3")
2634 (defglfun "ActiveTexture" active-texture :return "void" :args
2635 ((:name |texture| :type |TextureUnit| :direction :in)) :category "VERSION_1_3"
2636 :deprecated nil :version "1.3")
2637 (defglfun "WindowPos3sv" window-pos-3sv :return "void" :args
2638 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
2639 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2640 (defglfun "WindowPos3s" window-pos-3s :return "void" :args
2641 ((:name |x| :type |CoordS| :direction :in)
2642 (:name |y| :type |CoordS| :direction :in)
2643 (:name |z| :type |CoordS| :direction :in))
2644 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2645 (defglfun "WindowPos3iv" window-pos-3iv :return "void" :args
2646 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
2647 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2648 (defglfun "WindowPos3i" window-pos-3i :return "void" :args
2649 ((:name |x| :type |CoordI| :direction :in)
2650 (:name |y| :type |CoordI| :direction :in)
2651 (:name |z| :type |CoordI| :direction :in))
2652 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2653 (defglfun "WindowPos3fv" window-pos-3fv :return "void" :args
2654 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
2655 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2656 (defglfun "WindowPos3f" window-pos-3f :return "void" :args
2657 ((:name |x| :type |CoordF| :direction :in)
2658 (:name |y| :type |CoordF| :direction :in)
2659 (:name |z| :type |CoordF| :direction :in))
2660 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2661 (defglfun "WindowPos3dv" window-pos-3dv :return "void" :args
2662 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
2663 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2664 (defglfun "WindowPos3d" window-pos-3d :return "void" :args
2665 ((:name |x| :type |CoordD| :direction :in)
2666 (:name |y| :type |CoordD| :direction :in)
2667 (:name |z| :type |CoordD| :direction :in))
2668 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2669 (defglfun "WindowPos2sv" window-pos-2sv :return "void" :args
2670 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
2671 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2672 (defglfun "WindowPos2s" window-pos-2s :return "void" :args
2673 ((:name |x| :type |CoordS| :direction :in)
2674 (:name |y| :type |CoordS| :direction :in))
2675 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2676 (defglfun "WindowPos2iv" window-pos-2iv :return "void" :args
2677 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
2678 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2679 (defglfun "WindowPos2i" window-pos-2i :return "void" :args
2680 ((:name |x| :type |CoordI| :direction :in)
2681 (:name |y| :type |CoordI| :direction :in))
2682 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2683 (defglfun "WindowPos2fv" window-pos-2fv :return "void" :args
2684 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
2685 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2686 (defglfun "WindowPos2f" window-pos-2f :return "void" :args
2687 ((:name |x| :type |CoordF| :direction :in)
2688 (:name |y| :type |CoordF| :direction :in))
2689 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2690 (defglfun "WindowPos2dv" window-pos-2dv :return "void" :args
2691 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
2692 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2693 (defglfun "WindowPos2d" window-pos-2d :return "void" :args
2694 ((:name |x| :type |CoordD| :direction :in)
2695 (:name |y| :type |CoordD| :direction :in))
2696 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2697 (defglfun "SecondaryColorPointer" secondary-color-pointer :return "void" :args
2698 ((:name |size| :type |Int32| :direction :in)
2699 (:name |type| :type |ColorPointerType| :direction :in)
2700 (:name |stride| :type |SizeI| :direction :in)
2701 (:name |pointer| :type |Void| :direction :in :array t :size
2702 (|size| |type| |stride|) :retained t))
2703 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2704 (defglfun "SecondaryColor3usv" secondary-color-3usv :return "void" :args
2705 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :category
2706 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2707 (defglfun "SecondaryColor3us" secondary-color-3us :return "void" :args
2708 ((:name |red| :type |ColorUS| :direction :in)
2709 (:name |green| :type |ColorUS| :direction :in)
2710 (:name |blue| :type |ColorUS| :direction :in))
2711 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2712 (defglfun "SecondaryColor3uiv" secondary-color-3uiv :return "void" :args
2713 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :category
2714 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2715 (defglfun "SecondaryColor3ui" secondary-color-3ui :return "void" :args
2716 ((:name |red| :type |ColorUI| :direction :in)
2717 (:name |green| :type |ColorUI| :direction :in)
2718 (:name |blue| :type |ColorUI| :direction :in))
2719 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2720 (defglfun "SecondaryColor3ubv" secondary-color-3ubv :return "void" :args
2721 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :category
2722 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2723 (defglfun "SecondaryColor3ub" secondary-color-3ub :return "void" :args
2724 ((:name |red| :type |ColorUB| :direction :in)
2725 (:name |green| :type |ColorUB| :direction :in)
2726 (:name |blue| :type |ColorUB| :direction :in))
2727 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2728 (defglfun "SecondaryColor3sv" secondary-color-3sv :return "void" :args
2729 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
2730 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2731 (defglfun "SecondaryColor3s" secondary-color-3s :return "void" :args
2732 ((:name |red| :type |ColorS| :direction :in)
2733 (:name |green| :type |ColorS| :direction :in)
2734 (:name |blue| :type |ColorS| :direction :in))
2735 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2736 (defglfun "SecondaryColor3iv" secondary-color-3iv :return "void" :args
2737 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
2738 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2739 (defglfun "SecondaryColor3i" secondary-color-3i :return "void" :args
2740 ((:name |red| :type |ColorI| :direction :in)
2741 (:name |green| :type |ColorI| :direction :in)
2742 (:name |blue| :type |ColorI| :direction :in))
2743 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2744 (defglfun "SecondaryColor3fv" secondary-color-3fv :return "void" :args
2745 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
2746 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2747 (defglfun "SecondaryColor3f" secondary-color-3f :return "void" :args
2748 ((:name |red| :type |ColorF| :direction :in)
2749 (:name |green| :type |ColorF| :direction :in)
2750 (:name |blue| :type |ColorF| :direction :in))
2751 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2752 (defglfun "SecondaryColor3dv" secondary-color-3dv :return "void" :args
2753 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
2754 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2755 (defglfun "SecondaryColor3d" secondary-color-3d :return "void" :args
2756 ((:name |red| :type |ColorD| :direction :in)
2757 (:name |green| :type |ColorD| :direction :in)
2758 (:name |blue| :type |ColorD| :direction :in))
2759 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2760 (defglfun "SecondaryColor3bv" secondary-color-3bv :return "void" :args
2761 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
2762 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2763 (defglfun "SecondaryColor3b" secondary-color-3b :return "void" :args
2764 ((:name |red| :type |ColorB| :direction :in)
2765 (:name |green| :type |ColorB| :direction :in)
2766 (:name |blue| :type |ColorB| :direction :in))
2767 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2768 (defglfun "FogCoordPointer" fog-coord-pointer :return "void" :args
2769 ((:name |type| :type |FogPointerTypeEXT| :direction :in)
2770 (:name |stride| :type |SizeI| :direction :in)
2771 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
2772 :retained t))
2773 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2774 (defglfun "FogCoorddv" fog-coord-dv :return "void" :args
2775 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1)) :category
2776 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2777 (defglfun "FogCoordd" fog-coord-d :return "void" :args
2778 ((:name |coord| :type |CoordD| :direction :in)) :category "VERSION_1_4"
2779 :deprecated "3.1" :version "1.4")
2780 (defglfun "FogCoordfv" fog-coord-fv :return "void" :args
2781 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1)) :category
2782 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2783 (defglfun "FogCoordf" fog-coord-f :return "void" :args
2784 ((:name |coord| :type |CoordF| :direction :in)) :category "VERSION_1_4"
2785 :deprecated "3.1" :version "1.4")
2786 (defglfun "PointParameteriv" point-parameter-iv :return "void" :args
2787 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2788 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
2789 :category "VERSION_1_4" :deprecated nil :version "1.4")
2790 (defglfun "PointParameteri" point-parameter-i :return "void" :args
2791 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2792 (:name |param| :type |Int32| :direction :in))
2793 :category "VERSION_1_4" :deprecated nil :version "1.4")
2794 (defglfun "PointParameterfv" point-parameter-fv :return "void" :args
2795 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2796 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
2797 (|pname|)))
2798 :category "VERSION_1_4" :deprecated nil :version "1.4")
2799 (defglfun "PointParameterf" point-parameter-f :return "void" :args
2800 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2801 (:name |param| :type |CheckedFloat32| :direction :in))
2802 :category "VERSION_1_4" :deprecated nil :version "1.4")
2803 (defglfun "MultiDrawElements" multi-draw-elements :return "void" :args
2804 ((:name |mode| :type |BeginMode| :direction :in)
2805 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
2806 (:name |type| :type |DrawElementsType| :direction :in)
2807 (:name |indices| :type |VoidPointer| :direction :in :array t :size
2808 (|primcount|))
2809 (:name |primcount| :type |SizeI| :direction :in))
2810 :category "VERSION_1_4" :deprecated nil :version "1.4")
2811 (defglfun "MultiDrawArrays" multi-draw-arrays :return "void" :args
2812 ((:name |mode| :type |BeginMode| :direction :in)
2813 (:name |first| :type |Int32| :direction :in :array t :size (|count|))
2814 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
2815 (:name |primcount| :type |SizeI| :direction :in))
2816 :category "VERSION_1_4" :deprecated nil :version "1.4")
2817 (defglfun "BlendFuncSeparate" blend-func-separate :return "void" :args
2818 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
2819 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
2820 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
2821 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in))
2822 :category "VERSION_1_4" :deprecated nil :version "1.4")
2823 (defglfun "GetBufferPointerv" get-buffer-pointerv :return "void" :args
2824 ((:name |target| :type |BufferTargetARB| :direction :in)
2825 (:name |pname| :type |BufferPointerNameARB| :direction :in)
2826 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
2827 :category "VERSION_1_5" :deprecated nil :version "1.5")
2828 (defglfun "GetBufferParameteriv" get-buffer-parameter-iv :return "void" :args
2829 ((:name |target| :type |BufferTargetARB| :direction :in)
2830 (:name |pname| :type |BufferPNameARB| :direction :in)
2831 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2832 :category "VERSION_1_5" :deprecated nil :version "1.5")
2833 (defglfun "UnmapBuffer" unmap-buffer :return "Boolean" :args
2834 ((:name |target| :type |BufferTargetARB| :direction :in)) :category
2835 "VERSION_1_5" :deprecated nil :version "1.5")
2836 (defglfun "MapBuffer" map-buffer :return "VoidPointer" :args
2837 ((:name |target| :type |BufferTargetARB| :direction :in)
2838 (:name |access| :type |BufferAccessARB| :direction :in))
2839 :category "VERSION_1_5" :deprecated nil :version "1.5")
2840 (defglfun "GetBufferSubData" get-buffer-sub-data :return "void" :args
2841 ((:name |target| :type |BufferTargetARB| :direction :in)
2842 (:name |offset| :type |BufferOffset| :direction :in)
2843 (:name |size| :type |BufferSize| :direction :in)
2844 (:name |data| :type |Void| :direction :out :array t :size size))
2845 :category "VERSION_1_5" :deprecated nil :version "1.5")
2846 (defglfun "BufferSubData" buffer-sub-data :return "void" :args
2847 ((:name |target| :type |BufferTargetARB| :direction :in)
2848 (:name |offset| :type |BufferOffset| :direction :in)
2849 (:name |size| :type |BufferSize| :direction :in)
2850 (:name |data| :type |ConstVoid| :direction :in :array t :size size))
2851 :category "VERSION_1_5" :deprecated nil :version "1.5")
2852 (defglfun "BufferData" buffer-data :return "void" :args
2853 ((:name |target| :type |BufferTargetARB| :direction :in)
2854 (:name |size| :type |BufferSize| :direction :in)
2855 (:name |data| :type |ConstVoid| :direction :in :array t :size size)
2856 (:name |usage| :type |BufferUsageARB| :direction :in))
2857 :category "VERSION_1_5" :deprecated nil :version "1.5")
2858 (defglfun "IsBuffer" is-buffer :return "Boolean" :args
2859 ((:name |buffer| :type |UInt32| :direction :in)) :category "VERSION_1_5"
2860 :deprecated nil :version "1.5")
2861 (defglfun "GenBuffers" gen-buffers :return "void" :args
2862 ((:name |n| :type |SizeI| :direction :in)
2863 (:name |buffers| :type |UInt32| :direction :out :array t :size n))
2864 :category "VERSION_1_5" :deprecated nil :version "1.5")
2865 (defglfun "DeleteBuffers" delete-buffers :return "void" :args
2866 ((:name |n| :type |SizeI| :direction :in)
2867 (:name |buffers| :type |ConstUInt32| :direction :in :array t :size n))
2868 :category "VERSION_1_5" :deprecated nil :version "1.5")
2869 (defglfun "BindBuffer" bind-buffer :return "void" :args
2870 ((:name |target| :type |BufferTargetARB| :direction :in)
2871 (:name |buffer| :type |UInt32| :direction :in))
2872 :category "VERSION_1_5" :deprecated nil :version "1.5")
2873 (defglfun "GetQueryObjectuiv" get-query-object-uiv :return "void" :args
2874 ((:name |id| :type |UInt32| :direction :in)
2875 (:name |pname| :type |GLenum| :direction :in)
2876 (:name |params| :type |UInt32| :direction :out :array t :size pname))
2877 :category "VERSION_1_5" :deprecated nil :version "1.5")
2878 (defglfun "GetQueryObjectiv" get-query-object-iv :return "void" :args
2879 ((:name |id| :type |UInt32| :direction :in)
2880 (:name |pname| :type |GLenum| :direction :in)
2881 (:name |params| :type |Int32| :direction :out :array t :size pname))
2882 :category "VERSION_1_5" :deprecated nil :version "1.5")
2883 (defglfun "GetQueryiv" get-query-iv :return "void" :args
2884 ((:name |target| :type |GLenum| :direction :in)
2885 (:name |pname| :type |GLenum| :direction :in)
2886 (:name |params| :type |Int32| :direction :out :array t :size pname))
2887 :category "VERSION_1_5" :deprecated nil :version "1.5")
2888 (defglfun "EndQuery" end-query :return "void" :args
2889 ((:name |target| :type |GLenum| :direction :in)) :category "VERSION_1_5"
2890 :deprecated nil :version "1.5")
2891 (defglfun "BeginQuery" begin-query :return "void" :args
2892 ((:name |target| :type |GLenum| :direction :in)
2893 (:name |id| :type |UInt32| :direction :in))
2894 :category "VERSION_1_5" :deprecated nil :version "1.5")
2895 (defglfun "IsQuery" is-query :return "Boolean" :args
2896 ((:name |id| :type |UInt32| :direction :in)) :category "VERSION_1_5"
2897 :deprecated nil :version "1.5")
2898 (defglfun "DeleteQueries" delete-queries :return "void" :args
2899 ((:name |n| :type |SizeI| :direction :in)
2900 (:name |ids| :type |UInt32| :direction :in :array t :size n))
2901 :category "VERSION_1_5" :deprecated nil :version "1.5")
2902 (defglfun "GenQueries" gen-queries :return "void" :args
2903 ((:name |n| :type |SizeI| :direction :in)
2904 (:name |ids| :type |UInt32| :direction :out :array t :size n))
2905 :category "VERSION_1_5" :deprecated nil :version "1.5")
2906 (defglfun "VertexAttribPointer" vertex-attrib-pointer :return "void" :args
2907 ((:name |index| :type |UInt32| :direction :in)
2908 (:name |size| :type |Int32| :direction :in)
2909 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
2910 (:name |normalized| :type |Boolean| :direction :in)
2911 (:name |stride| :type |SizeI| :direction :in)
2912 (:name |pointer| :type |Void| :direction :in :array t :size
2913 (|size| |type| |stride|) :retained t))
2914 :category "VERSION_2_0" :deprecated nil :version "2.0")
2915 (defglfun "VertexAttrib4usv" vertex-attrib-4usv :return "void" :args
2916 ((:name |index| :type |UInt32| :direction :in)
2917 (:name |v| :type |UInt16| :direction :in :array t :size #x4))
2918 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2919 (defglfun "VertexAttrib4uiv" vertex-attrib-4uiv :return "void" :args
2920 ((:name |index| :type |UInt32| :direction :in)
2921 (:name |v| :type |UInt32| :direction :in :array t :size #x4))
2922 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2923 (defglfun "VertexAttrib4ubv" vertex-attrib-4ubv :return "void" :args
2924 ((:name |index| :type |UInt32| :direction :in)
2925 (:name |v| :type |UInt8| :direction :in :array t :size #x4))
2926 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2927 (defglfun "VertexAttrib4sv" vertex-attrib-4sv :return "void" :args
2928 ((:name |index| :type |UInt32| :direction :in)
2929 (:name |v| :type |Int16| :direction :in :array t :size #x4))
2930 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2931 (defglfun "VertexAttrib4s" vertex-attrib-4s :return "void" :args
2932 ((:name |index| :type |UInt32| :direction :in)
2933 (:name |x| :type |Int16| :direction :in)
2934 (:name |y| :type |Int16| :direction :in)
2935 (:name |z| :type |Int16| :direction :in)
2936 (:name |w| :type |Int16| :direction :in))
2937 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2938 (defglfun "VertexAttrib4iv" vertex-attrib-4iv :return "void" :args
2939 ((:name |index| :type |UInt32| :direction :in)
2940 (:name |v| :type |Int32| :direction :in :array t :size #x4))
2941 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2942 (defglfun "VertexAttrib4fv" vertex-attrib-4fv :return "void" :args
2943 ((:name |index| :type |UInt32| :direction :in)
2944 (:name |v| :type |Float32| :direction :in :array t :size #x4))
2945 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2946 (defglfun "VertexAttrib4f" vertex-attrib-4f :return "void" :args
2947 ((:name |index| :type |UInt32| :direction :in)
2948 (:name |x| :type |Float32| :direction :in)
2949 (:name |y| :type |Float32| :direction :in)
2950 (:name |z| :type |Float32| :direction :in)
2951 (:name |w| :type |Float32| :direction :in))
2952 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2953 (defglfun "VertexAttrib4dv" vertex-attrib-4dv :return "void" :args
2954 ((:name |index| :type |UInt32| :direction :in)
2955 (:name |v| :type |Float64| :direction :in :array t :size #x4))
2956 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2957 (defglfun "VertexAttrib4d" vertex-attrib-4d :return "void" :args
2958 ((:name |index| :type |UInt32| :direction :in)
2959 (:name |x| :type |Float64| :direction :in)
2960 (:name |y| :type |Float64| :direction :in)
2961 (:name |z| :type |Float64| :direction :in)
2962 (:name |w| :type |Float64| :direction :in))
2963 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2964 (defglfun "VertexAttrib4bv" vertex-attrib-4bv :return "void" :args
2965 ((:name |index| :type |UInt32| :direction :in)
2966 (:name |v| :type |Int8| :direction :in :array t :size #x4))
2967 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2968 (defglfun "VertexAttrib4Nusv" vertex-attrib-4n-usv :return "void" :args
2969 ((:name |index| :type |UInt32| :direction :in)
2970 (:name |v| :type |UInt16| :direction :in :array t :size #x4))
2971 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2972 (defglfun "VertexAttrib4Nuiv" vertex-attrib-4n-uiv :return "void" :args
2973 ((:name |index| :type |UInt32| :direction :in)
2974 (:name |v| :type |UInt32| :direction :in :array t :size #x4))
2975 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2976 (defglfun "VertexAttrib4Nubv" vertex-attrib-4n-ubv :return "void" :args
2977 ((:name |index| :type |UInt32| :direction :in)
2978 (:name |v| :type |UInt8| :direction :in :array t :size #x4))
2979 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2980 (defglfun "VertexAttrib4Nub" vertex-attrib-4n-ub :return "void" :args
2981 ((:name |index| :type |UInt32| :direction :in)
2982 (:name |x| :type |UInt8| :direction :in)
2983 (:name |y| :type |UInt8| :direction :in)
2984 (:name |z| :type |UInt8| :direction :in)
2985 (:name |w| :type |UInt8| :direction :in))
2986 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2987 (defglfun "VertexAttrib4Nsv" vertex-attrib-4n-sv :return "void" :args
2988 ((:name |index| :type |UInt32| :direction :in)
2989 (:name |v| :type |Int16| :direction :in :array t :size #x4))
2990 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2991 (defglfun "VertexAttrib4Niv" vertex-attrib-4n-iv :return "void" :args
2992 ((:name |index| :type |UInt32| :direction :in)
2993 (:name |v| :type |Int32| :direction :in :array t :size #x4))
2994 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2995 (defglfun "VertexAttrib4Nbv" vertex-attrib-4n-bv :return "void" :args
2996 ((:name |index| :type |UInt32| :direction :in)
2997 (:name |v| :type |Int8| :direction :in :array t :size #x4))
2998 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
2999 (defglfun "VertexAttrib3sv" vertex-attrib-3sv :return "void" :args
3000 ((:name |index| :type |UInt32| :direction :in)
3001 (:name |v| :type |Int16| :direction :in :array t :size #x3))
3002 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3003 (defglfun "VertexAttrib3s" vertex-attrib-3s :return "void" :args
3004 ((:name |index| :type |UInt32| :direction :in)
3005 (:name |x| :type |Int16| :direction :in)
3006 (:name |y| :type |Int16| :direction :in)
3007 (:name |z| :type |Int16| :direction :in))
3008 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3009 (defglfun "VertexAttrib3fv" vertex-attrib-3fv :return "void" :args
3010 ((:name |index| :type |UInt32| :direction :in)
3011 (:name |v| :type |Float32| :direction :in :array t :size #x3))
3012 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3013 (defglfun "VertexAttrib3f" vertex-attrib-3f :return "void" :args
3014 ((:name |index| :type |UInt32| :direction :in)
3015 (:name |x| :type |Float32| :direction :in)
3016 (:name |y| :type |Float32| :direction :in)
3017 (:name |z| :type |Float32| :direction :in))
3018 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3019 (defglfun "VertexAttrib3dv" vertex-attrib-3dv :return "void" :args
3020 ((:name |index| :type |UInt32| :direction :in)
3021 (:name |v| :type |Float64| :direction :in :array t :size #x3))
3022 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3023 (defglfun "VertexAttrib3d" vertex-attrib-3d :return "void" :args
3024 ((:name |index| :type |UInt32| :direction :in)
3025 (:name |x| :type |Float64| :direction :in)
3026 (:name |y| :type |Float64| :direction :in)
3027 (:name |z| :type |Float64| :direction :in))
3028 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3029 (defglfun "VertexAttrib2sv" vertex-attrib-2sv :return "void" :args
3030 ((:name |index| :type |UInt32| :direction :in)
3031 (:name |v| :type |Int16| :direction :in :array t :size #x2))
3032 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3033 (defglfun "VertexAttrib2s" vertex-attrib-2s :return "void" :args
3034 ((:name |index| :type |UInt32| :direction :in)
3035 (:name |x| :type |Int16| :direction :in)
3036 (:name |y| :type |Int16| :direction :in))
3037 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3038 (defglfun "VertexAttrib2fv" vertex-attrib-2fv :return "void" :args
3039 ((:name |index| :type |UInt32| :direction :in)
3040 (:name |v| :type |Float32| :direction :in :array t :size #x2))
3041 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3042 (defglfun "VertexAttrib2f" vertex-attrib-2f :return "void" :args
3043 ((:name |index| :type |UInt32| :direction :in)
3044 (:name |x| :type |Float32| :direction :in)
3045 (:name |y| :type |Float32| :direction :in))
3046 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3047 (defglfun "VertexAttrib2dv" vertex-attrib-2dv :return "void" :args
3048 ((:name |index| :type |UInt32| :direction :in)
3049 (:name |v| :type |Float64| :direction :in :array t :size #x2))
3050 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3051 (defglfun "VertexAttrib2d" vertex-attrib-2d :return "void" :args
3052 ((:name |index| :type |UInt32| :direction :in)
3053 (:name |x| :type |Float64| :direction :in)
3054 (:name |y| :type |Float64| :direction :in))
3055 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3056 (defglfun "VertexAttrib1sv" vertex-attrib-1sv :return "void" :args
3057 ((:name |index| :type |UInt32| :direction :in)
3058 (:name |v| :type |Int16| :direction :in :array t :size #x1))
3059 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3060 (defglfun "VertexAttrib1s" vertex-attrib-1s :return "void" :args
3061 ((:name |index| :type |UInt32| :direction :in)
3062 (:name |x| :type |Int16| :direction :in))
3063 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3064 (defglfun "VertexAttrib1fv" vertex-attrib-1fv :return "void" :args
3065 ((:name |index| :type |UInt32| :direction :in)
3066 (:name |v| :type |Float32| :direction :in :array t :size #x1))
3067 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3068 (defglfun "VertexAttrib1f" vertex-attrib-1f :return "void" :args
3069 ((:name |index| :type |UInt32| :direction :in)
3070 (:name |x| :type |Float32| :direction :in))
3071 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3072 (defglfun "VertexAttrib1dv" vertex-attrib-1dv :return "void" :args
3073 ((:name |index| :type |UInt32| :direction :in)
3074 (:name |v| :type |Float64| :direction :in :array t :size #x1))
3075 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3076 (defglfun "VertexAttrib1d" vertex-attrib-1d :return "void" :args
3077 ((:name |index| :type |UInt32| :direction :in)
3078 (:name |x| :type |Float64| :direction :in))
3079 :category "VERSION_2_0" :deprecated "3.1" :version "2.0")
3080 (defglfun "ValidateProgram" validate-program :return "void" :args
3081 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
3082 :deprecated nil :version "2.0")
3083 (defglfun "UniformMatrix4fv" uniform-matrix-4fv :return "void" :args
3084 ((:name |location| :type |Int32| :direction :in)
3085 (:name |count| :type |SizeI| :direction :in)
3086 (:name |transpose| :type |Boolean| :direction :in)
3087 (:name |value| :type |Float32| :direction :in :array t :size count))
3088 :category "VERSION_2_0" :deprecated nil :version "2.0")
3089 (defglfun "UniformMatrix3fv" uniform-matrix-3fv :return "void" :args
3090 ((:name |location| :type |Int32| :direction :in)
3091 (:name |count| :type |SizeI| :direction :in)
3092 (:name |transpose| :type |Boolean| :direction :in)
3093 (:name |value| :type |Float32| :direction :in :array t :size count))
3094 :category "VERSION_2_0" :deprecated nil :version "2.0")
3095 (defglfun "UniformMatrix2fv" uniform-matrix-2fv :return "void" :args
3096 ((:name |location| :type |Int32| :direction :in)
3097 (:name |count| :type |SizeI| :direction :in)
3098 (:name |transpose| :type |Boolean| :direction :in)
3099 (:name |value| :type |Float32| :direction :in :array t :size count))
3100 :category "VERSION_2_0" :deprecated nil :version "2.0")
3101 (defglfun "Uniform4iv" uniform-4iv :return "void" :args
3102 ((:name |location| :type |Int32| :direction :in)
3103 (:name |count| :type |SizeI| :direction :in)
3104 (:name |value| :type |Int32| :direction :in :array t :size count))
3105 :category "VERSION_2_0" :deprecated nil :version "2.0")
3106 (defglfun "Uniform3iv" uniform-3iv :return "void" :args
3107 ((:name |location| :type |Int32| :direction :in)
3108 (:name |count| :type |SizeI| :direction :in)
3109 (:name |value| :type |Int32| :direction :in :array t :size count))
3110 :category "VERSION_2_0" :deprecated nil :version "2.0")
3111 (defglfun "Uniform2iv" uniform-2iv :return "void" :args
3112 ((:name |location| :type |Int32| :direction :in)
3113 (:name |count| :type |SizeI| :direction :in)
3114 (:name |value| :type |Int32| :direction :in :array t :size count))
3115 :category "VERSION_2_0" :deprecated nil :version "2.0")
3116 (defglfun "Uniform1iv" uniform-1iv :return "void" :args
3117 ((:name |location| :type |Int32| :direction :in)
3118 (:name |count| :type |SizeI| :direction :in)
3119 (:name |value| :type |Int32| :direction :in :array t :size count))
3120 :category "VERSION_2_0" :deprecated nil :version "2.0")
3121 (defglfun "Uniform4fv" uniform-4fv :return "void" :args
3122 ((:name |location| :type |Int32| :direction :in)
3123 (:name |count| :type |SizeI| :direction :in)
3124 (:name |value| :type |Float32| :direction :in :array t :size count))
3125 :category "VERSION_2_0" :deprecated nil :version "2.0")
3126 (defglfun "Uniform3fv" uniform-3fv :return "void" :args
3127 ((:name |location| :type |Int32| :direction :in)
3128 (:name |count| :type |SizeI| :direction :in)
3129 (:name |value| :type |Float32| :direction :in :array t :size count))
3130 :category "VERSION_2_0" :deprecated nil :version "2.0")
3131 (defglfun "Uniform2fv" uniform-2fv :return "void" :args
3132 ((:name |location| :type |Int32| :direction :in)
3133 (:name |count| :type |SizeI| :direction :in)
3134 (:name |value| :type |Float32| :direction :in :array t :size count))
3135 :category "VERSION_2_0" :deprecated nil :version "2.0")
3136 (defglfun "Uniform1fv" uniform-1fv :return "void" :args
3137 ((:name |location| :type |Int32| :direction :in)
3138 (:name |count| :type |SizeI| :direction :in)
3139 (:name |value| :type |Float32| :direction :in :array t :size count))
3140 :category "VERSION_2_0" :deprecated nil :version "2.0")
3141 (defglfun "Uniform4i" uniform-4i :return "void" :args
3142 ((:name |location| :type |Int32| :direction :in)
3143 (:name |v0| :type |Int32| :direction :in)
3144 (:name |v1| :type |Int32| :direction :in)
3145 (:name |v2| :type |Int32| :direction :in)
3146 (:name |v3| :type |Int32| :direction :in))
3147 :category "VERSION_2_0" :deprecated nil :version "2.0")
3148 (defglfun "Uniform3i" uniform-3i :return "void" :args
3149 ((:name |location| :type |Int32| :direction :in)
3150 (:name |v0| :type |Int32| :direction :in)
3151 (:name |v1| :type |Int32| :direction :in)
3152 (:name |v2| :type |Int32| :direction :in))
3153 :category "VERSION_2_0" :deprecated nil :version "2.0")
3154 (defglfun "Uniform2i" uniform-2i :return "void" :args
3155 ((:name |location| :type |Int32| :direction :in)
3156 (:name |v0| :type |Int32| :direction :in)
3157 (:name |v1| :type |Int32| :direction :in))
3158 :category "VERSION_2_0" :deprecated nil :version "2.0")
3159 (defglfun "Uniform1i" uniform-1i :return "void" :args
3160 ((:name |location| :type |Int32| :direction :in)
3161 (:name |v0| :type |Int32| :direction :in))
3162 :category "VERSION_2_0" :deprecated nil :version "2.0")
3163 (defglfun "Uniform4f" uniform-4f :return "void" :args
3164 ((:name |location| :type |Int32| :direction :in)
3165 (:name |v0| :type |Float32| :direction :in)
3166 (:name |v1| :type |Float32| :direction :in)
3167 (:name |v2| :type |Float32| :direction :in)
3168 (:name |v3| :type |Float32| :direction :in))
3169 :category "VERSION_2_0" :deprecated nil :version "2.0")
3170 (defglfun "Uniform3f" uniform-3f :return "void" :args
3171 ((:name |location| :type |Int32| :direction :in)
3172 (:name |v0| :type |Float32| :direction :in)
3173 (:name |v1| :type |Float32| :direction :in)
3174 (:name |v2| :type |Float32| :direction :in))
3175 :category "VERSION_2_0" :deprecated nil :version "2.0")
3176 (defglfun "Uniform2f" uniform-2f :return "void" :args
3177 ((:name |location| :type |Int32| :direction :in)
3178 (:name |v0| :type |Float32| :direction :in)
3179 (:name |v1| :type |Float32| :direction :in))
3180 :category "VERSION_2_0" :deprecated nil :version "2.0")
3181 (defglfun "Uniform1f" uniform-1f :return "void" :args
3182 ((:name |location| :type |Int32| :direction :in)
3183 (:name |v0| :type |Float32| :direction :in))
3184 :category "VERSION_2_0" :deprecated nil :version "2.0")
3185 (defglfun "UseProgram" use-program :return "void" :args
3186 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
3187 :deprecated nil :version "2.0")
3188 (defglfun "ShaderSource" shader-source :return "void" :args
3189 ((:name |shader| :type |UInt32| :direction :in)
3190 (:name |count| :type |SizeI| :direction :in)
3191 (:name |string| :type |CharPointer| :direction :in :array t :size count)
3192 (:name |length| :type |Int32| :direction :in :array t :size #x1))
3193 :category "VERSION_2_0" :deprecated nil :version "2.0")
3194 (defglfun "LinkProgram" link-program :return "void" :args
3195 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
3196 :deprecated nil :version "2.0")
3197 (defglfun "IsShader" is-shader :return "Boolean" :args
3198 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
3199 :deprecated nil :version "2.0")
3200 (defglfun "IsProgram" is-program :return "Boolean" :args
3201 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
3202 :deprecated nil :version "2.0")
3203 (defglfun "GetVertexAttribPointerv" get-vertex-attrib-pointerv :return "void"
3204 :args
3205 ((:name |index| :type |UInt32| :direction :in)
3206 (:name |pname| :type |VertexAttribPointerPropertyARB| :direction :in)
3207 (:name |pointer| :type |VoidPointer| :direction :out :array t :size #x1))
3208 :category "VERSION_2_0" :deprecated nil :version "2.0")
3209 (defglfun "GetVertexAttribiv" get-vertex-attrib-iv :return "void" :args
3210 ((:name |index| :type |UInt32| :direction :in)
3211 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
3212 (:name |params| :type |Int32| :direction :out :array t :size #x4))
3213 :category "VERSION_2_0" :deprecated nil :version "2.0")
3214 (defglfun "GetVertexAttribfv" get-vertex-attrib-fv :return "void" :args
3215 ((:name |index| :type |UInt32| :direction :in)
3216 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
3217 (:name |params| :type |Float32| :direction :out :array t :size #x4))
3218 :category "VERSION_2_0" :deprecated nil :version "2.0")
3219 (defglfun "GetVertexAttribdv" get-vertex-attrib-dv :return "void" :args
3220 ((:name |index| :type |UInt32| :direction :in)
3221 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
3222 (:name |params| :type |Float64| :direction :out :array t :size #x4))
3223 :category "VERSION_2_0" :deprecated nil :version "2.0")
3224 (defglfun "GetUniformiv" get-uniform-iv :return "void" :args
3225 ((:name |program| :type |UInt32| :direction :in)
3226 (:name |location| :type |Int32| :direction :in)
3227 (:name |params| :type |Int32| :direction :out :array t :size (|location|)))
3228 :category "VERSION_2_0" :deprecated nil :version "2.0")
3229 (defglfun "GetUniformfv" get-uniform-fv :return "void" :args
3230 ((:name |program| :type |UInt32| :direction :in)
3231 (:name |location| :type |Int32| :direction :in)
3232 (:name |params| :type |Float32| :direction :out :array t :size (|location|)))
3233 :category "VERSION_2_0" :deprecated nil :version "2.0")
3234 (defglfun "GetUniformLocation" get-uniform-location :return "Int32" :args
3235 ((:name |program| :type |UInt32| :direction :in)
3236 (:name |name| :type |Char| :direction :in :array t))
3237 :category "VERSION_2_0" :deprecated nil :version "2.0")
3238 (defglfun "GetShaderSource" get-shader-source :return "void" :args
3239 ((:name |shader| :type |UInt32| :direction :in)
3240 (:name |bufSize| :type |SizeI| :direction :in)
3241 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
3242 (:name |source| :type |Char| :direction :out :array t :size length))
3243 :category "VERSION_2_0" :deprecated nil :version "2.0")
3244 (defglfun "GetShaderInfoLog" get-shader-info-log :return "void" :args
3245 ((:name |shader| :type |UInt32| :direction :in)
3246 (:name |bufSize| :type |SizeI| :direction :in)
3247 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
3248 (:name |infoLog| :type |Char| :direction :out :array t :size length))
3249 :category "VERSION_2_0" :deprecated nil :version "2.0")
3250 (defglfun "GetShaderiv" get-shader-iv :return "void" :args
3251 ((:name |shader| :type |UInt32| :direction :in)
3252 (:name |pname| :type |GLenum| :direction :in)
3253 (:name |params| :type |Int32| :direction :out :array t :size pname))
3254 :category "VERSION_2_0" :deprecated nil :version "2.0")
3255 (defglfun "GetProgramInfoLog" get-program-info-log :return "void" :args
3256 ((:name |program| :type |UInt32| :direction :in)
3257 (:name |bufSize| :type |SizeI| :direction :in)
3258 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
3259 (:name |infoLog| :type |Char| :direction :out :array t :size length))
3260 :category "VERSION_2_0" :deprecated nil :version "2.0")
3261 (defglfun "GetProgramiv" get-program-iv :return "void" :args
3262 ((:name |program| :type |UInt32| :direction :in)
3263 (:name |pname| :type |GLenum| :direction :in)
3264 (:name |params| :type |Int32| :direction :out :array t :size pname))
3265 :category "VERSION_2_0" :deprecated nil :version "2.0")
3266 (defglfun "GetAttribLocation" get-attrib-location :return "Int32" :args
3267 ((:name |program| :type |UInt32| :direction :in)
3268 (:name |name| :type |Char| :direction :in :array t))
3269 :category "VERSION_2_0" :deprecated nil :version "2.0")
3270 (defglfun "GetAttachedShaders" get-attached-shaders :return "void" :args
3271 ((:name |program| :type |UInt32| :direction :in)
3272 (:name |maxCount| :type |SizeI| :direction :in)
3273 (:name |count| :type |SizeI| :direction :out :array t :size #x1)
3274 (:name |obj| :type |UInt32| :direction :out :array t :size count))
3275 :category "VERSION_2_0" :deprecated nil :version "2.0")
3276 (defglfun "GetActiveUniform" get-active-uniform :return "void" :args
3277 ((:name |program| :type |UInt32| :direction :in)
3278 (:name |index| :type |UInt32| :direction :in)
3279 (:name |bufSize| :type |SizeI| :direction :in)
3280 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
3281 (:name |size| :type |Int32| :direction :out :array t :size #x1)
3282 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
3283 (:name |name| :type |Char| :direction :out :array t))
3284 :category "VERSION_2_0" :deprecated nil :version "2.0")
3285 (defglfun "GetActiveAttrib" get-active-attrib :return "void" :args
3286 ((:name |program| :type |UInt32| :direction :in)
3287 (:name |index| :type |UInt32| :direction :in)
3288 (:name |bufSize| :type |SizeI| :direction :in)
3289 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
3290 (:name |size| :type |Int32| :direction :out :array t :size #x1)
3291 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
3292 (:name |name| :type |Char| :direction :out :array t))
3293 :category "VERSION_2_0" :deprecated nil :version "2.0")
3294 (defglfun "EnableVertexAttribArray" enable-vertex-attrib-array :return "void"
3295 :args ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_2_0"
3296 :deprecated nil :version "2.0")
3297 (defglfun "DisableVertexAttribArray" disable-vertex-attrib-array :return "void"
3298 :args ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_2_0"
3299 :deprecated nil :version "2.0")
3300 (defglfun "DetachShader" detach-shader :return "void" :args
3301 ((:name |program| :type |UInt32| :direction :in)
3302 (:name |shader| :type |UInt32| :direction :in))
3303 :category "VERSION_2_0" :deprecated nil :version "2.0")
3304 (defglfun "DeleteShader" delete-shader :return "void" :args
3305 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
3306 :deprecated nil :version "2.0")
3307 (defglfun "DeleteProgram" delete-program :return "void" :args
3308 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
3309 :deprecated nil :version "2.0")
3310 (defglfun "CreateShader" create-shader :return "UInt32" :args
3311 ((:name |type| :type |GLenum| :direction :in)) :category "VERSION_2_0"
3312 :deprecated nil :version "2.0")
3313 (defglfun "CreateProgram" create-program :return "UInt32" :args nil :category
3314 "VERSION_2_0" :deprecated nil :version "2.0")
3315 (defglfun "CompileShader" compile-shader :return "void" :args
3316 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
3317 :deprecated nil :version "2.0")
3318 (defglfun "BindAttribLocation" bind-attrib-location :return "void" :args
3319 ((:name |program| :type |UInt32| :direction :in)
3320 (:name |index| :type |UInt32| :direction :in)
3321 (:name |name| :type |Char| :direction :in :array t))
3322 :category "VERSION_2_0" :deprecated nil :version "2.0")
3323 (defglfun "AttachShader" attach-shader :return "void" :args
3324 ((:name |program| :type |UInt32| :direction :in)
3325 (:name |shader| :type |UInt32| :direction :in))
3326 :category "VERSION_2_0" :deprecated nil :version "2.0")
3327 (defglfun "StencilMaskSeparate" stencil-mask-separate :return "void" :args
3328 ((:name |face| :type |StencilFaceDirection| :direction :in)
3329 (:name |mask| :type |MaskedStencilValue| :direction :in))
3330 :category "VERSION_2_0" :deprecated nil :version "2.0")
3331 (defglfun "StencilFuncSeparate" stencil-func-separate :return "void" :args
3332 ((:name |face| :type |StencilFaceDirection| :direction :in)
3333 (:name |func| :type |StencilFunction| :direction :in)
3334 (:name |ref| :type |ClampedStencilValue| :direction :in)
3335 (:name |mask| :type |MaskedStencilValue| :direction :in))
3336 :category "VERSION_2_0" :deprecated nil :version "2.0")
3337 (defglfun "StencilOpSeparate" stencil-op-separate :return "void" :args
3338 ((:name |face| :type |StencilFaceDirection| :direction :in)
3339 (:name |sfail| :type |StencilOp| :direction :in)
3340 (:name |dpfail| :type |StencilOp| :direction :in)
3341 (:name |dppass| :type |StencilOp| :direction :in))
3342 :category "VERSION_2_0" :deprecated nil :version "2.0")
3343 (defglfun "DrawBuffers" draw-buffers :return "void" :args
3344 ((:name |n| :type |SizeI| :direction :in)
3345 (:name |bufs| :type |DrawBufferModeATI| :direction :in :array t :size n))
3346 :category "VERSION_2_0" :deprecated nil :version "2.0")
3347 (defglfun "BlendEquationSeparate" blend-equation-separate :return "void" :args
3348 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
3349 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
3350 :category "VERSION_2_0" :deprecated nil :version "2.0")
3351 (defglfun "UniformMatrix4x3fv" uniform-matrix-4x-3fv :return "void" :args
3352 ((:name |location| :type |Int32| :direction :in)
3353 (:name |count| :type |SizeI| :direction :in)
3354 (:name |transpose| :type |Boolean| :direction :in)
3355 (:name |value| :type |Float32| :direction :in :array t :size #xC))
3356 :category "VERSION_2_1" :deprecated nil :version "2.1")
3357 (defglfun "UniformMatrix3x4fv" uniform-matrix-3x-4fv :return "void" :args
3358 ((:name |location| :type |Int32| :direction :in)
3359 (:name |count| :type |SizeI| :direction :in)
3360 (:name |transpose| :type |Boolean| :direction :in)
3361 (:name |value| :type |Float32| :direction :in :array t :size #xC))
3362 :category "VERSION_2_1" :deprecated nil :version "2.1")
3363 (defglfun "UniformMatrix4x2fv" uniform-matrix-4x-2fv :return "void" :args
3364 ((:name |location| :type |Int32| :direction :in)
3365 (:name |count| :type |SizeI| :direction :in)
3366 (:name |transpose| :type |Boolean| :direction :in)
3367 (:name |value| :type |Float32| :direction :in :array t :size #x8))
3368 :category "VERSION_2_1" :deprecated nil :version "2.1")
3369 (defglfun "UniformMatrix2x4fv" uniform-matrix-2x-4fv :return "void" :args
3370 ((:name |location| :type |Int32| :direction :in)
3371 (:name |count| :type |SizeI| :direction :in)
3372 (:name |transpose| :type |Boolean| :direction :in)
3373 (:name |value| :type |Float32| :direction :in :array t :size #x8))
3374 :category "VERSION_2_1" :deprecated nil :version "2.1")
3375 (defglfun "UniformMatrix3x2fv" uniform-matrix-3x-2fv :return "void" :args
3376 ((:name |location| :type |Int32| :direction :in)
3377 (:name |count| :type |SizeI| :direction :in)
3378 (:name |transpose| :type |Boolean| :direction :in)
3379 (:name |value| :type |Float32| :direction :in :array t :size #x6))
3380 :category "VERSION_2_1" :deprecated nil :version "2.1")
3381 (defglfun "UniformMatrix2x3fv" uniform-matrix-2x-3fv :return "void" :args
3382 ((:name |location| :type |Int32| :direction :in)
3383 (:name |count| :type |SizeI| :direction :in)
3384 (:name |transpose| :type |Boolean| :direction :in)
3385 (:name |value| :type |Float32| :direction :in :array t :size #x6))
3386 :category "VERSION_2_1" :deprecated nil :version "2.1")
3387 (defglfun "GetStringi" get-string-i :return "String" :args
3388 ((:name |name| :type |GLenum| :direction :in)
3389 (:name |index| :type |UInt32| :direction :in))
3390 :category "VERSION_3_0" :deprecated nil :version "3.0")
3391 (defglfun "ClearBufferfi" clear-bufferf-i :return "void" :args
3392 ((:name |buffer| :type |GLenum| :direction :in)
3393 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
3394 (:name |depth| :type |Float32| :direction :in)
3395 (:name |stencil| :type |Int32| :direction :in))
3396 :category "VERSION_3_0" :deprecated nil :version "3.0")
3397 (defglfun "ClearBufferfv" clear-buffer-fv :return "void" :args
3398 ((:name |buffer| :type |GLenum| :direction :in)
3399 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
3400 (:name |value| :type |Float32| :direction :in :array t :size (|buffer|)))
3401 :category "VERSION_3_0" :deprecated nil :version "3.0")
3402 (defglfun "ClearBufferuiv" clear-buffer-uiv :return "void" :args
3403 ((:name |buffer| :type |GLenum| :direction :in)
3404 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
3405 (:name |value| :type |UInt32| :direction :in :array t :size (|buffer|)))
3406 :category "VERSION_3_0" :deprecated nil :version "3.0")
3407 (defglfun "ClearBufferiv" clear-buffer-iv :return "void" :args
3408 ((:name |buffer| :type |GLenum| :direction :in)
3409 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
3410 (:name |value| :type |Int32| :direction :in :array t :size (|buffer|)))
3411 :category "VERSION_3_0" :deprecated nil :version "3.0")
3412 (defglfun "GetTexParameterIuiv" get-tex-parameter-i-uiv :return "void" :args
3413 ((:name |target| :type |TextureTarget| :direction :in)
3414 (:name |pname| :type |GetTextureParameter| :direction :in)
3415 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
3416 :category "VERSION_3_0" :deprecated nil :version "3.0")
3417 (defglfun "GetTexParameterIiv" get-tex-parameter-i-iv :return "void" :args
3418 ((:name |target| :type |TextureTarget| :direction :in)
3419 (:name |pname| :type |GetTextureParameter| :direction :in)
3420 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
3421 :category "VERSION_3_0" :deprecated nil :version "3.0")
3422 (defglfun "TexParameterIuiv" tex-parameter-i-uiv :return "void" :args
3423 ((:name |target| :type |TextureTarget| :direction :in)
3424 (:name |pname| :type |TextureParameterName| :direction :in)
3425 (:name |params| :type |UInt32| :direction :in :array t :size (|pname|)))
3426 :category "VERSION_3_0" :deprecated nil :version "3.0")
3427 (defglfun "TexParameterIiv" tex-parameter-i-iv :return "void" :args
3428 ((:name |target| :type |TextureTarget| :direction :in)
3429 (:name |pname| :type |TextureParameterName| :direction :in)
3430 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
3431 :category "VERSION_3_0" :deprecated nil :version "3.0")
3432 (defglfun "Uniform4uiv" uniform-4uiv :return "void" :args
3433 ((:name |location| :type |Int32| :direction :in)
3434 (:name |count| :type |SizeI| :direction :in)
3435 (:name |value| :type |UInt32| :direction :in :array t :size count*4))
3436 :category "VERSION_3_0" :deprecated nil :version "3.0")
3437 (defglfun "Uniform3uiv" uniform-3uiv :return "void" :args
3438 ((:name |location| :type |Int32| :direction :in)
3439 (:name |count| :type |SizeI| :direction :in)
3440 (:name |value| :type |UInt32| :direction :in :array t :size count*3))
3441 :category "VERSION_3_0" :deprecated nil :version "3.0")
3442 (defglfun "Uniform2uiv" uniform-2uiv :return "void" :args
3443 ((:name |location| :type |Int32| :direction :in)
3444 (:name |count| :type |SizeI| :direction :in)
3445 (:name |value| :type |UInt32| :direction :in :array t :size count*2))
3446 :category "VERSION_3_0" :deprecated nil :version "3.0")
3447 (defglfun "Uniform1uiv" uniform-1uiv :return "void" :args
3448 ((:name |location| :type |Int32| :direction :in)
3449 (:name |count| :type |SizeI| :direction :in)
3450 (:name |value| :type |UInt32| :direction :in :array t :size count))
3451 :category "VERSION_3_0" :deprecated nil :version "3.0")
3452 (defglfun "Uniform4ui" uniform-4ui :return "void" :args
3453 ((:name |location| :type |Int32| :direction :in)
3454 (:name |v0| :type |UInt32| :direction :in)
3455 (:name |v1| :type |UInt32| :direction :in)
3456 (:name |v2| :type |UInt32| :direction :in)
3457 (:name |v3| :type |UInt32| :direction :in))
3458 :category "VERSION_3_0" :deprecated nil :version "3.0")
3459 (defglfun "Uniform3ui" uniform-3ui :return "void" :args
3460 ((:name |location| :type |Int32| :direction :in)
3461 (:name |v0| :type |UInt32| :direction :in)
3462 (:name |v1| :type |UInt32| :direction :in)
3463 (:name |v2| :type |UInt32| :direction :in))
3464 :category "VERSION_3_0" :deprecated nil :version "3.0")
3465 (defglfun "Uniform2ui" uniform-2ui :return "void" :args
3466 ((:name |location| :type |Int32| :direction :in)
3467 (:name |v0| :type |UInt32| :direction :in)
3468 (:name |v1| :type |UInt32| :direction :in))
3469 :category "VERSION_3_0" :deprecated nil :version "3.0")
3470 (defglfun "Uniform1ui" uniform-1ui :return "void" :args
3471 ((:name |location| :type |Int32| :direction :in)
3472 (:name |v0| :type |UInt32| :direction :in))
3473 :category "VERSION_3_0" :deprecated nil :version "3.0")
3474 (defglfun "GetFragDataLocation" get-frag-data-location :return "Int32" :args
3475 ((:name |program| :type |UInt32| :direction :in)
3476 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
3477 :category "VERSION_3_0" :deprecated nil :version "3.0")
3478 (defglfun "BindFragDataLocation" bind-frag-data-location :return "void" :args
3479 ((:name |program| :type |UInt32| :direction :in)
3480 (:name |color| :type |UInt32| :direction :in)
3481 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
3482 :category "VERSION_3_0" :deprecated nil :version "3.0")
3483 (defglfun "GetUniformuiv" get-uniform-uiv :return "void" :args
3484 ((:name |program| :type |UInt32| :direction :in)
3485 (:name |location| :type |Int32| :direction :in)
3486 (:name |params| :type |UInt32| :direction :out :array t :size
3487 (|program| |location|)))
3488 :category "VERSION_3_0" :deprecated nil :version "3.0")
3489 (defglfun "VertexAttribI4usv" vertex-attrib-i-4usv :return "void" :args
3490 ((:name |index| :type |UInt32| :direction :in)
3491 (:name |v| :type |UInt16| :direction :in :array t :size #x4))
3492 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3493 (defglfun "VertexAttribI4ubv" vertex-attrib-i-4ubv :return "void" :args
3494 ((:name |index| :type |UInt32| :direction :in)
3495 (:name |v| :type |UInt8| :direction :in :array t :size #x4))
3496 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3497 (defglfun "VertexAttribI4sv" vertex-attrib-i-4sv :return "void" :args
3498 ((:name |index| :type |UInt32| :direction :in)
3499 (:name |v| :type |Int16| :direction :in :array t :size #x4))
3500 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3501 (defglfun "VertexAttribI4bv" vertex-attrib-i-4bv :return "void" :args
3502 ((:name |index| :type |UInt32| :direction :in)
3503 (:name |v| :type |Int8| :direction :in :array t :size #x4))
3504 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3505 (defglfun "VertexAttribI4uiv" vertex-attrib-i-4uiv :return "void" :args
3506 ((:name |index| :type |UInt32| :direction :in)
3507 (:name |v| :type |UInt32| :direction :in :array t :size #x4))
3508 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3509 (defglfun "VertexAttribI3uiv" vertex-attrib-i-3uiv :return "void" :args
3510 ((:name |index| :type |UInt32| :direction :in)
3511 (:name |v| :type |UInt32| :direction :in :array t :size #x3))
3512 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3513 (defglfun "VertexAttribI2uiv" vertex-attrib-i-2uiv :return "void" :args
3514 ((:name |index| :type |UInt32| :direction :in)
3515 (:name |v| :type |UInt32| :direction :in :array t :size #x2))
3516 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3517 (defglfun "VertexAttribI1uiv" vertex-attrib-i-1uiv :return "void" :args
3518 ((:name |index| :type |UInt32| :direction :in)
3519 (:name |v| :type |UInt32| :direction :in :array t :size #x1))
3520 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3521 (defglfun "VertexAttribI4iv" vertex-attrib-i-4iv :return "void" :args
3522 ((:name |index| :type |UInt32| :direction :in)
3523 (:name |v| :type |Int32| :direction :in :array t :size #x4))
3524 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3525 (defglfun "VertexAttribI3iv" vertex-attrib-i-3iv :return "void" :args
3526 ((:name |index| :type |UInt32| :direction :in)
3527 (:name |v| :type |Int32| :direction :in :array t :size #x3))
3528 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3529 (defglfun "VertexAttribI2iv" vertex-attrib-i-2iv :return "void" :args
3530 ((:name |index| :type |UInt32| :direction :in)
3531 (:name |v| :type |Int32| :direction :in :array t :size #x2))
3532 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3533 (defglfun "VertexAttribI1iv" vertex-attrib-i-1iv :return "void" :args
3534 ((:name |index| :type |UInt32| :direction :in)
3535 (:name |v| :type |Int32| :direction :in :array t :size #x1))
3536 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3537 (defglfun "VertexAttribI4ui" vertex-attrib-i-4ui :return "void" :args
3538 ((:name |index| :type |UInt32| :direction :in)
3539 (:name |x| :type |UInt32| :direction :in)
3540 (:name |y| :type |UInt32| :direction :in)
3541 (:name |z| :type |UInt32| :direction :in)
3542 (:name |w| :type |UInt32| :direction :in))
3543 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3544 (defglfun "VertexAttribI3ui" vertex-attrib-i-3ui :return "void" :args
3545 ((:name |index| :type |UInt32| :direction :in)
3546 (:name |x| :type |UInt32| :direction :in)
3547 (:name |y| :type |UInt32| :direction :in)
3548 (:name |z| :type |UInt32| :direction :in))
3549 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3550 (defglfun "VertexAttribI2ui" vertex-attrib-i-2ui :return "void" :args
3551 ((:name |index| :type |UInt32| :direction :in)
3552 (:name |x| :type |UInt32| :direction :in)
3553 (:name |y| :type |UInt32| :direction :in))
3554 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3555 (defglfun "VertexAttribI1ui" vertex-attrib-i-1ui :return "void" :args
3556 ((:name |index| :type |UInt32| :direction :in)
3557 (:name |x| :type |UInt32| :direction :in))
3558 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3559 (defglfun "VertexAttribI4i" vertex-attrib-i-4i :return "void" :args
3560 ((:name |index| :type |UInt32| :direction :in)
3561 (:name |x| :type |Int32| :direction :in)
3562 (:name |y| :type |Int32| :direction :in)
3563 (:name |z| :type |Int32| :direction :in)
3564 (:name |w| :type |Int32| :direction :in))
3565 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3566 (defglfun "VertexAttribI3i" vertex-attrib-i-3i :return "void" :args
3567 ((:name |index| :type |UInt32| :direction :in)
3568 (:name |x| :type |Int32| :direction :in)
3569 (:name |y| :type |Int32| :direction :in)
3570 (:name |z| :type |Int32| :direction :in))
3571 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3572 (defglfun "VertexAttribI2i" vertex-attrib-i-2i :return "void" :args
3573 ((:name |index| :type |UInt32| :direction :in)
3574 (:name |x| :type |Int32| :direction :in)
3575 (:name |y| :type |Int32| :direction :in))
3576 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3577 (defglfun "VertexAttribI1i" vertex-attrib-i-1i :return "void" :args
3578 ((:name |index| :type |UInt32| :direction :in)
3579 (:name |x| :type |Int32| :direction :in))
3580 :category "VERSION_3_0" :deprecated "3.1" :version "3.0")
3581 (defglfun "GetVertexAttribIuiv" get-vertex-attrib-i-uiv :return "void" :args
3582 ((:name |index| :type |UInt32| :direction :in)
3583 (:name |pname| :type |VertexAttribEnum| :direction :in)
3584 (:name |params| :type |UInt32| :direction :out :array t :size #x1))
3585 :category "VERSION_3_0" :deprecated nil :version "3.0")
3586 (defglfun "GetVertexAttribIiv" get-vertex-attrib-i-iv :return "void" :args
3587 ((:name |index| :type |UInt32| :direction :in)
3588 (:name |pname| :type |VertexAttribEnum| :direction :in)
3589 (:name |params| :type |Int32| :direction :out :array t :size #x1))
3590 :category "VERSION_3_0" :deprecated nil :version "3.0")
3591 (defglfun "VertexAttribIPointer" vertex-attrib-ipointer :return "void" :args
3592 ((:name |index| :type |UInt32| :direction :in)
3593 (:name |size| :type |Int32| :direction :in)
3594 (:name |type| :type |VertexAttribEnum| :direction :in)
3595 (:name |stride| :type |SizeI| :direction :in)
3596 (:name |pointer| :type |Void| :direction :in :array t :size
3597 (|size| |type| |stride|) :retained t))
3598 :category "VERSION_3_0" :deprecated nil :version "3.0")
3599 (defglfun "EndConditionalRender" end-conditional-render :return "void" :args
3600 nil :category "VERSION_3_0" :deprecated nil :version "3.0")
3601 (defglfun "BeginConditionalRender" begin-conditional-render :return "void"
3602 :args
3603 ((:name |id| :type |UInt32| :direction :in)
3604 (:name |mode| :type |TypeEnum| :direction :in))
3605 :category "VERSION_3_0" :deprecated nil :version "3.0")
3606 (defglfun "ClampColor" clamp-color :return "void" :args
3607 ((:name |target| :type |ClampColorTargetARB| :direction :in)
3608 (:name |clamp| :type |ClampColorModeARB| :direction :in))
3609 :category "VERSION_3_0" :deprecated nil :version "3.0")
3610 (defglfun "GetTransformFeedbackVarying" get-transform-feedback-varying :return
3611 "void" :args
3612 ((:name |program| :type |UInt32| :direction :in)
3613 (:name |index| :type |UInt32| :direction :in)
3614 (:name |bufSize| :type |SizeI| :direction :in)
3615 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
3616 (:name |size| :type |SizeI| :direction :out :array t :size #x1)
3617 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
3618 (:name |name| :type |Char| :direction :out :array t :size (|length|)))
3619 :category "VERSION_3_0" :deprecated nil :version "3.0")
3620 (defglfun "TransformFeedbackVaryings" transform-feedback-varyings :return
3621 "void" :args
3622 ((:name |program| :type |UInt32| :direction :in)
3623 (:name |count| :type |SizeI| :direction :in)
3624 (:name |varyings| :type |CharPointer| :direction :in :array t :size count)
3625 (:name |bufferMode| :type |GLenum| :direction :in))
3626 :category "VERSION_3_0" :deprecated nil :version "3.0")
3627 (defglfun "BindBufferBase" bind-buffer-base :return "void" :args
3628 ((:name |target| :type |GLenum| :direction :in)
3629 (:name |index| :type |UInt32| :direction :in)
3630 (:name |buffer| :type |UInt32| :direction :in))
3631 :category "VERSION_3_0" :deprecated nil :version "3.0")
3632 (defglfun "BindBufferRange" bind-buffer-range :return "void" :args
3633 ((:name |target| :type |GLenum| :direction :in)
3634 (:name |index| :type |UInt32| :direction :in)
3635 (:name |buffer| :type |UInt32| :direction :in)
3636 (:name |offset| :type |BufferOffset| :direction :in)
3637 (:name |size| :type |BufferSize| :direction :in))
3638 :category "VERSION_3_0" :deprecated nil :version "3.0")
3639 (defglfun "EndTransformFeedback" end-transform-feedback :return "void" :args
3640 nil :category "VERSION_3_0" :deprecated nil :version "3.0")
3641 (defglfun "BeginTransformFeedback" begin-transform-feedback :return "void"
3642 :args ((:name |primitiveMode| :type |GLenum| :direction :in)) :category
3643 "VERSION_3_0" :deprecated nil :version "3.0")
3644 (defglfun "IsEnabledi" is-enabled-i :return "Boolean" :args
3645 ((:name |target| :type |GLenum| :direction :in)
3646 (:name |index| :type |UInt32| :direction :in))
3647 :category "VERSION_3_0" :deprecated nil :version "3.0")
3648 (defglfun "Disablei" disable-i :return "void" :args
3649 ((:name |target| :type |GLenum| :direction :in)
3650 (:name |index| :type |UInt32| :direction :in))
3651 :category "VERSION_3_0" :deprecated nil :version "3.0")
3652 (defglfun "Enablei" enable-i :return "void" :args
3653 ((:name |target| :type |GLenum| :direction :in)
3654 (:name |index| :type |UInt32| :direction :in))
3655 :category "VERSION_3_0" :deprecated nil :version "3.0")
3656 (defglfun "GetIntegeri_v" get-integeri_v :return "void" :args
3657 ((:name |target| :type |GLenum| :direction :in)
3658 (:name |index| :type |UInt32| :direction :in)
3659 (:name |data| :type |Int32| :direction :out :array t :size (|target|)))
3660 :category "VERSION_3_0" :deprecated nil :version "3.0")
3661 (defglfun "GetBooleani_v" get-booleani_v :return "void" :args
3662 ((:name |target| :type |GLenum| :direction :in)
3663 (:name |index| :type |UInt32| :direction :in)
3664 (:name |data| :type |Boolean| :direction :out :array t :size (|target|)))
3665 :category "VERSION_3_0" :deprecated nil :version "3.0")
3666 (defglfun "ColorMaski" color-mask-i :return "void" :args
3667 ((:name |index| :type |UInt32| :direction :in)
3668 (:name |r| :type |Boolean| :direction :in)
3669 (:name |g| :type |Boolean| :direction :in)
3670 (:name |b| :type |Boolean| :direction :in)
3671 (:name |a| :type |Boolean| :direction :in))
3672 :category "VERSION_3_0" :deprecated nil :version "3.0")