Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-version_3_1.lisp
blob48beaa1196811a02c56d271eb74098330d35dde0
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_1
7 (eval-when (:load-toplevel)
8 (when
9 (and (boundp '*version-loaded*) (not (eq 'version_3_1 *version-loaded*)))
10 (warn
11 "Loading cl-glfw-opengl-~a over the top of already-loaded cl-glfw-opengl-~a~%"
12 'version_3_1 *version-loaded*))
13 (defparameter *version-loaded* 'version_3_1))
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 (defconstant +texture-rectangle+ #x84F5)
615 (defconstant +texture-binding-rectangle+ #x84F6)
616 (defconstant +proxy-texture-rectangle+ #x84F7)
617 (defconstant +max-rectangle-texture-size+ #x84F8)
618 (defconstant +uniform-buffer+ #x8A11)
619 (defconstant +uniform-buffer+ #x8A11)
620 (defconstant +uniform-buffer-binding+ #x8A28)
621 (defconstant +uniform-buffer-start+ #x8A29)
622 (defconstant +uniform-buffer-size+ #x8A2A)
623 (defconstant +max-vertex-uniform-blocks+ #x8A2B)
624 (defconstant +max-geometry-uniform-blocks+ #x8A2C)
625 (defconstant +max-fragment-uniform-blocks+ #x8A2D)
626 (defconstant +max-combined-uniform-blocks+ #x8A2E)
627 (defconstant +max-uniform-buffer-bindings+ #x8A2F)
628 (defconstant +max-uniform-block-size+ #x8A30)
629 (defconstant +max-combined-vertex-uniform-components+ #x8A31)
630 (defconstant +max-combined-geometry-uniform-components+ #x8A32)
631 (defconstant +max-combined-fragment-uniform-components+ #x8A33)
632 (defconstant +uniform-buffer-offset-alignment+ #x8A34)
633 (defconstant +active-uniform-block-max-name-length+ #x8A35)
634 (defconstant +active-uniform-blocks+ #x8A36)
635 (defconstant +uniform-type+ #x8A37)
636 (defconstant +uniform-size+ #x8A38)
637 (defconstant +uniform-name-length+ #x8A39)
638 (defconstant +uniform-block-index+ #x8A3A)
639 (defconstant +uniform-offset+ #x8A3B)
640 (defconstant +uniform-array-stride+ #x8A3C)
641 (defconstant +uniform-matrix-stride+ #x8A3D)
642 (defconstant +uniform-is-row-major+ #x8A3E)
643 (defconstant +uniform-block-binding+ #x8A3F)
644 (defconstant +uniform-block-data-size+ #x8A40)
645 (defconstant +uniform-block-name-length+ #x8A41)
646 (defconstant +uniform-block-active-uniforms+ #x8A42)
647 (defconstant +uniform-block-active-uniform-indices+ #x8A43)
648 (defconstant +uniform-block-referenced-by-vertex-shader+ #x8A44)
649 (defconstant +uniform-block-referenced-by-geometry-shader+ #x8A45)
650 (defconstant +uniform-block-referenced-by-fragment-shader+ #x8A46)
651 (defconstant +invalid-index+ #xFFFFFFFF)
652 (defconstant +texture-buffer+ #x8C2A)
653 (defconstant +max-texture-buffer-size+ #x8C2B)
654 (defconstant +texture-binding-buffer+ #x8C2C)
655 (defconstant +texture-buffer-data-store-binding+ #x8C2D)
656 (defconstant +texture-buffer-format+ #x8C2E)
657 (defconstant +copy-read-buffer+ #x8F36)
658 (defconstant +copy-write-buffer+ #x8F37)
659 (defconstant +max-image-units-ext+ #x8F38)
660 (defconstant +max-combined-image-units-and-fragment-outputs-ext+ #x8F39)
661 (defconstant +image-binding-name-ext+ #x8F3A)
662 (defconstant +image-binding-level-ext+ #x8F3B)
663 (defconstant +image-binding-layered-ext+ #x8F3C)
664 (defconstant +image-binding-layer-ext+ #x8F3D)
665 (defconstant +image-binding-access-ext+ #x8F3E)
666 (defconstant +primitive-restart+ #x8F9D)
667 (defconstant +primitive-restart-index+ #x8F9E)
668 (defconstant +max-program-texture-gather-components+ #x8F9F)
669 (defconstant +perfmon-global-mode-qcom+ #x8FA0)
670 (defconstant +shader-binary-viv+ #x8FC4)
671 (defconstant +sampler-buffer+ #x8DC2)
672 (defconstant +int-sampler-2d-rect+ #x8DCD)
673 (defconstant +int-sampler-buffer+ #x8DD0)
674 (defconstant +unsigned-int-sampler-2d-rect+ #x8DD5)
675 (defconstant +unsigned-int-sampler-buffer+ #x8DD8)
676 (defconstant +texture-buffer+ #x8C2A)
677 (defconstant +max-texture-buffer-size+ #x8C2B)
678 (defconstant +texture-binding-buffer+ #x8C2C)
679 (defconstant +texture-buffer-data-store-binding+ #x8C2D)
680 (defconstant +texture-buffer-format+ #x8C2E)
681 (defconstant +texture-rectangle+ #x84F5)
682 (defconstant +texture-binding-rectangle+ #x84F6)
683 (defconstant +proxy-texture-rectangle+ #x84F7)
684 (defconstant +max-rectangle-texture-size+ #x84F8)
685 (defconstant +primitive-restart+ #x8F9D)
686 (defconstant +primitive-restart-index+ #x8F9E)
687 (defconstant +copy-read-buffer+ #x8F36)
688 (defconstant +copy-write-buffer+ #x8F37)
689 (defconstant +uniform-buffer+ #x8A11)
690 (defconstant +uniform-buffer-binding+ #x8A28)
691 (defconstant +uniform-buffer-start+ #x8A29)
692 (defconstant +uniform-buffer-size+ #x8A2A)
693 (defconstant +max-vertex-uniform-blocks+ #x8A2B)
694 (defconstant +max-fragment-uniform-blocks+ #x8A2D)
695 (defconstant +max-combined-uniform-blocks+ #x8A2E)
696 (defconstant +max-uniform-buffer-bindings+ #x8A2F)
697 (defconstant +max-uniform-block-size+ #x8A30)
698 (defconstant +max-combined-vertex-uniform-components+ #x8A31)
699 (defconstant +max-combined-fragment-uniform-components+ #x8A33)
700 (defconstant +uniform-buffer-offset-alignment+ #x8A34)
701 (defconstant +active-uniform-block-max-name-length+ #x8A35)
702 (defconstant +active-uniform-blocks+ #x8A36)
703 (defconstant +uniform-type+ #x8A37)
704 (defconstant +uniform-size+ #x8A38)
705 (defconstant +uniform-name-length+ #x8A39)
706 (defconstant +uniform-block-index+ #x8A3A)
707 (defconstant +uniform-offset+ #x8A3B)
708 (defconstant +uniform-array-stride+ #x8A3C)
709 (defconstant +uniform-matrix-stride+ #x8A3D)
710 (defconstant +uniform-is-row-major+ #x8A3E)
711 (defconstant +uniform-block-binding+ #x8A3F)
712 (defconstant +uniform-block-data-size+ #x8A40)
713 (defconstant +uniform-block-name-length+ #x8A41)
714 (defconstant +uniform-block-active-uniforms+ #x8A42)
715 (defconstant +uniform-block-active-uniform-indices+ #x8A43)
716 (defconstant +uniform-block-referenced-by-vertex-shader+ #x8A44)
717 (defconstant +uniform-block-referenced-by-fragment-shader+ #x8A46)
718 (defconstant +invalid-index+ #xFFFFFFFF)
719 (defglfun "Viewport" viewport :return "void" :args
720 ((:name |x| :type |WinCoord| :direction :in)
721 (:name |y| :type |WinCoord| :direction :in)
722 (:name |width| :type |SizeI| :direction :in)
723 (:name |height| :type |SizeI| :direction :in))
724 :category "VERSION_1_0" :deprecated nil :version "1.0")
725 (defglfun "DepthRange" depth-range :return "void" :args
726 ((:name |near| :type |ClampedFloat64| :direction :in)
727 (:name |far| :type |ClampedFloat64| :direction :in))
728 :category "VERSION_1_0" :deprecated nil :version "1.0")
729 (defglfun "IsEnabled" is-enabled :return "Boolean" :args
730 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
731 :deprecated nil :version "1.0")
732 (defglfun "GetTexLevelParameteriv" get-tex-level-parameter-iv :return "void"
733 :args
734 ((:name |target| :type |TextureTarget| :direction :in)
735 (:name |level| :type |CheckedInt32| :direction :in)
736 (:name |pname| :type |GetTextureParameter| :direction :in)
737 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
738 :category "VERSION_1_0" :deprecated nil :version "1.0")
739 (defglfun "GetTexLevelParameterfv" get-tex-level-parameter-fv :return "void"
740 :args
741 ((:name |target| :type |TextureTarget| :direction :in)
742 (:name |level| :type |CheckedInt32| :direction :in)
743 (:name |pname| :type |GetTextureParameter| :direction :in)
744 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
745 :category "VERSION_1_0" :deprecated nil :version "1.0")
746 (defglfun "GetTexParameteriv" get-tex-parameter-iv :return "void" :args
747 ((:name |target| :type |TextureTarget| :direction :in)
748 (:name |pname| :type |GetTextureParameter| :direction :in)
749 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
750 :category "VERSION_1_0" :deprecated nil :version "1.0")
751 (defglfun "GetTexParameterfv" get-tex-parameter-fv :return "void" :args
752 ((:name |target| :type |TextureTarget| :direction :in)
753 (:name |pname| :type |GetTextureParameter| :direction :in)
754 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
755 :category "VERSION_1_0" :deprecated nil :version "1.0")
756 (defglfun "GetTexImage" get-tex-image :return "void" :args
757 ((:name |target| :type |TextureTarget| :direction :in)
758 (:name |level| :type |CheckedInt32| :direction :in)
759 (:name |format| :type |PixelFormat| :direction :in)
760 (:name |type| :type |PixelType| :direction :in)
761 (:name |pixels| :type |Void| :direction :out :array t :size
762 (|target| |level| |format| |type|)))
763 :category "VERSION_1_0" :deprecated nil :version "1.0")
764 (defglfun "GetString" get-string :return "String" :args
765 ((:name |name| :type |StringName| :direction :in)) :category "VERSION_1_0"
766 :deprecated nil :version "1.0")
767 (defglfun "GetIntegerv" get-integerv :return "void" :args
768 ((:name |pname| :type |GetPName| :direction :in)
769 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
770 :category "VERSION_1_0" :deprecated nil :version "1.0")
771 (defglfun "GetFloatv" get-floatv :return "void" :args
772 ((:name |pname| :type |GetPName| :direction :in)
773 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
774 :category "VERSION_1_0" :deprecated nil :version "1.0")
775 (defglfun "GetError" get-error :return "ErrorCode" :args nil :category
776 "VERSION_1_0" :deprecated nil :version "1.0")
777 (defglfun "GetDoublev" get-doublev :return "void" :args
778 ((:name |pname| :type |GetPName| :direction :in)
779 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
780 :category "VERSION_1_0" :deprecated nil :version "1.0")
781 (defglfun "GetBooleanv" get-booleanv :return "void" :args
782 ((:name |pname| :type |GetPName| :direction :in)
783 (:name |params| :type |Boolean| :direction :out :array t :size (|pname|)))
784 :category "VERSION_1_0" :deprecated nil :version "1.0")
785 (defglfun "ReadPixels" read-pixels :return "void" :args
786 ((:name |x| :type |WinCoord| :direction :in)
787 (:name |y| :type |WinCoord| :direction :in)
788 (:name |width| :type |SizeI| :direction :in)
789 (:name |height| :type |SizeI| :direction :in)
790 (:name |format| :type |PixelFormat| :direction :in)
791 (:name |type| :type |PixelType| :direction :in)
792 (:name |pixels| :type |Void| :direction :out :array t :size
793 (|format| |type| |width| |height|)))
794 :category "VERSION_1_0" :deprecated nil :version "1.0")
795 (defglfun "ReadBuffer" read-buffer :return "void" :args
796 ((:name |mode| :type |ReadBufferMode| :direction :in)) :category "VERSION_1_0"
797 :deprecated nil :version "1.0")
798 (defglfun "PixelStorei" pixel-store-i :return "void" :args
799 ((:name |pname| :type |PixelStoreParameter| :direction :in)
800 (:name |param| :type |CheckedInt32| :direction :in))
801 :category "VERSION_1_0" :deprecated nil :version "1.0")
802 (defglfun "PixelStoref" pixel-store-f :return "void" :args
803 ((:name |pname| :type |PixelStoreParameter| :direction :in)
804 (:name |param| :type |CheckedFloat32| :direction :in))
805 :category "VERSION_1_0" :deprecated nil :version "1.0")
806 (defglfun "DepthFunc" depth-func :return "void" :args
807 ((:name |func| :type |DepthFunction| :direction :in)) :category "VERSION_1_0"
808 :deprecated nil :version "1.0")
809 (defglfun "StencilOp" stencil-op :return "void" :args
810 ((:name |fail| :type |StencilOp| :direction :in)
811 (:name |zfail| :type |StencilOp| :direction :in)
812 (:name |zpass| :type |StencilOp| :direction :in))
813 :category "VERSION_1_0" :deprecated nil :version "1.0")
814 (defglfun "StencilFunc" stencil-func :return "void" :args
815 ((:name |func| :type |StencilFunction| :direction :in)
816 (:name |ref| :type |ClampedStencilValue| :direction :in)
817 (:name |mask| :type |MaskedStencilValue| :direction :in))
818 :category "VERSION_1_0" :deprecated nil :version "1.0")
819 (defglfun "LogicOp" logic-op :return "void" :args
820 ((:name |opcode| :type |LogicOp| :direction :in)) :category "VERSION_1_0"
821 :deprecated nil :version "1.0")
822 (defglfun "BlendFunc" blend-func :return "void" :args
823 ((:name |sfactor| :type |BlendingFactorSrc| :direction :in)
824 (:name |dfactor| :type |BlendingFactorDest| :direction :in))
825 :category "VERSION_1_0" :deprecated nil :version "1.0")
826 (defglfun "Flush" flush :return "void" :args nil :category "VERSION_1_0"
827 :deprecated nil :version "1.0")
828 (defglfun "Finish" finish :return "void" :args nil :category "VERSION_1_0"
829 :deprecated nil :version "1.0")
830 (defglfun "Enable" enable :return "void" :args
831 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
832 :deprecated nil :version "1.0")
833 (defglfun "Disable" disable :return "void" :args
834 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
835 :deprecated nil :version "1.0")
836 (defglfun "DepthMask" depth-mask :return "void" :args
837 ((:name |flag| :type |Boolean| :direction :in)) :category "VERSION_1_0"
838 :deprecated nil :version "1.0")
839 (defglfun "ColorMask" color-mask :return "void" :args
840 ((:name |red| :type |Boolean| :direction :in)
841 (:name |green| :type |Boolean| :direction :in)
842 (:name |blue| :type |Boolean| :direction :in)
843 (:name |alpha| :type |Boolean| :direction :in))
844 :category "VERSION_1_0" :deprecated nil :version "1.0")
845 (defglfun "StencilMask" stencil-mask :return "void" :args
846 ((:name |mask| :type |MaskedStencilValue| :direction :in)) :category
847 "VERSION_1_0" :deprecated nil :version "1.0")
848 (defglfun "ClearDepth" clear-depth :return "void" :args
849 ((:name |depth| :type |ClampedFloat64| :direction :in)) :category
850 "VERSION_1_0" :deprecated nil :version "1.0")
851 (defglfun "ClearStencil" clear-stencil :return "void" :args
852 ((:name |s| :type |StencilValue| :direction :in)) :category "VERSION_1_0"
853 :deprecated nil :version "1.0")
854 (defglfun "ClearColor" clear-color :return "void" :args
855 ((:name |red| :type |ClampedColorF| :direction :in)
856 (:name |green| :type |ClampedColorF| :direction :in)
857 (:name |blue| :type |ClampedColorF| :direction :in)
858 (:name |alpha| :type |ClampedColorF| :direction :in))
859 :category "VERSION_1_0" :deprecated nil :version "1.0")
860 (defglfun "Clear" clear :return "void" :args
861 ((:name |mask| :type |ClearBufferMask| :direction :in)) :category
862 "VERSION_1_0" :deprecated nil :version "1.0")
863 (defglfun "DrawBuffer" draw-buffer :return "void" :args
864 ((:name |mode| :type |DrawBufferMode| :direction :in)) :category "VERSION_1_0"
865 :deprecated nil :version "1.0")
866 (defglfun "TexImage2D" tex-image-2d :return "void" :args
867 ((:name |target| :type |TextureTarget| :direction :in)
868 (:name |level| :type |CheckedInt32| :direction :in)
869 (:name |internalformat| :type |TextureComponentCount| :direction :in)
870 (:name |width| :type |SizeI| :direction :in)
871 (:name |height| :type |SizeI| :direction :in)
872 (:name |border| :type |CheckedInt32| :direction :in)
873 (:name |format| :type |PixelFormat| :direction :in)
874 (:name |type| :type |PixelType| :direction :in)
875 (:name |pixels| :type |Void| :direction :in :array t :size
876 (|format| |type| |width| |height|)))
877 :category "VERSION_1_0" :deprecated nil :version "1.0")
878 (defglfun "TexImage1D" tex-image-1d :return "void" :args
879 ((:name |target| :type |TextureTarget| :direction :in)
880 (:name |level| :type |CheckedInt32| :direction :in)
881 (:name |internalformat| :type |TextureComponentCount| :direction :in)
882 (:name |width| :type |SizeI| :direction :in)
883 (:name |border| :type |CheckedInt32| :direction :in)
884 (:name |format| :type |PixelFormat| :direction :in)
885 (:name |type| :type |PixelType| :direction :in)
886 (:name |pixels| :type |Void| :direction :in :array t :size
887 (|format| |type| |width|)))
888 :category "VERSION_1_0" :deprecated nil :version "1.0")
889 (defglfun "TexParameteriv" tex-parameter-iv :return "void" :args
890 ((:name |target| :type |TextureTarget| :direction :in)
891 (:name |pname| :type |TextureParameterName| :direction :in)
892 (:name |params| :type |CheckedInt32| :direction :in :array t :size
893 (|pname|)))
894 :category "VERSION_1_0" :deprecated nil :version "1.0")
895 (defglfun "TexParameteri" tex-parameter-i :return "void" :args
896 ((:name |target| :type |TextureTarget| :direction :in)
897 (:name |pname| :type |TextureParameterName| :direction :in)
898 (:name |param| :type |CheckedInt32| :direction :in))
899 :category "VERSION_1_0" :deprecated nil :version "1.0")
900 (defglfun "TexParameterfv" tex-parameter-fv :return "void" :args
901 ((:name |target| :type |TextureTarget| :direction :in)
902 (:name |pname| :type |TextureParameterName| :direction :in)
903 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
904 (|pname|)))
905 :category "VERSION_1_0" :deprecated nil :version "1.0")
906 (defglfun "TexParameterf" tex-parameter-f :return "void" :args
907 ((:name |target| :type |TextureTarget| :direction :in)
908 (:name |pname| :type |TextureParameterName| :direction :in)
909 (:name |param| :type |CheckedFloat32| :direction :in))
910 :category "VERSION_1_0" :deprecated nil :version "1.0")
911 (defglfun "Scissor" scissor :return "void" :args
912 ((:name |x| :type |WinCoord| :direction :in)
913 (:name |y| :type |WinCoord| :direction :in)
914 (:name |width| :type |SizeI| :direction :in)
915 (:name |height| :type |SizeI| :direction :in))
916 :category "VERSION_1_0" :deprecated nil :version "1.0")
917 (defglfun "PolygonMode" polygon-mode :return "void" :args
918 ((:name |face| :type |MaterialFace| :direction :in)
919 (:name |mode| :type |PolygonMode| :direction :in))
920 :category "VERSION_1_0" :deprecated nil :version "1.0")
921 (defglfun "PointSize" point-size :return "void" :args
922 ((:name |size| :type |CheckedFloat32| :direction :in)) :category "VERSION_1_0"
923 :deprecated nil :version "1.0")
924 (defglfun "LineWidth" line-width :return "void" :args
925 ((:name |width| :type |CheckedFloat32| :direction :in)) :category
926 "VERSION_1_0" :deprecated nil :version "1.0")
927 (defglfun "Hint" hint :return "void" :args
928 ((:name |target| :type |HintTarget| :direction :in)
929 (:name |mode| :type |HintMode| :direction :in))
930 :category "VERSION_1_0" :deprecated nil :version "1.0")
931 (defglfun "FrontFace" front-face :return "void" :args
932 ((:name |mode| :type |FrontFaceDirection| :direction :in)) :category
933 "VERSION_1_0" :deprecated nil :version "1.0")
934 (defglfun "CullFace" cull-face :return "void" :args
935 ((:name |mode| :type |CullFaceMode| :direction :in)) :category "VERSION_1_0"
936 :deprecated nil :version "1.0")
937 (defglfun "Indexubv" index-ubv :return "void" :args
938 ((:name |c| :type |ColorIndexValueUB| :direction :in :array t :size #x1))
939 :category "VERSION_1_1" :deprecated nil :version "1.1")
940 (defglfun "Indexub" index-ub :return "void" :args
941 ((:name |c| :type |ColorIndexValueUB| :direction :in)) :category "VERSION_1_1"
942 :deprecated nil :version "1.1")
943 (defglfun "IsTexture" is-texture :return "Boolean" :args
944 ((:name |texture| :type |Texture| :direction :in)) :category "VERSION_1_1"
945 :deprecated nil :version "1.1")
946 (defglfun "GenTextures" gen-textures :return "void" :args
947 ((:name |n| :type |SizeI| :direction :in)
948 (:name |textures| :type |Texture| :direction :out :array t :size n))
949 :category "VERSION_1_1" :deprecated nil :version "1.1")
950 (defglfun "DeleteTextures" delete-textures :return "void" :args
951 ((:name |n| :type |SizeI| :direction :in)
952 (:name |textures| :type |Texture| :direction :in :array t :size n))
953 :category "VERSION_1_1" :deprecated nil :version "1.1")
954 (defglfun "BindTexture" bind-texture :return "void" :args
955 ((:name |target| :type |TextureTarget| :direction :in)
956 (:name |texture| :type |Texture| :direction :in))
957 :category "VERSION_1_1" :deprecated nil :version "1.1")
958 (defglfun "TexSubImage2D" tex-sub-image-2d :return "void" :args
959 ((:name |target| :type |TextureTarget| :direction :in)
960 (:name |level| :type |CheckedInt32| :direction :in)
961 (:name |xoffset| :type |CheckedInt32| :direction :in)
962 (:name |yoffset| :type |CheckedInt32| :direction :in)
963 (:name |width| :type |SizeI| :direction :in)
964 (:name |height| :type |SizeI| :direction :in)
965 (:name |format| :type |PixelFormat| :direction :in)
966 (:name |type| :type |PixelType| :direction :in)
967 (:name |pixels| :type |Void| :direction :in :array t :size
968 (|format| |type| |width| |height|)))
969 :category "VERSION_1_1" :deprecated nil :version "1.1")
970 (defglfun "TexSubImage1D" tex-sub-image-1d :return "void" :args
971 ((:name |target| :type |TextureTarget| :direction :in)
972 (:name |level| :type |CheckedInt32| :direction :in)
973 (:name |xoffset| :type |CheckedInt32| :direction :in)
974 (:name |width| :type |SizeI| :direction :in)
975 (:name |format| :type |PixelFormat| :direction :in)
976 (:name |type| :type |PixelType| :direction :in)
977 (:name |pixels| :type |Void| :direction :in :array t :size
978 (|format| |type| |width|)))
979 :category "VERSION_1_1" :deprecated nil :version "1.1")
980 (defglfun "CopyTexSubImage2D" copy-tex-sub-image-2d :return "void" :args
981 ((:name |target| :type |TextureTarget| :direction :in)
982 (:name |level| :type |CheckedInt32| :direction :in)
983 (:name |xoffset| :type |CheckedInt32| :direction :in)
984 (:name |yoffset| :type |CheckedInt32| :direction :in)
985 (:name |x| :type |WinCoord| :direction :in)
986 (:name |y| :type |WinCoord| :direction :in)
987 (:name |width| :type |SizeI| :direction :in)
988 (:name |height| :type |SizeI| :direction :in))
989 :category "VERSION_1_1" :deprecated nil :version "1.1")
990 (defglfun "CopyTexSubImage1D" copy-tex-sub-image-1d :return "void" :args
991 ((:name |target| :type |TextureTarget| :direction :in)
992 (:name |level| :type |CheckedInt32| :direction :in)
993 (:name |xoffset| :type |CheckedInt32| :direction :in)
994 (:name |x| :type |WinCoord| :direction :in)
995 (:name |y| :type |WinCoord| :direction :in)
996 (:name |width| :type |SizeI| :direction :in))
997 :category "VERSION_1_1" :deprecated nil :version "1.1")
998 (defglfun "CopyTexImage2D" copy-tex-image-2d :return "void" :args
999 ((:name |target| :type |TextureTarget| :direction :in)
1000 (:name |level| :type |CheckedInt32| :direction :in)
1001 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1002 (:name |x| :type |WinCoord| :direction :in)
1003 (:name |y| :type |WinCoord| :direction :in)
1004 (:name |width| :type |SizeI| :direction :in)
1005 (:name |height| :type |SizeI| :direction :in)
1006 (:name |border| :type |CheckedInt32| :direction :in))
1007 :category "VERSION_1_1" :deprecated nil :version "1.1")
1008 (defglfun "CopyTexImage1D" copy-tex-image-1d :return "void" :args
1009 ((:name |target| :type |TextureTarget| :direction :in)
1010 (:name |level| :type |CheckedInt32| :direction :in)
1011 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1012 (:name |x| :type |WinCoord| :direction :in)
1013 (:name |y| :type |WinCoord| :direction :in)
1014 (:name |width| :type |SizeI| :direction :in)
1015 (:name |border| :type |CheckedInt32| :direction :in))
1016 :category "VERSION_1_1" :deprecated nil :version "1.1")
1017 (defglfun "PolygonOffset" polygon-offset :return "void" :args
1018 ((:name |factor| :type |Float32| :direction :in)
1019 (:name |units| :type |Float32| :direction :in))
1020 :category "VERSION_1_1" :deprecated nil :version "1.1")
1021 (defglfun "GetPointerv" get-pointerv :return "void" :args
1022 ((:name |pname| :type |GetPointervPName| :direction :in)
1023 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
1024 :category "VERSION_1_1" :deprecated nil :version "1.1")
1025 (defglfun "DrawElements" draw-elements :return "void" :args
1026 ((:name |mode| :type |BeginMode| :direction :in)
1027 (:name |count| :type |SizeI| :direction :in)
1028 (:name |type| :type |DrawElementsType| :direction :in)
1029 (:name |indices| :type |Void| :direction :in :array t :size
1030 (|count| |type|)))
1031 :category "VERSION_1_1" :deprecated nil :version "1.1")
1032 (defglfun "DrawArrays" draw-arrays :return "void" :args
1033 ((:name |mode| :type |BeginMode| :direction :in)
1034 (:name |first| :type |Int32| :direction :in)
1035 (:name |count| :type |SizeI| :direction :in))
1036 :category "VERSION_1_1" :deprecated nil :version "1.1")
1037 (defglextfun "CopyTexSubImage3D" copy-tex-sub-image-3d :return "void" :args
1038 ((:name |target| :type |TextureTarget| :direction :in)
1039 (:name |level| :type |CheckedInt32| :direction :in)
1040 (:name |xoffset| :type |CheckedInt32| :direction :in)
1041 (:name |yoffset| :type |CheckedInt32| :direction :in)
1042 (:name |zoffset| :type |CheckedInt32| :direction :in)
1043 (:name |x| :type |WinCoord| :direction :in)
1044 (:name |y| :type |WinCoord| :direction :in)
1045 (:name |width| :type |SizeI| :direction :in)
1046 (:name |height| :type |SizeI| :direction :in))
1047 :category "VERSION_1_2" :deprecated nil :version "1.2")
1048 (defglextfun "TexSubImage3D" tex-sub-image-3d :return "void" :args
1049 ((:name |target| :type |TextureTarget| :direction :in)
1050 (:name |level| :type |CheckedInt32| :direction :in)
1051 (:name |xoffset| :type |CheckedInt32| :direction :in)
1052 (:name |yoffset| :type |CheckedInt32| :direction :in)
1053 (:name |zoffset| :type |CheckedInt32| :direction :in)
1054 (:name |width| :type |SizeI| :direction :in)
1055 (:name |height| :type |SizeI| :direction :in)
1056 (:name |depth| :type |SizeI| :direction :in)
1057 (:name |format| :type |PixelFormat| :direction :in)
1058 (:name |type| :type |PixelType| :direction :in)
1059 (:name |pixels| :type |Void| :direction :in :array t :size
1060 (|format| |type| |width| |height| |depth|)))
1061 :category "VERSION_1_2" :deprecated nil :version "1.2")
1062 (defglextfun "DrawRangeElements" draw-range-elements :return "void" :args
1063 ((:name |mode| :type |BeginMode| :direction :in)
1064 (:name |start| :type |UInt32| :direction :in)
1065 (:name |end| :type |UInt32| :direction :in)
1066 (:name |count| :type |SizeI| :direction :in)
1067 (:name |type| :type |DrawElementsType| :direction :in)
1068 (:name |indices| :type |Void| :direction :in :array t :size
1069 (|count| |type|)))
1070 :category "VERSION_1_2" :deprecated nil :version "1.2")
1071 (defglextfun "BlendEquation" blend-equation :return "void" :args
1072 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
1073 "VERSION_1_2" :deprecated nil :version "1.2")
1074 (defglextfun "BlendColor" blend-color :return "void" :args
1075 ((:name |red| :type |ClampedColorF| :direction :in)
1076 (:name |green| :type |ClampedColorF| :direction :in)
1077 (:name |blue| :type |ClampedColorF| :direction :in)
1078 (:name |alpha| :type |ClampedColorF| :direction :in))
1079 :category "VERSION_1_2" :deprecated nil :version "1.2")
1080 (defglextfun "GetCompressedTexImage" get-compressed-tex-image :return "void"
1081 :args
1082 ((:name |target| :type |TextureTarget| :direction :in)
1083 (:name |level| :type |CheckedInt32| :direction :in)
1084 (:name |img| :type |CompressedTextureARB| :direction :out :array t :size
1085 (|target| |level|)))
1086 :category "VERSION_1_3" :deprecated nil :version "1.3")
1087 (defglextfun "CompressedTexSubImage1D" compressed-tex-sub-image-1d :return
1088 "void" :args
1089 ((:name |target| :type |TextureTarget| :direction :in)
1090 (:name |level| :type |CheckedInt32| :direction :in)
1091 (:name |xoffset| :type |CheckedInt32| :direction :in)
1092 (:name |width| :type |SizeI| :direction :in)
1093 (:name |format| :type |PixelFormat| :direction :in)
1094 (:name |imageSize| :type |SizeI| :direction :in)
1095 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1096 imagesize))
1097 :category "VERSION_1_3" :deprecated nil :version "1.3")
1098 (defglextfun "CompressedTexSubImage2D" compressed-tex-sub-image-2d :return
1099 "void" :args
1100 ((:name |target| :type |TextureTarget| :direction :in)
1101 (:name |level| :type |CheckedInt32| :direction :in)
1102 (:name |xoffset| :type |CheckedInt32| :direction :in)
1103 (:name |yoffset| :type |CheckedInt32| :direction :in)
1104 (:name |width| :type |SizeI| :direction :in)
1105 (:name |height| :type |SizeI| :direction :in)
1106 (:name |format| :type |PixelFormat| :direction :in)
1107 (:name |imageSize| :type |SizeI| :direction :in)
1108 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1109 imagesize))
1110 :category "VERSION_1_3" :deprecated nil :version "1.3")
1111 (defglextfun "CompressedTexSubImage3D" compressed-tex-sub-image-3d :return
1112 "void" :args
1113 ((:name |target| :type |TextureTarget| :direction :in)
1114 (:name |level| :type |CheckedInt32| :direction :in)
1115 (:name |xoffset| :type |CheckedInt32| :direction :in)
1116 (:name |yoffset| :type |CheckedInt32| :direction :in)
1117 (:name |zoffset| :type |CheckedInt32| :direction :in)
1118 (:name |width| :type |SizeI| :direction :in)
1119 (:name |height| :type |SizeI| :direction :in)
1120 (:name |depth| :type |SizeI| :direction :in)
1121 (:name |format| :type |PixelFormat| :direction :in)
1122 (:name |imageSize| :type |SizeI| :direction :in)
1123 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1124 imagesize))
1125 :category "VERSION_1_3" :deprecated nil :version "1.3")
1126 (defglextfun "CompressedTexImage1D" compressed-tex-image-1d :return "void"
1127 :args
1128 ((:name |target| :type |TextureTarget| :direction :in)
1129 (:name |level| :type |CheckedInt32| :direction :in)
1130 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1131 (:name |width| :type |SizeI| :direction :in)
1132 (:name |border| :type |CheckedInt32| :direction :in)
1133 (:name |imageSize| :type |SizeI| :direction :in)
1134 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1135 imagesize))
1136 :category "VERSION_1_3" :deprecated nil :version "1.3")
1137 (defglextfun "CompressedTexImage2D" compressed-tex-image-2d :return "void"
1138 :args
1139 ((:name |target| :type |TextureTarget| :direction :in)
1140 (:name |level| :type |CheckedInt32| :direction :in)
1141 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1142 (:name |width| :type |SizeI| :direction :in)
1143 (:name |height| :type |SizeI| :direction :in)
1144 (:name |border| :type |CheckedInt32| :direction :in)
1145 (:name |imageSize| :type |SizeI| :direction :in)
1146 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1147 imagesize))
1148 :category "VERSION_1_3" :deprecated nil :version "1.3")
1149 (defglextfun "CompressedTexImage3D" compressed-tex-image-3d :return "void"
1150 :args
1151 ((:name |target| :type |TextureTarget| :direction :in)
1152 (:name |level| :type |CheckedInt32| :direction :in)
1153 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1154 (:name |width| :type |SizeI| :direction :in)
1155 (:name |height| :type |SizeI| :direction :in)
1156 (:name |depth| :type |SizeI| :direction :in)
1157 (:name |border| :type |CheckedInt32| :direction :in)
1158 (:name |imageSize| :type |SizeI| :direction :in)
1159 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1160 imagesize))
1161 :category "VERSION_1_3" :deprecated nil :version "1.3")
1162 (defglextfun "SampleCoverage" sample-coverage :return "void" :args
1163 ((:name |value| :type |ClampedFloat32| :direction :in)
1164 (:name |invert| :type |Boolean| :direction :in))
1165 :category "VERSION_1_3" :deprecated nil :version "1.3")
1166 (defglextfun "ActiveTexture" active-texture :return "void" :args
1167 ((:name |texture| :type |TextureUnit| :direction :in)) :category "VERSION_1_3"
1168 :deprecated nil :version "1.3")
1169 (defglextfun "PointParameteriv" point-parameter-iv :return "void" :args
1170 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1171 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
1172 :category "VERSION_1_4" :deprecated nil :version "1.4")
1173 (defglextfun "PointParameteri" point-parameter-i :return "void" :args
1174 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1175 (:name |param| :type |Int32| :direction :in))
1176 :category "VERSION_1_4" :deprecated nil :version "1.4")
1177 (defglextfun "PointParameterfv" point-parameter-fv :return "void" :args
1178 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1179 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1180 (|pname|)))
1181 :category "VERSION_1_4" :deprecated nil :version "1.4")
1182 (defglextfun "PointParameterf" point-parameter-f :return "void" :args
1183 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1184 (:name |param| :type |CheckedFloat32| :direction :in))
1185 :category "VERSION_1_4" :deprecated nil :version "1.4")
1186 (defglextfun "MultiDrawElements" multi-draw-elements :return "void" :args
1187 ((:name |mode| :type |BeginMode| :direction :in)
1188 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
1189 (:name |type| :type |DrawElementsType| :direction :in)
1190 (:name |indices| :type |VoidPointer| :direction :in :array t :size
1191 (|primcount|))
1192 (:name |primcount| :type |SizeI| :direction :in))
1193 :category "VERSION_1_4" :deprecated nil :version "1.4")
1194 (defglextfun "MultiDrawArrays" multi-draw-arrays :return "void" :args
1195 ((:name |mode| :type |BeginMode| :direction :in)
1196 (:name |first| :type |Int32| :direction :in :array t :size (|count|))
1197 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
1198 (:name |primcount| :type |SizeI| :direction :in))
1199 :category "VERSION_1_4" :deprecated nil :version "1.4")
1200 (defglextfun "BlendFuncSeparate" blend-func-separate :return "void" :args
1201 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
1202 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
1203 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
1204 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in))
1205 :category "VERSION_1_4" :deprecated nil :version "1.4")
1206 (defglextfun "GetBufferPointerv" get-buffer-pointerv :return "void" :args
1207 ((:name |target| :type |BufferTargetARB| :direction :in)
1208 (:name |pname| :type |BufferPointerNameARB| :direction :in)
1209 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
1210 :category "VERSION_1_5" :deprecated nil :version "1.5")
1211 (defglextfun "GetBufferParameteriv" get-buffer-parameter-iv :return "void"
1212 :args
1213 ((:name |target| :type |BufferTargetARB| :direction :in)
1214 (:name |pname| :type |BufferPNameARB| :direction :in)
1215 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1216 :category "VERSION_1_5" :deprecated nil :version "1.5")
1217 (defglextfun "UnmapBuffer" unmap-buffer :return "Boolean" :args
1218 ((:name |target| :type |BufferTargetARB| :direction :in)) :category
1219 "VERSION_1_5" :deprecated nil :version "1.5")
1220 (defglextfun "MapBuffer" map-buffer :return "VoidPointer" :args
1221 ((:name |target| :type |BufferTargetARB| :direction :in)
1222 (:name |access| :type |BufferAccessARB| :direction :in))
1223 :category "VERSION_1_5" :deprecated nil :version "1.5")
1224 (defglextfun "GetBufferSubData" get-buffer-sub-data :return "void" :args
1225 ((:name |target| :type |BufferTargetARB| :direction :in)
1226 (:name |offset| :type |BufferOffset| :direction :in)
1227 (:name |size| :type |BufferSize| :direction :in)
1228 (:name |data| :type |Void| :direction :out :array t :size size))
1229 :category "VERSION_1_5" :deprecated nil :version "1.5")
1230 (defglextfun "BufferSubData" buffer-sub-data :return "void" :args
1231 ((:name |target| :type |BufferTargetARB| :direction :in)
1232 (:name |offset| :type |BufferOffset| :direction :in)
1233 (:name |size| :type |BufferSize| :direction :in)
1234 (:name |data| :type |ConstVoid| :direction :in :array t :size size))
1235 :category "VERSION_1_5" :deprecated nil :version "1.5")
1236 (defglextfun "BufferData" buffer-data :return "void" :args
1237 ((:name |target| :type |BufferTargetARB| :direction :in)
1238 (:name |size| :type |BufferSize| :direction :in)
1239 (:name |data| :type |ConstVoid| :direction :in :array t :size size)
1240 (:name |usage| :type |BufferUsageARB| :direction :in))
1241 :category "VERSION_1_5" :deprecated nil :version "1.5")
1242 (defglextfun "IsBuffer" is-buffer :return "Boolean" :args
1243 ((:name |buffer| :type |UInt32| :direction :in)) :category "VERSION_1_5"
1244 :deprecated nil :version "1.5")
1245 (defglextfun "GenBuffers" gen-buffers :return "void" :args
1246 ((:name |n| :type |SizeI| :direction :in)
1247 (:name |buffers| :type |UInt32| :direction :out :array t :size n))
1248 :category "VERSION_1_5" :deprecated nil :version "1.5")
1249 (defglextfun "DeleteBuffers" delete-buffers :return "void" :args
1250 ((:name |n| :type |SizeI| :direction :in)
1251 (:name |buffers| :type |ConstUInt32| :direction :in :array t :size n))
1252 :category "VERSION_1_5" :deprecated nil :version "1.5")
1253 (defglextfun "BindBuffer" bind-buffer :return "void" :args
1254 ((:name |target| :type |BufferTargetARB| :direction :in)
1255 (:name |buffer| :type |UInt32| :direction :in))
1256 :category "VERSION_1_5" :deprecated nil :version "1.5")
1257 (defglextfun "GetQueryObjectuiv" get-query-object-uiv :return "void" :args
1258 ((:name |id| :type |UInt32| :direction :in)
1259 (:name |pname| :type |GLenum| :direction :in)
1260 (:name |params| :type |UInt32| :direction :out :array t :size pname))
1261 :category "VERSION_1_5" :deprecated nil :version "1.5")
1262 (defglextfun "GetQueryObjectiv" get-query-object-iv :return "void" :args
1263 ((:name |id| :type |UInt32| :direction :in)
1264 (:name |pname| :type |GLenum| :direction :in)
1265 (:name |params| :type |Int32| :direction :out :array t :size pname))
1266 :category "VERSION_1_5" :deprecated nil :version "1.5")
1267 (defglextfun "GetQueryiv" get-query-iv :return "void" :args
1268 ((:name |target| :type |GLenum| :direction :in)
1269 (:name |pname| :type |GLenum| :direction :in)
1270 (:name |params| :type |Int32| :direction :out :array t :size pname))
1271 :category "VERSION_1_5" :deprecated nil :version "1.5")
1272 (defglextfun "EndQuery" end-query :return "void" :args
1273 ((:name |target| :type |GLenum| :direction :in)) :category "VERSION_1_5"
1274 :deprecated nil :version "1.5")
1275 (defglextfun "BeginQuery" begin-query :return "void" :args
1276 ((:name |target| :type |GLenum| :direction :in)
1277 (:name |id| :type |UInt32| :direction :in))
1278 :category "VERSION_1_5" :deprecated nil :version "1.5")
1279 (defglextfun "IsQuery" is-query :return "Boolean" :args
1280 ((:name |id| :type |UInt32| :direction :in)) :category "VERSION_1_5"
1281 :deprecated nil :version "1.5")
1282 (defglextfun "DeleteQueries" delete-queries :return "void" :args
1283 ((:name |n| :type |SizeI| :direction :in)
1284 (:name |ids| :type |UInt32| :direction :in :array t :size n))
1285 :category "VERSION_1_5" :deprecated nil :version "1.5")
1286 (defglextfun "GenQueries" gen-queries :return "void" :args
1287 ((:name |n| :type |SizeI| :direction :in)
1288 (:name |ids| :type |UInt32| :direction :out :array t :size n))
1289 :category "VERSION_1_5" :deprecated nil :version "1.5")
1290 (defglextfun "VertexAttribPointer" vertex-attrib-pointer :return "void" :args
1291 ((:name |index| :type |UInt32| :direction :in)
1292 (:name |size| :type |Int32| :direction :in)
1293 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
1294 (:name |normalized| :type |Boolean| :direction :in)
1295 (:name |stride| :type |SizeI| :direction :in)
1296 (:name |pointer| :type |Void| :direction :in :array t :size
1297 (|size| |type| |stride|) :retained t))
1298 :category "VERSION_2_0" :deprecated nil :version "2.0")
1299 (defglextfun "ValidateProgram" validate-program :return "void" :args
1300 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1301 :deprecated nil :version "2.0")
1302 (defglextfun "UniformMatrix4fv" uniform-matrix-4fv :return "void" :args
1303 ((:name |location| :type |Int32| :direction :in)
1304 (:name |count| :type |SizeI| :direction :in)
1305 (:name |transpose| :type |Boolean| :direction :in)
1306 (:name |value| :type |Float32| :direction :in :array t :size count))
1307 :category "VERSION_2_0" :deprecated nil :version "2.0")
1308 (defglextfun "UniformMatrix3fv" uniform-matrix-3fv :return "void" :args
1309 ((:name |location| :type |Int32| :direction :in)
1310 (:name |count| :type |SizeI| :direction :in)
1311 (:name |transpose| :type |Boolean| :direction :in)
1312 (:name |value| :type |Float32| :direction :in :array t :size count))
1313 :category "VERSION_2_0" :deprecated nil :version "2.0")
1314 (defglextfun "UniformMatrix2fv" uniform-matrix-2fv :return "void" :args
1315 ((:name |location| :type |Int32| :direction :in)
1316 (:name |count| :type |SizeI| :direction :in)
1317 (:name |transpose| :type |Boolean| :direction :in)
1318 (:name |value| :type |Float32| :direction :in :array t :size count))
1319 :category "VERSION_2_0" :deprecated nil :version "2.0")
1320 (defglextfun "Uniform4iv" uniform-4iv :return "void" :args
1321 ((:name |location| :type |Int32| :direction :in)
1322 (:name |count| :type |SizeI| :direction :in)
1323 (:name |value| :type |Int32| :direction :in :array t :size count))
1324 :category "VERSION_2_0" :deprecated nil :version "2.0")
1325 (defglextfun "Uniform3iv" uniform-3iv :return "void" :args
1326 ((:name |location| :type |Int32| :direction :in)
1327 (:name |count| :type |SizeI| :direction :in)
1328 (:name |value| :type |Int32| :direction :in :array t :size count))
1329 :category "VERSION_2_0" :deprecated nil :version "2.0")
1330 (defglextfun "Uniform2iv" uniform-2iv :return "void" :args
1331 ((:name |location| :type |Int32| :direction :in)
1332 (:name |count| :type |SizeI| :direction :in)
1333 (:name |value| :type |Int32| :direction :in :array t :size count))
1334 :category "VERSION_2_0" :deprecated nil :version "2.0")
1335 (defglextfun "Uniform1iv" uniform-1iv :return "void" :args
1336 ((:name |location| :type |Int32| :direction :in)
1337 (:name |count| :type |SizeI| :direction :in)
1338 (:name |value| :type |Int32| :direction :in :array t :size count))
1339 :category "VERSION_2_0" :deprecated nil :version "2.0")
1340 (defglextfun "Uniform4fv" uniform-4fv :return "void" :args
1341 ((:name |location| :type |Int32| :direction :in)
1342 (:name |count| :type |SizeI| :direction :in)
1343 (:name |value| :type |Float32| :direction :in :array t :size count))
1344 :category "VERSION_2_0" :deprecated nil :version "2.0")
1345 (defglextfun "Uniform3fv" uniform-3fv :return "void" :args
1346 ((:name |location| :type |Int32| :direction :in)
1347 (:name |count| :type |SizeI| :direction :in)
1348 (:name |value| :type |Float32| :direction :in :array t :size count))
1349 :category "VERSION_2_0" :deprecated nil :version "2.0")
1350 (defglextfun "Uniform2fv" uniform-2fv :return "void" :args
1351 ((:name |location| :type |Int32| :direction :in)
1352 (:name |count| :type |SizeI| :direction :in)
1353 (:name |value| :type |Float32| :direction :in :array t :size count))
1354 :category "VERSION_2_0" :deprecated nil :version "2.0")
1355 (defglextfun "Uniform1fv" uniform-1fv :return "void" :args
1356 ((:name |location| :type |Int32| :direction :in)
1357 (:name |count| :type |SizeI| :direction :in)
1358 (:name |value| :type |Float32| :direction :in :array t :size count))
1359 :category "VERSION_2_0" :deprecated nil :version "2.0")
1360 (defglextfun "Uniform4i" uniform-4i :return "void" :args
1361 ((:name |location| :type |Int32| :direction :in)
1362 (:name |v0| :type |Int32| :direction :in)
1363 (:name |v1| :type |Int32| :direction :in)
1364 (:name |v2| :type |Int32| :direction :in)
1365 (:name |v3| :type |Int32| :direction :in))
1366 :category "VERSION_2_0" :deprecated nil :version "2.0")
1367 (defglextfun "Uniform3i" uniform-3i :return "void" :args
1368 ((:name |location| :type |Int32| :direction :in)
1369 (:name |v0| :type |Int32| :direction :in)
1370 (:name |v1| :type |Int32| :direction :in)
1371 (:name |v2| :type |Int32| :direction :in))
1372 :category "VERSION_2_0" :deprecated nil :version "2.0")
1373 (defglextfun "Uniform2i" uniform-2i :return "void" :args
1374 ((:name |location| :type |Int32| :direction :in)
1375 (:name |v0| :type |Int32| :direction :in)
1376 (:name |v1| :type |Int32| :direction :in))
1377 :category "VERSION_2_0" :deprecated nil :version "2.0")
1378 (defglextfun "Uniform1i" uniform-1i :return "void" :args
1379 ((:name |location| :type |Int32| :direction :in)
1380 (:name |v0| :type |Int32| :direction :in))
1381 :category "VERSION_2_0" :deprecated nil :version "2.0")
1382 (defglextfun "Uniform4f" uniform-4f :return "void" :args
1383 ((:name |location| :type |Int32| :direction :in)
1384 (:name |v0| :type |Float32| :direction :in)
1385 (:name |v1| :type |Float32| :direction :in)
1386 (:name |v2| :type |Float32| :direction :in)
1387 (:name |v3| :type |Float32| :direction :in))
1388 :category "VERSION_2_0" :deprecated nil :version "2.0")
1389 (defglextfun "Uniform3f" uniform-3f :return "void" :args
1390 ((:name |location| :type |Int32| :direction :in)
1391 (:name |v0| :type |Float32| :direction :in)
1392 (:name |v1| :type |Float32| :direction :in)
1393 (:name |v2| :type |Float32| :direction :in))
1394 :category "VERSION_2_0" :deprecated nil :version "2.0")
1395 (defglextfun "Uniform2f" uniform-2f :return "void" :args
1396 ((:name |location| :type |Int32| :direction :in)
1397 (:name |v0| :type |Float32| :direction :in)
1398 (:name |v1| :type |Float32| :direction :in))
1399 :category "VERSION_2_0" :deprecated nil :version "2.0")
1400 (defglextfun "Uniform1f" uniform-1f :return "void" :args
1401 ((:name |location| :type |Int32| :direction :in)
1402 (:name |v0| :type |Float32| :direction :in))
1403 :category "VERSION_2_0" :deprecated nil :version "2.0")
1404 (defglextfun "UseProgram" use-program :return "void" :args
1405 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1406 :deprecated nil :version "2.0")
1407 (defglextfun "ShaderSource" shader-source :return "void" :args
1408 ((:name |shader| :type |UInt32| :direction :in)
1409 (:name |count| :type |SizeI| :direction :in)
1410 (:name |string| :type |CharPointer| :direction :in :array t :size count)
1411 (:name |length| :type |Int32| :direction :in :array t :size #x1))
1412 :category "VERSION_2_0" :deprecated nil :version "2.0")
1413 (defglextfun "LinkProgram" link-program :return "void" :args
1414 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1415 :deprecated nil :version "2.0")
1416 (defglextfun "IsShader" is-shader :return "Boolean" :args
1417 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1418 :deprecated nil :version "2.0")
1419 (defglextfun "IsProgram" is-program :return "Boolean" :args
1420 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1421 :deprecated nil :version "2.0")
1422 (defglextfun "GetVertexAttribPointerv" get-vertex-attrib-pointerv :return
1423 "void" :args
1424 ((:name |index| :type |UInt32| :direction :in)
1425 (:name |pname| :type |VertexAttribPointerPropertyARB| :direction :in)
1426 (:name |pointer| :type |VoidPointer| :direction :out :array t :size #x1))
1427 :category "VERSION_2_0" :deprecated nil :version "2.0")
1428 (defglextfun "GetVertexAttribiv" get-vertex-attrib-iv :return "void" :args
1429 ((:name |index| :type |UInt32| :direction :in)
1430 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
1431 (:name |params| :type |Int32| :direction :out :array t :size #x4))
1432 :category "VERSION_2_0" :deprecated nil :version "2.0")
1433 (defglextfun "GetVertexAttribfv" get-vertex-attrib-fv :return "void" :args
1434 ((:name |index| :type |UInt32| :direction :in)
1435 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
1436 (:name |params| :type |Float32| :direction :out :array t :size #x4))
1437 :category "VERSION_2_0" :deprecated nil :version "2.0")
1438 (defglextfun "GetVertexAttribdv" get-vertex-attrib-dv :return "void" :args
1439 ((:name |index| :type |UInt32| :direction :in)
1440 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
1441 (:name |params| :type |Float64| :direction :out :array t :size #x4))
1442 :category "VERSION_2_0" :deprecated nil :version "2.0")
1443 (defglextfun "GetUniformiv" get-uniform-iv :return "void" :args
1444 ((:name |program| :type |UInt32| :direction :in)
1445 (:name |location| :type |Int32| :direction :in)
1446 (:name |params| :type |Int32| :direction :out :array t :size (|location|)))
1447 :category "VERSION_2_0" :deprecated nil :version "2.0")
1448 (defglextfun "GetUniformfv" get-uniform-fv :return "void" :args
1449 ((:name |program| :type |UInt32| :direction :in)
1450 (:name |location| :type |Int32| :direction :in)
1451 (:name |params| :type |Float32| :direction :out :array t :size (|location|)))
1452 :category "VERSION_2_0" :deprecated nil :version "2.0")
1453 (defglextfun "GetUniformLocation" get-uniform-location :return "Int32" :args
1454 ((:name |program| :type |UInt32| :direction :in)
1455 (:name |name| :type |Char| :direction :in :array t))
1456 :category "VERSION_2_0" :deprecated nil :version "2.0")
1457 (defglextfun "GetShaderSource" get-shader-source :return "void" :args
1458 ((:name |shader| :type |UInt32| :direction :in)
1459 (:name |bufSize| :type |SizeI| :direction :in)
1460 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1461 (:name |source| :type |Char| :direction :out :array t :size length))
1462 :category "VERSION_2_0" :deprecated nil :version "2.0")
1463 (defglextfun "GetShaderInfoLog" get-shader-info-log :return "void" :args
1464 ((:name |shader| :type |UInt32| :direction :in)
1465 (:name |bufSize| :type |SizeI| :direction :in)
1466 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1467 (:name |infoLog| :type |Char| :direction :out :array t :size length))
1468 :category "VERSION_2_0" :deprecated nil :version "2.0")
1469 (defglextfun "GetShaderiv" get-shader-iv :return "void" :args
1470 ((:name |shader| :type |UInt32| :direction :in)
1471 (:name |pname| :type |GLenum| :direction :in)
1472 (:name |params| :type |Int32| :direction :out :array t :size pname))
1473 :category "VERSION_2_0" :deprecated nil :version "2.0")
1474 (defglextfun "GetProgramInfoLog" get-program-info-log :return "void" :args
1475 ((:name |program| :type |UInt32| :direction :in)
1476 (:name |bufSize| :type |SizeI| :direction :in)
1477 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1478 (:name |infoLog| :type |Char| :direction :out :array t :size length))
1479 :category "VERSION_2_0" :deprecated nil :version "2.0")
1480 (defglextfun "GetProgramiv" get-program-iv :return "void" :args
1481 ((:name |program| :type |UInt32| :direction :in)
1482 (:name |pname| :type |GLenum| :direction :in)
1483 (:name |params| :type |Int32| :direction :out :array t :size pname))
1484 :category "VERSION_2_0" :deprecated nil :version "2.0")
1485 (defglextfun "GetAttribLocation" get-attrib-location :return "Int32" :args
1486 ((:name |program| :type |UInt32| :direction :in)
1487 (:name |name| :type |Char| :direction :in :array t))
1488 :category "VERSION_2_0" :deprecated nil :version "2.0")
1489 (defglextfun "GetAttachedShaders" get-attached-shaders :return "void" :args
1490 ((:name |program| :type |UInt32| :direction :in)
1491 (:name |maxCount| :type |SizeI| :direction :in)
1492 (:name |count| :type |SizeI| :direction :out :array t :size #x1)
1493 (:name |obj| :type |UInt32| :direction :out :array t :size count))
1494 :category "VERSION_2_0" :deprecated nil :version "2.0")
1495 (defglextfun "GetActiveUniform" get-active-uniform :return "void" :args
1496 ((:name |program| :type |UInt32| :direction :in)
1497 (:name |index| :type |UInt32| :direction :in)
1498 (:name |bufSize| :type |SizeI| :direction :in)
1499 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1500 (:name |size| :type |Int32| :direction :out :array t :size #x1)
1501 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
1502 (:name |name| :type |Char| :direction :out :array t))
1503 :category "VERSION_2_0" :deprecated nil :version "2.0")
1504 (defglextfun "GetActiveAttrib" get-active-attrib :return "void" :args
1505 ((:name |program| :type |UInt32| :direction :in)
1506 (:name |index| :type |UInt32| :direction :in)
1507 (:name |bufSize| :type |SizeI| :direction :in)
1508 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1509 (:name |size| :type |Int32| :direction :out :array t :size #x1)
1510 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
1511 (:name |name| :type |Char| :direction :out :array t))
1512 :category "VERSION_2_0" :deprecated nil :version "2.0")
1513 (defglextfun "EnableVertexAttribArray" enable-vertex-attrib-array :return
1514 "void" :args ((:name |index| :type |UInt32| :direction :in)) :category
1515 "VERSION_2_0" :deprecated nil :version "2.0")
1516 (defglextfun "DisableVertexAttribArray" disable-vertex-attrib-array :return
1517 "void" :args ((:name |index| :type |UInt32| :direction :in)) :category
1518 "VERSION_2_0" :deprecated nil :version "2.0")
1519 (defglextfun "DetachShader" detach-shader :return "void" :args
1520 ((:name |program| :type |UInt32| :direction :in)
1521 (:name |shader| :type |UInt32| :direction :in))
1522 :category "VERSION_2_0" :deprecated nil :version "2.0")
1523 (defglextfun "DeleteShader" delete-shader :return "void" :args
1524 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1525 :deprecated nil :version "2.0")
1526 (defglextfun "DeleteProgram" delete-program :return "void" :args
1527 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1528 :deprecated nil :version "2.0")
1529 (defglextfun "CreateShader" create-shader :return "UInt32" :args
1530 ((:name |type| :type |GLenum| :direction :in)) :category "VERSION_2_0"
1531 :deprecated nil :version "2.0")
1532 (defglextfun "CreateProgram" create-program :return "UInt32" :args nil
1533 :category "VERSION_2_0" :deprecated nil :version "2.0")
1534 (defglextfun "CompileShader" compile-shader :return "void" :args
1535 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1536 :deprecated nil :version "2.0")
1537 (defglextfun "BindAttribLocation" bind-attrib-location :return "void" :args
1538 ((:name |program| :type |UInt32| :direction :in)
1539 (:name |index| :type |UInt32| :direction :in)
1540 (:name |name| :type |Char| :direction :in :array t))
1541 :category "VERSION_2_0" :deprecated nil :version "2.0")
1542 (defglextfun "AttachShader" attach-shader :return "void" :args
1543 ((:name |program| :type |UInt32| :direction :in)
1544 (:name |shader| :type |UInt32| :direction :in))
1545 :category "VERSION_2_0" :deprecated nil :version "2.0")
1546 (defglextfun "StencilMaskSeparate" stencil-mask-separate :return "void" :args
1547 ((:name |face| :type |StencilFaceDirection| :direction :in)
1548 (:name |mask| :type |MaskedStencilValue| :direction :in))
1549 :category "VERSION_2_0" :deprecated nil :version "2.0")
1550 (defglextfun "StencilFuncSeparate" stencil-func-separate :return "void" :args
1551 ((:name |face| :type |StencilFaceDirection| :direction :in)
1552 (:name |func| :type |StencilFunction| :direction :in)
1553 (:name |ref| :type |ClampedStencilValue| :direction :in)
1554 (:name |mask| :type |MaskedStencilValue| :direction :in))
1555 :category "VERSION_2_0" :deprecated nil :version "2.0")
1556 (defglextfun "StencilOpSeparate" stencil-op-separate :return "void" :args
1557 ((:name |face| :type |StencilFaceDirection| :direction :in)
1558 (:name |sfail| :type |StencilOp| :direction :in)
1559 (:name |dpfail| :type |StencilOp| :direction :in)
1560 (:name |dppass| :type |StencilOp| :direction :in))
1561 :category "VERSION_2_0" :deprecated nil :version "2.0")
1562 (defglextfun "DrawBuffers" draw-buffers :return "void" :args
1563 ((:name |n| :type |SizeI| :direction :in)
1564 (:name |bufs| :type |DrawBufferModeATI| :direction :in :array t :size n))
1565 :category "VERSION_2_0" :deprecated nil :version "2.0")
1566 (defglextfun "BlendEquationSeparate" blend-equation-separate :return "void"
1567 :args
1568 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
1569 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
1570 :category "VERSION_2_0" :deprecated nil :version "2.0")
1571 (defglextfun "UniformMatrix4x3fv" uniform-matrix-4x-3fv :return "void" :args
1572 ((:name |location| :type |Int32| :direction :in)
1573 (:name |count| :type |SizeI| :direction :in)
1574 (:name |transpose| :type |Boolean| :direction :in)
1575 (:name |value| :type |Float32| :direction :in :array t :size #xC))
1576 :category "VERSION_2_1" :deprecated nil :version "2.1")
1577 (defglextfun "UniformMatrix3x4fv" uniform-matrix-3x-4fv :return "void" :args
1578 ((:name |location| :type |Int32| :direction :in)
1579 (:name |count| :type |SizeI| :direction :in)
1580 (:name |transpose| :type |Boolean| :direction :in)
1581 (:name |value| :type |Float32| :direction :in :array t :size #xC))
1582 :category "VERSION_2_1" :deprecated nil :version "2.1")
1583 (defglextfun "UniformMatrix4x2fv" uniform-matrix-4x-2fv :return "void" :args
1584 ((:name |location| :type |Int32| :direction :in)
1585 (:name |count| :type |SizeI| :direction :in)
1586 (:name |transpose| :type |Boolean| :direction :in)
1587 (:name |value| :type |Float32| :direction :in :array t :size #x8))
1588 :category "VERSION_2_1" :deprecated nil :version "2.1")
1589 (defglextfun "UniformMatrix2x4fv" uniform-matrix-2x-4fv :return "void" :args
1590 ((:name |location| :type |Int32| :direction :in)
1591 (:name |count| :type |SizeI| :direction :in)
1592 (:name |transpose| :type |Boolean| :direction :in)
1593 (:name |value| :type |Float32| :direction :in :array t :size #x8))
1594 :category "VERSION_2_1" :deprecated nil :version "2.1")
1595 (defglextfun "UniformMatrix3x2fv" uniform-matrix-3x-2fv :return "void" :args
1596 ((:name |location| :type |Int32| :direction :in)
1597 (:name |count| :type |SizeI| :direction :in)
1598 (:name |transpose| :type |Boolean| :direction :in)
1599 (:name |value| :type |Float32| :direction :in :array t :size #x6))
1600 :category "VERSION_2_1" :deprecated nil :version "2.1")
1601 (defglextfun "UniformMatrix2x3fv" uniform-matrix-2x-3fv :return "void" :args
1602 ((:name |location| :type |Int32| :direction :in)
1603 (:name |count| :type |SizeI| :direction :in)
1604 (:name |transpose| :type |Boolean| :direction :in)
1605 (:name |value| :type |Float32| :direction :in :array t :size #x6))
1606 :category "VERSION_2_1" :deprecated nil :version "2.1")
1607 (defglextfun "GetStringi" get-string-i :return "String" :args
1608 ((:name |name| :type |GLenum| :direction :in)
1609 (:name |index| :type |UInt32| :direction :in))
1610 :category "VERSION_3_0" :deprecated nil :version "3.0")
1611 (defglextfun "ClearBufferfi" clear-bufferf-i :return "void" :args
1612 ((:name |buffer| :type |GLenum| :direction :in)
1613 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1614 (:name |depth| :type |Float32| :direction :in)
1615 (:name |stencil| :type |Int32| :direction :in))
1616 :category "VERSION_3_0" :deprecated nil :version "3.0")
1617 (defglextfun "ClearBufferfv" clear-buffer-fv :return "void" :args
1618 ((:name |buffer| :type |GLenum| :direction :in)
1619 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1620 (:name |value| :type |Float32| :direction :in :array t :size (|buffer|)))
1621 :category "VERSION_3_0" :deprecated nil :version "3.0")
1622 (defglextfun "ClearBufferuiv" clear-buffer-uiv :return "void" :args
1623 ((:name |buffer| :type |GLenum| :direction :in)
1624 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1625 (:name |value| :type |UInt32| :direction :in :array t :size (|buffer|)))
1626 :category "VERSION_3_0" :deprecated nil :version "3.0")
1627 (defglextfun "ClearBufferiv" clear-buffer-iv :return "void" :args
1628 ((:name |buffer| :type |GLenum| :direction :in)
1629 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1630 (:name |value| :type |Int32| :direction :in :array t :size (|buffer|)))
1631 :category "VERSION_3_0" :deprecated nil :version "3.0")
1632 (defglextfun "GetTexParameterIuiv" get-tex-parameter-i-uiv :return "void" :args
1633 ((:name |target| :type |TextureTarget| :direction :in)
1634 (:name |pname| :type |GetTextureParameter| :direction :in)
1635 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
1636 :category "VERSION_3_0" :deprecated nil :version "3.0")
1637 (defglextfun "GetTexParameterIiv" get-tex-parameter-i-iv :return "void" :args
1638 ((:name |target| :type |TextureTarget| :direction :in)
1639 (:name |pname| :type |GetTextureParameter| :direction :in)
1640 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1641 :category "VERSION_3_0" :deprecated nil :version "3.0")
1642 (defglextfun "TexParameterIuiv" tex-parameter-i-uiv :return "void" :args
1643 ((:name |target| :type |TextureTarget| :direction :in)
1644 (:name |pname| :type |TextureParameterName| :direction :in)
1645 (:name |params| :type |UInt32| :direction :in :array t :size (|pname|)))
1646 :category "VERSION_3_0" :deprecated nil :version "3.0")
1647 (defglextfun "TexParameterIiv" tex-parameter-i-iv :return "void" :args
1648 ((:name |target| :type |TextureTarget| :direction :in)
1649 (:name |pname| :type |TextureParameterName| :direction :in)
1650 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
1651 :category "VERSION_3_0" :deprecated nil :version "3.0")
1652 (defglextfun "Uniform4uiv" uniform-4uiv :return "void" :args
1653 ((:name |location| :type |Int32| :direction :in)
1654 (:name |count| :type |SizeI| :direction :in)
1655 (:name |value| :type |UInt32| :direction :in :array t :size count*4))
1656 :category "VERSION_3_0" :deprecated nil :version "3.0")
1657 (defglextfun "Uniform3uiv" uniform-3uiv :return "void" :args
1658 ((:name |location| :type |Int32| :direction :in)
1659 (:name |count| :type |SizeI| :direction :in)
1660 (:name |value| :type |UInt32| :direction :in :array t :size count*3))
1661 :category "VERSION_3_0" :deprecated nil :version "3.0")
1662 (defglextfun "Uniform2uiv" uniform-2uiv :return "void" :args
1663 ((:name |location| :type |Int32| :direction :in)
1664 (:name |count| :type |SizeI| :direction :in)
1665 (:name |value| :type |UInt32| :direction :in :array t :size count*2))
1666 :category "VERSION_3_0" :deprecated nil :version "3.0")
1667 (defglextfun "Uniform1uiv" uniform-1uiv :return "void" :args
1668 ((:name |location| :type |Int32| :direction :in)
1669 (:name |count| :type |SizeI| :direction :in)
1670 (:name |value| :type |UInt32| :direction :in :array t :size count))
1671 :category "VERSION_3_0" :deprecated nil :version "3.0")
1672 (defglextfun "Uniform4ui" uniform-4ui :return "void" :args
1673 ((:name |location| :type |Int32| :direction :in)
1674 (:name |v0| :type |UInt32| :direction :in)
1675 (:name |v1| :type |UInt32| :direction :in)
1676 (:name |v2| :type |UInt32| :direction :in)
1677 (:name |v3| :type |UInt32| :direction :in))
1678 :category "VERSION_3_0" :deprecated nil :version "3.0")
1679 (defglextfun "Uniform3ui" uniform-3ui :return "void" :args
1680 ((:name |location| :type |Int32| :direction :in)
1681 (:name |v0| :type |UInt32| :direction :in)
1682 (:name |v1| :type |UInt32| :direction :in)
1683 (:name |v2| :type |UInt32| :direction :in))
1684 :category "VERSION_3_0" :deprecated nil :version "3.0")
1685 (defglextfun "Uniform2ui" uniform-2ui :return "void" :args
1686 ((:name |location| :type |Int32| :direction :in)
1687 (:name |v0| :type |UInt32| :direction :in)
1688 (:name |v1| :type |UInt32| :direction :in))
1689 :category "VERSION_3_0" :deprecated nil :version "3.0")
1690 (defglextfun "Uniform1ui" uniform-1ui :return "void" :args
1691 ((:name |location| :type |Int32| :direction :in)
1692 (:name |v0| :type |UInt32| :direction :in))
1693 :category "VERSION_3_0" :deprecated nil :version "3.0")
1694 (defglextfun "GetFragDataLocation" get-frag-data-location :return "Int32" :args
1695 ((:name |program| :type |UInt32| :direction :in)
1696 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
1697 :category "VERSION_3_0" :deprecated nil :version "3.0")
1698 (defglextfun "BindFragDataLocation" bind-frag-data-location :return "void"
1699 :args
1700 ((:name |program| :type |UInt32| :direction :in)
1701 (:name |color| :type |UInt32| :direction :in)
1702 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
1703 :category "VERSION_3_0" :deprecated nil :version "3.0")
1704 (defglextfun "GetUniformuiv" get-uniform-uiv :return "void" :args
1705 ((:name |program| :type |UInt32| :direction :in)
1706 (:name |location| :type |Int32| :direction :in)
1707 (:name |params| :type |UInt32| :direction :out :array t :size
1708 (|program| |location|)))
1709 :category "VERSION_3_0" :deprecated nil :version "3.0")
1710 (defglextfun "GetVertexAttribIuiv" get-vertex-attrib-i-uiv :return "void" :args
1711 ((:name |index| :type |UInt32| :direction :in)
1712 (:name |pname| :type |VertexAttribEnum| :direction :in)
1713 (:name |params| :type |UInt32| :direction :out :array t :size #x1))
1714 :category "VERSION_3_0" :deprecated nil :version "3.0")
1715 (defglextfun "GetVertexAttribIiv" get-vertex-attrib-i-iv :return "void" :args
1716 ((:name |index| :type |UInt32| :direction :in)
1717 (:name |pname| :type |VertexAttribEnum| :direction :in)
1718 (:name |params| :type |Int32| :direction :out :array t :size #x1))
1719 :category "VERSION_3_0" :deprecated nil :version "3.0")
1720 (defglextfun "VertexAttribIPointer" vertex-attrib-ipointer :return "void" :args
1721 ((:name |index| :type |UInt32| :direction :in)
1722 (:name |size| :type |Int32| :direction :in)
1723 (:name |type| :type |VertexAttribEnum| :direction :in)
1724 (:name |stride| :type |SizeI| :direction :in)
1725 (:name |pointer| :type |Void| :direction :in :array t :size
1726 (|size| |type| |stride|) :retained t))
1727 :category "VERSION_3_0" :deprecated nil :version "3.0")
1728 (defglextfun "EndConditionalRender" end-conditional-render :return "void" :args
1729 nil :category "VERSION_3_0" :deprecated nil :version "3.0")
1730 (defglextfun "BeginConditionalRender" begin-conditional-render :return "void"
1731 :args
1732 ((:name |id| :type |UInt32| :direction :in)
1733 (:name |mode| :type |TypeEnum| :direction :in))
1734 :category "VERSION_3_0" :deprecated nil :version "3.0")
1735 (defglextfun "ClampColor" clamp-color :return "void" :args
1736 ((:name |target| :type |ClampColorTargetARB| :direction :in)
1737 (:name |clamp| :type |ClampColorModeARB| :direction :in))
1738 :category "VERSION_3_0" :deprecated nil :version "3.0")
1739 (defglextfun "GetTransformFeedbackVarying" get-transform-feedback-varying
1740 :return "void" :args
1741 ((:name |program| :type |UInt32| :direction :in)
1742 (:name |index| :type |UInt32| :direction :in)
1743 (:name |bufSize| :type |SizeI| :direction :in)
1744 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1745 (:name |size| :type |SizeI| :direction :out :array t :size #x1)
1746 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
1747 (:name |name| :type |Char| :direction :out :array t :size (|length|)))
1748 :category "VERSION_3_0" :deprecated nil :version "3.0")
1749 (defglextfun "TransformFeedbackVaryings" transform-feedback-varyings :return
1750 "void" :args
1751 ((:name |program| :type |UInt32| :direction :in)
1752 (:name |count| :type |SizeI| :direction :in)
1753 (:name |varyings| :type |CharPointer| :direction :in :array t :size count)
1754 (:name |bufferMode| :type |GLenum| :direction :in))
1755 :category "VERSION_3_0" :deprecated nil :version "3.0")
1756 (defglextfun "BindBufferBase" bind-buffer-base :return "void" :args
1757 ((:name |target| :type |GLenum| :direction :in)
1758 (:name |index| :type |UInt32| :direction :in)
1759 (:name |buffer| :type |UInt32| :direction :in))
1760 :category "VERSION_3_0" :deprecated nil :version "3.0")
1761 (defglextfun "BindBufferRange" bind-buffer-range :return "void" :args
1762 ((:name |target| :type |GLenum| :direction :in)
1763 (:name |index| :type |UInt32| :direction :in)
1764 (:name |buffer| :type |UInt32| :direction :in)
1765 (:name |offset| :type |BufferOffset| :direction :in)
1766 (:name |size| :type |BufferSize| :direction :in))
1767 :category "VERSION_3_0" :deprecated nil :version "3.0")
1768 (defglextfun "EndTransformFeedback" end-transform-feedback :return "void" :args
1769 nil :category "VERSION_3_0" :deprecated nil :version "3.0")
1770 (defglextfun "BeginTransformFeedback" begin-transform-feedback :return "void"
1771 :args ((:name |primitiveMode| :type |GLenum| :direction :in)) :category
1772 "VERSION_3_0" :deprecated nil :version "3.0")
1773 (defglextfun "IsEnabledi" is-enabled-i :return "Boolean" :args
1774 ((:name |target| :type |GLenum| :direction :in)
1775 (:name |index| :type |UInt32| :direction :in))
1776 :category "VERSION_3_0" :deprecated nil :version "3.0")
1777 (defglextfun "Disablei" disable-i :return "void" :args
1778 ((:name |target| :type |GLenum| :direction :in)
1779 (:name |index| :type |UInt32| :direction :in))
1780 :category "VERSION_3_0" :deprecated nil :version "3.0")
1781 (defglextfun "Enablei" enable-i :return "void" :args
1782 ((:name |target| :type |GLenum| :direction :in)
1783 (:name |index| :type |UInt32| :direction :in))
1784 :category "VERSION_3_0" :deprecated nil :version "3.0")
1785 (defglextfun "GetIntegeri_v" get-integeri_v :return "void" :args
1786 ((:name |target| :type |GLenum| :direction :in)
1787 (:name |index| :type |UInt32| :direction :in)
1788 (:name |data| :type |Int32| :direction :out :array t :size (|target|)))
1789 :category "VERSION_3_0" :deprecated nil :version "3.0")
1790 (defglextfun "GetBooleani_v" get-booleani_v :return "void" :args
1791 ((:name |target| :type |GLenum| :direction :in)
1792 (:name |index| :type |UInt32| :direction :in)
1793 (:name |data| :type |Boolean| :direction :out :array t :size (|target|)))
1794 :category "VERSION_3_0" :deprecated nil :version "3.0")
1795 (defglextfun "ColorMaski" color-mask-i :return "void" :args
1796 ((:name |index| :type |UInt32| :direction :in)
1797 (:name |r| :type |Boolean| :direction :in)
1798 (:name |g| :type |Boolean| :direction :in)
1799 (:name |b| :type |Boolean| :direction :in)
1800 (:name |a| :type |Boolean| :direction :in))
1801 :category "VERSION_3_0" :deprecated nil :version "3.0")
1802 (defglextfun "PrimitiveRestartIndex" primitive-restart-index :return "void"
1803 :args ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_3_1"
1804 :deprecated nil :version "3.1")
1805 (defglextfun "TexBuffer" tex-buffer :return "void" :args
1806 ((:name |target| :type |TextureTarget| :direction :in)
1807 (:name |internalformat| :type |GLenum| :direction :in)
1808 (:name |buffer| :type |UInt32| :direction :in))
1809 :category "VERSION_3_1" :deprecated nil :version "3.1")
1810 (defglextfun "DrawElementsInstanced" draw-elements-instanced :return "void"
1811 :args
1812 ((:name |mode| :type |BeginMode| :direction :in)
1813 (:name |count| :type |SizeI| :direction :in)
1814 (:name |type| :type |DrawElementsType| :direction :in)
1815 (:name |indices| :type |Void| :direction :in :array t :size (|count| |type|))
1816 (:name |primcount| :type |SizeI| :direction :in))
1817 :category "VERSION_3_1" :deprecated nil :version "3.1")
1818 (defglextfun "DrawArraysInstanced" draw-arrays-instanced :return "void" :args
1819 ((:name |mode| :type |BeginMode| :direction :in)
1820 (:name |first| :type |Int32| :direction :in)
1821 (:name |count| :type |SizeI| :direction :in)
1822 (:name |primcount| :type |SizeI| :direction :in))
1823 :category "VERSION_3_1" :deprecated nil :version "3.1")
1824 (make-extension-loader version_3_1
1825 (("CopyTexSubImage3D" copy-tex-sub-image-3d :return "void" :args
1826 ((:name |target| :type |TextureTarget| :direction :in)
1827 (:name |level| :type |CheckedInt32| :direction :in)
1828 (:name |xoffset| :type |CheckedInt32| :direction :in)
1829 (:name |yoffset| :type |CheckedInt32| :direction :in)
1830 (:name |zoffset| :type |CheckedInt32| :direction :in)
1831 (:name |x| :type |WinCoord| :direction :in)
1832 (:name |y| :type |WinCoord| :direction :in)
1833 (:name |width| :type |SizeI| :direction :in)
1834 (:name |height| :type |SizeI| :direction :in))
1835 :category "VERSION_1_2" :deprecated nil :version "1.2")
1836 ("TexSubImage3D" tex-sub-image-3d :return "void" :args
1837 ((:name |target| :type |TextureTarget| :direction :in)
1838 (:name |level| :type |CheckedInt32| :direction :in)
1839 (:name |xoffset| :type |CheckedInt32| :direction :in)
1840 (:name |yoffset| :type |CheckedInt32| :direction :in)
1841 (:name |zoffset| :type |CheckedInt32| :direction :in)
1842 (:name |width| :type |SizeI| :direction :in)
1843 (:name |height| :type |SizeI| :direction :in)
1844 (:name |depth| :type |SizeI| :direction :in)
1845 (:name |format| :type |PixelFormat| :direction :in)
1846 (:name |type| :type |PixelType| :direction :in)
1847 (:name |pixels| :type |Void| :direction :in :array t :size
1848 (|format| |type| |width| |height| |depth|)))
1849 :category "VERSION_1_2" :deprecated nil :version "1.2")
1850 ("DrawRangeElements" draw-range-elements :return "void" :args
1851 ((:name |mode| :type |BeginMode| :direction :in)
1852 (:name |start| :type |UInt32| :direction :in)
1853 (:name |end| :type |UInt32| :direction :in)
1854 (:name |count| :type |SizeI| :direction :in)
1855 (:name |type| :type |DrawElementsType| :direction :in)
1856 (:name |indices| :type |Void| :direction :in :array t :size
1857 (|count| |type|)))
1858 :category "VERSION_1_2" :deprecated nil :version "1.2")
1859 ("BlendEquation" blend-equation :return "void" :args
1860 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
1861 "VERSION_1_2" :deprecated nil :version "1.2")
1862 ("BlendColor" blend-color :return "void" :args
1863 ((:name |red| :type |ClampedColorF| :direction :in)
1864 (:name |green| :type |ClampedColorF| :direction :in)
1865 (:name |blue| :type |ClampedColorF| :direction :in)
1866 (:name |alpha| :type |ClampedColorF| :direction :in))
1867 :category "VERSION_1_2" :deprecated nil :version "1.2")
1868 ("GetCompressedTexImage" get-compressed-tex-image :return "void" :args
1869 ((:name |target| :type |TextureTarget| :direction :in)
1870 (:name |level| :type |CheckedInt32| :direction :in)
1871 (:name |img| :type |CompressedTextureARB| :direction :out :array t :size
1872 (|target| |level|)))
1873 :category "VERSION_1_3" :deprecated nil :version "1.3")
1874 ("CompressedTexSubImage1D" compressed-tex-sub-image-1d :return "void" :args
1875 ((:name |target| :type |TextureTarget| :direction :in)
1876 (:name |level| :type |CheckedInt32| :direction :in)
1877 (:name |xoffset| :type |CheckedInt32| :direction :in)
1878 (:name |width| :type |SizeI| :direction :in)
1879 (:name |format| :type |PixelFormat| :direction :in)
1880 (:name |imageSize| :type |SizeI| :direction :in)
1881 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1882 imagesize))
1883 :category "VERSION_1_3" :deprecated nil :version "1.3")
1884 ("CompressedTexSubImage2D" compressed-tex-sub-image-2d :return "void" :args
1885 ((:name |target| :type |TextureTarget| :direction :in)
1886 (:name |level| :type |CheckedInt32| :direction :in)
1887 (:name |xoffset| :type |CheckedInt32| :direction :in)
1888 (:name |yoffset| :type |CheckedInt32| :direction :in)
1889 (:name |width| :type |SizeI| :direction :in)
1890 (:name |height| :type |SizeI| :direction :in)
1891 (:name |format| :type |PixelFormat| :direction :in)
1892 (:name |imageSize| :type |SizeI| :direction :in)
1893 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1894 imagesize))
1895 :category "VERSION_1_3" :deprecated nil :version "1.3")
1896 ("CompressedTexSubImage3D" compressed-tex-sub-image-3d :return "void" :args
1897 ((:name |target| :type |TextureTarget| :direction :in)
1898 (:name |level| :type |CheckedInt32| :direction :in)
1899 (:name |xoffset| :type |CheckedInt32| :direction :in)
1900 (:name |yoffset| :type |CheckedInt32| :direction :in)
1901 (:name |zoffset| :type |CheckedInt32| :direction :in)
1902 (:name |width| :type |SizeI| :direction :in)
1903 (:name |height| :type |SizeI| :direction :in)
1904 (:name |depth| :type |SizeI| :direction :in)
1905 (:name |format| :type |PixelFormat| :direction :in)
1906 (:name |imageSize| :type |SizeI| :direction :in)
1907 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1908 imagesize))
1909 :category "VERSION_1_3" :deprecated nil :version "1.3")
1910 ("CompressedTexImage1D" compressed-tex-image-1d :return "void" :args
1911 ((:name |target| :type |TextureTarget| :direction :in)
1912 (:name |level| :type |CheckedInt32| :direction :in)
1913 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1914 (:name |width| :type |SizeI| :direction :in)
1915 (:name |border| :type |CheckedInt32| :direction :in)
1916 (:name |imageSize| :type |SizeI| :direction :in)
1917 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1918 imagesize))
1919 :category "VERSION_1_3" :deprecated nil :version "1.3")
1920 ("CompressedTexImage2D" compressed-tex-image-2d :return "void" :args
1921 ((:name |target| :type |TextureTarget| :direction :in)
1922 (:name |level| :type |CheckedInt32| :direction :in)
1923 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1924 (:name |width| :type |SizeI| :direction :in)
1925 (:name |height| :type |SizeI| :direction :in)
1926 (:name |border| :type |CheckedInt32| :direction :in)
1927 (:name |imageSize| :type |SizeI| :direction :in)
1928 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1929 imagesize))
1930 :category "VERSION_1_3" :deprecated nil :version "1.3")
1931 ("CompressedTexImage3D" compressed-tex-image-3d :return "void" :args
1932 ((:name |target| :type |TextureTarget| :direction :in)
1933 (:name |level| :type |CheckedInt32| :direction :in)
1934 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1935 (:name |width| :type |SizeI| :direction :in)
1936 (:name |height| :type |SizeI| :direction :in)
1937 (:name |depth| :type |SizeI| :direction :in)
1938 (:name |border| :type |CheckedInt32| :direction :in)
1939 (:name |imageSize| :type |SizeI| :direction :in)
1940 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1941 imagesize))
1942 :category "VERSION_1_3" :deprecated nil :version "1.3")
1943 ("SampleCoverage" sample-coverage :return "void" :args
1944 ((:name |value| :type |ClampedFloat32| :direction :in)
1945 (:name |invert| :type |Boolean| :direction :in))
1946 :category "VERSION_1_3" :deprecated nil :version "1.3")
1947 ("ActiveTexture" active-texture :return "void" :args
1948 ((:name |texture| :type |TextureUnit| :direction :in)) :category
1949 "VERSION_1_3" :deprecated nil :version "1.3")
1950 ("PointParameteriv" point-parameter-iv :return "void" :args
1951 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1952 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
1953 :category "VERSION_1_4" :deprecated nil :version "1.4")
1954 ("PointParameteri" point-parameter-i :return "void" :args
1955 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1956 (:name |param| :type |Int32| :direction :in))
1957 :category "VERSION_1_4" :deprecated nil :version "1.4")
1958 ("PointParameterfv" point-parameter-fv :return "void" :args
1959 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1960 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1961 (|pname|)))
1962 :category "VERSION_1_4" :deprecated nil :version "1.4")
1963 ("PointParameterf" point-parameter-f :return "void" :args
1964 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1965 (:name |param| :type |CheckedFloat32| :direction :in))
1966 :category "VERSION_1_4" :deprecated nil :version "1.4")
1967 ("MultiDrawElements" multi-draw-elements :return "void" :args
1968 ((:name |mode| :type |BeginMode| :direction :in)
1969 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
1970 (:name |type| :type |DrawElementsType| :direction :in)
1971 (:name |indices| :type |VoidPointer| :direction :in :array t :size
1972 (|primcount|))
1973 (:name |primcount| :type |SizeI| :direction :in))
1974 :category "VERSION_1_4" :deprecated nil :version "1.4")
1975 ("MultiDrawArrays" multi-draw-arrays :return "void" :args
1976 ((:name |mode| :type |BeginMode| :direction :in)
1977 (:name |first| :type |Int32| :direction :in :array t :size (|count|))
1978 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
1979 (:name |primcount| :type |SizeI| :direction :in))
1980 :category "VERSION_1_4" :deprecated nil :version "1.4")
1981 ("BlendFuncSeparate" blend-func-separate :return "void" :args
1982 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
1983 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
1984 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
1985 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction
1986 :in))
1987 :category "VERSION_1_4" :deprecated nil :version "1.4")
1988 ("GetBufferPointerv" get-buffer-pointerv :return "void" :args
1989 ((:name |target| :type |BufferTargetARB| :direction :in)
1990 (:name |pname| :type |BufferPointerNameARB| :direction :in)
1991 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
1992 :category "VERSION_1_5" :deprecated nil :version "1.5")
1993 ("GetBufferParameteriv" get-buffer-parameter-iv :return "void" :args
1994 ((:name |target| :type |BufferTargetARB| :direction :in)
1995 (:name |pname| :type |BufferPNameARB| :direction :in)
1996 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1997 :category "VERSION_1_5" :deprecated nil :version "1.5")
1998 ("UnmapBuffer" unmap-buffer :return "Boolean" :args
1999 ((:name |target| :type |BufferTargetARB| :direction :in)) :category
2000 "VERSION_1_5" :deprecated nil :version "1.5")
2001 ("MapBuffer" map-buffer :return "VoidPointer" :args
2002 ((:name |target| :type |BufferTargetARB| :direction :in)
2003 (:name |access| :type |BufferAccessARB| :direction :in))
2004 :category "VERSION_1_5" :deprecated nil :version "1.5")
2005 ("GetBufferSubData" get-buffer-sub-data :return "void" :args
2006 ((:name |target| :type |BufferTargetARB| :direction :in)
2007 (:name |offset| :type |BufferOffset| :direction :in)
2008 (:name |size| :type |BufferSize| :direction :in)
2009 (:name |data| :type |Void| :direction :out :array t :size size))
2010 :category "VERSION_1_5" :deprecated nil :version "1.5")
2011 ("BufferSubData" buffer-sub-data :return "void" :args
2012 ((:name |target| :type |BufferTargetARB| :direction :in)
2013 (:name |offset| :type |BufferOffset| :direction :in)
2014 (:name |size| :type |BufferSize| :direction :in)
2015 (:name |data| :type |ConstVoid| :direction :in :array t :size size))
2016 :category "VERSION_1_5" :deprecated nil :version "1.5")
2017 ("BufferData" buffer-data :return "void" :args
2018 ((:name |target| :type |BufferTargetARB| :direction :in)
2019 (:name |size| :type |BufferSize| :direction :in)
2020 (:name |data| :type |ConstVoid| :direction :in :array t :size size)
2021 (:name |usage| :type |BufferUsageARB| :direction :in))
2022 :category "VERSION_1_5" :deprecated nil :version "1.5")
2023 ("IsBuffer" is-buffer :return "Boolean" :args
2024 ((:name |buffer| :type |UInt32| :direction :in)) :category "VERSION_1_5"
2025 :deprecated nil :version "1.5")
2026 ("GenBuffers" gen-buffers :return "void" :args
2027 ((:name |n| :type |SizeI| :direction :in)
2028 (:name |buffers| :type |UInt32| :direction :out :array t :size n))
2029 :category "VERSION_1_5" :deprecated nil :version "1.5")
2030 ("DeleteBuffers" delete-buffers :return "void" :args
2031 ((:name |n| :type |SizeI| :direction :in)
2032 (:name |buffers| :type |ConstUInt32| :direction :in :array t :size n))
2033 :category "VERSION_1_5" :deprecated nil :version "1.5")
2034 ("BindBuffer" bind-buffer :return "void" :args
2035 ((:name |target| :type |BufferTargetARB| :direction :in)
2036 (:name |buffer| :type |UInt32| :direction :in))
2037 :category "VERSION_1_5" :deprecated nil :version "1.5")
2038 ("GetQueryObjectuiv" get-query-object-uiv :return "void" :args
2039 ((:name |id| :type |UInt32| :direction :in)
2040 (:name |pname| :type |GLenum| :direction :in)
2041 (:name |params| :type |UInt32| :direction :out :array t :size pname))
2042 :category "VERSION_1_5" :deprecated nil :version "1.5")
2043 ("GetQueryObjectiv" get-query-object-iv :return "void" :args
2044 ((:name |id| :type |UInt32| :direction :in)
2045 (:name |pname| :type |GLenum| :direction :in)
2046 (:name |params| :type |Int32| :direction :out :array t :size pname))
2047 :category "VERSION_1_5" :deprecated nil :version "1.5")
2048 ("GetQueryiv" get-query-iv :return "void" :args
2049 ((:name |target| :type |GLenum| :direction :in)
2050 (:name |pname| :type |GLenum| :direction :in)
2051 (:name |params| :type |Int32| :direction :out :array t :size pname))
2052 :category "VERSION_1_5" :deprecated nil :version "1.5")
2053 ("EndQuery" end-query :return "void" :args
2054 ((:name |target| :type |GLenum| :direction :in)) :category "VERSION_1_5"
2055 :deprecated nil :version "1.5")
2056 ("BeginQuery" begin-query :return "void" :args
2057 ((:name |target| :type |GLenum| :direction :in)
2058 (:name |id| :type |UInt32| :direction :in))
2059 :category "VERSION_1_5" :deprecated nil :version "1.5")
2060 ("IsQuery" is-query :return "Boolean" :args
2061 ((:name |id| :type |UInt32| :direction :in)) :category "VERSION_1_5"
2062 :deprecated nil :version "1.5")
2063 ("DeleteQueries" delete-queries :return "void" :args
2064 ((:name |n| :type |SizeI| :direction :in)
2065 (:name |ids| :type |UInt32| :direction :in :array t :size n))
2066 :category "VERSION_1_5" :deprecated nil :version "1.5")
2067 ("GenQueries" gen-queries :return "void" :args
2068 ((:name |n| :type |SizeI| :direction :in)
2069 (:name |ids| :type |UInt32| :direction :out :array t :size n))
2070 :category "VERSION_1_5" :deprecated nil :version "1.5")
2071 ("VertexAttribPointer" vertex-attrib-pointer :return "void" :args
2072 ((:name |index| :type |UInt32| :direction :in)
2073 (:name |size| :type |Int32| :direction :in)
2074 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
2075 (:name |normalized| :type |Boolean| :direction :in)
2076 (:name |stride| :type |SizeI| :direction :in)
2077 (:name |pointer| :type |Void| :direction :in :array t :size
2078 (|size| |type| |stride|) :retained t))
2079 :category "VERSION_2_0" :deprecated nil :version "2.0")
2080 ("ValidateProgram" validate-program :return "void" :args
2081 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2082 :deprecated nil :version "2.0")
2083 ("UniformMatrix4fv" uniform-matrix-4fv :return "void" :args
2084 ((:name |location| :type |Int32| :direction :in)
2085 (:name |count| :type |SizeI| :direction :in)
2086 (:name |transpose| :type |Boolean| :direction :in)
2087 (:name |value| :type |Float32| :direction :in :array t :size count))
2088 :category "VERSION_2_0" :deprecated nil :version "2.0")
2089 ("UniformMatrix3fv" uniform-matrix-3fv :return "void" :args
2090 ((:name |location| :type |Int32| :direction :in)
2091 (:name |count| :type |SizeI| :direction :in)
2092 (:name |transpose| :type |Boolean| :direction :in)
2093 (:name |value| :type |Float32| :direction :in :array t :size count))
2094 :category "VERSION_2_0" :deprecated nil :version "2.0")
2095 ("UniformMatrix2fv" uniform-matrix-2fv :return "void" :args
2096 ((:name |location| :type |Int32| :direction :in)
2097 (:name |count| :type |SizeI| :direction :in)
2098 (:name |transpose| :type |Boolean| :direction :in)
2099 (:name |value| :type |Float32| :direction :in :array t :size count))
2100 :category "VERSION_2_0" :deprecated nil :version "2.0")
2101 ("Uniform4iv" uniform-4iv :return "void" :args
2102 ((:name |location| :type |Int32| :direction :in)
2103 (:name |count| :type |SizeI| :direction :in)
2104 (:name |value| :type |Int32| :direction :in :array t :size count))
2105 :category "VERSION_2_0" :deprecated nil :version "2.0")
2106 ("Uniform3iv" uniform-3iv :return "void" :args
2107 ((:name |location| :type |Int32| :direction :in)
2108 (:name |count| :type |SizeI| :direction :in)
2109 (:name |value| :type |Int32| :direction :in :array t :size count))
2110 :category "VERSION_2_0" :deprecated nil :version "2.0")
2111 ("Uniform2iv" uniform-2iv :return "void" :args
2112 ((:name |location| :type |Int32| :direction :in)
2113 (:name |count| :type |SizeI| :direction :in)
2114 (:name |value| :type |Int32| :direction :in :array t :size count))
2115 :category "VERSION_2_0" :deprecated nil :version "2.0")
2116 ("Uniform1iv" uniform-1iv :return "void" :args
2117 ((:name |location| :type |Int32| :direction :in)
2118 (:name |count| :type |SizeI| :direction :in)
2119 (:name |value| :type |Int32| :direction :in :array t :size count))
2120 :category "VERSION_2_0" :deprecated nil :version "2.0")
2121 ("Uniform4fv" uniform-4fv :return "void" :args
2122 ((:name |location| :type |Int32| :direction :in)
2123 (:name |count| :type |SizeI| :direction :in)
2124 (:name |value| :type |Float32| :direction :in :array t :size count))
2125 :category "VERSION_2_0" :deprecated nil :version "2.0")
2126 ("Uniform3fv" uniform-3fv :return "void" :args
2127 ((:name |location| :type |Int32| :direction :in)
2128 (:name |count| :type |SizeI| :direction :in)
2129 (:name |value| :type |Float32| :direction :in :array t :size count))
2130 :category "VERSION_2_0" :deprecated nil :version "2.0")
2131 ("Uniform2fv" uniform-2fv :return "void" :args
2132 ((:name |location| :type |Int32| :direction :in)
2133 (:name |count| :type |SizeI| :direction :in)
2134 (:name |value| :type |Float32| :direction :in :array t :size count))
2135 :category "VERSION_2_0" :deprecated nil :version "2.0")
2136 ("Uniform1fv" uniform-1fv :return "void" :args
2137 ((:name |location| :type |Int32| :direction :in)
2138 (:name |count| :type |SizeI| :direction :in)
2139 (:name |value| :type |Float32| :direction :in :array t :size count))
2140 :category "VERSION_2_0" :deprecated nil :version "2.0")
2141 ("Uniform4i" uniform-4i :return "void" :args
2142 ((:name |location| :type |Int32| :direction :in)
2143 (:name |v0| :type |Int32| :direction :in)
2144 (:name |v1| :type |Int32| :direction :in)
2145 (:name |v2| :type |Int32| :direction :in)
2146 (:name |v3| :type |Int32| :direction :in))
2147 :category "VERSION_2_0" :deprecated nil :version "2.0")
2148 ("Uniform3i" uniform-3i :return "void" :args
2149 ((:name |location| :type |Int32| :direction :in)
2150 (:name |v0| :type |Int32| :direction :in)
2151 (:name |v1| :type |Int32| :direction :in)
2152 (:name |v2| :type |Int32| :direction :in))
2153 :category "VERSION_2_0" :deprecated nil :version "2.0")
2154 ("Uniform2i" uniform-2i :return "void" :args
2155 ((:name |location| :type |Int32| :direction :in)
2156 (:name |v0| :type |Int32| :direction :in)
2157 (:name |v1| :type |Int32| :direction :in))
2158 :category "VERSION_2_0" :deprecated nil :version "2.0")
2159 ("Uniform1i" uniform-1i :return "void" :args
2160 ((:name |location| :type |Int32| :direction :in)
2161 (:name |v0| :type |Int32| :direction :in))
2162 :category "VERSION_2_0" :deprecated nil :version "2.0")
2163 ("Uniform4f" uniform-4f :return "void" :args
2164 ((:name |location| :type |Int32| :direction :in)
2165 (:name |v0| :type |Float32| :direction :in)
2166 (:name |v1| :type |Float32| :direction :in)
2167 (:name |v2| :type |Float32| :direction :in)
2168 (:name |v3| :type |Float32| :direction :in))
2169 :category "VERSION_2_0" :deprecated nil :version "2.0")
2170 ("Uniform3f" uniform-3f :return "void" :args
2171 ((:name |location| :type |Int32| :direction :in)
2172 (:name |v0| :type |Float32| :direction :in)
2173 (:name |v1| :type |Float32| :direction :in)
2174 (:name |v2| :type |Float32| :direction :in))
2175 :category "VERSION_2_0" :deprecated nil :version "2.0")
2176 ("Uniform2f" uniform-2f :return "void" :args
2177 ((:name |location| :type |Int32| :direction :in)
2178 (:name |v0| :type |Float32| :direction :in)
2179 (:name |v1| :type |Float32| :direction :in))
2180 :category "VERSION_2_0" :deprecated nil :version "2.0")
2181 ("Uniform1f" uniform-1f :return "void" :args
2182 ((:name |location| :type |Int32| :direction :in)
2183 (:name |v0| :type |Float32| :direction :in))
2184 :category "VERSION_2_0" :deprecated nil :version "2.0")
2185 ("UseProgram" use-program :return "void" :args
2186 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2187 :deprecated nil :version "2.0")
2188 ("ShaderSource" shader-source :return "void" :args
2189 ((:name |shader| :type |UInt32| :direction :in)
2190 (:name |count| :type |SizeI| :direction :in)
2191 (:name |string| :type |CharPointer| :direction :in :array t :size count)
2192 (:name |length| :type |Int32| :direction :in :array t :size #x1))
2193 :category "VERSION_2_0" :deprecated nil :version "2.0")
2194 ("LinkProgram" link-program :return "void" :args
2195 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2196 :deprecated nil :version "2.0")
2197 ("IsShader" is-shader :return "Boolean" :args
2198 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2199 :deprecated nil :version "2.0")
2200 ("IsProgram" is-program :return "Boolean" :args
2201 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2202 :deprecated nil :version "2.0")
2203 ("GetVertexAttribPointerv" get-vertex-attrib-pointerv :return "void" :args
2204 ((:name |index| :type |UInt32| :direction :in)
2205 (:name |pname| :type |VertexAttribPointerPropertyARB| :direction :in)
2206 (:name |pointer| :type |VoidPointer| :direction :out :array t :size #x1))
2207 :category "VERSION_2_0" :deprecated nil :version "2.0")
2208 ("GetVertexAttribiv" get-vertex-attrib-iv :return "void" :args
2209 ((:name |index| :type |UInt32| :direction :in)
2210 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
2211 (:name |params| :type |Int32| :direction :out :array t :size #x4))
2212 :category "VERSION_2_0" :deprecated nil :version "2.0")
2213 ("GetVertexAttribfv" get-vertex-attrib-fv :return "void" :args
2214 ((:name |index| :type |UInt32| :direction :in)
2215 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
2216 (:name |params| :type |Float32| :direction :out :array t :size #x4))
2217 :category "VERSION_2_0" :deprecated nil :version "2.0")
2218 ("GetVertexAttribdv" get-vertex-attrib-dv :return "void" :args
2219 ((:name |index| :type |UInt32| :direction :in)
2220 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
2221 (:name |params| :type |Float64| :direction :out :array t :size #x4))
2222 :category "VERSION_2_0" :deprecated nil :version "2.0")
2223 ("GetUniformiv" get-uniform-iv :return "void" :args
2224 ((:name |program| :type |UInt32| :direction :in)
2225 (:name |location| :type |Int32| :direction :in)
2226 (:name |params| :type |Int32| :direction :out :array t :size (|location|)))
2227 :category "VERSION_2_0" :deprecated nil :version "2.0")
2228 ("GetUniformfv" get-uniform-fv :return "void" :args
2229 ((:name |program| :type |UInt32| :direction :in)
2230 (:name |location| :type |Int32| :direction :in)
2231 (:name |params| :type |Float32| :direction :out :array t :size
2232 (|location|)))
2233 :category "VERSION_2_0" :deprecated nil :version "2.0")
2234 ("GetUniformLocation" get-uniform-location :return "Int32" :args
2235 ((:name |program| :type |UInt32| :direction :in)
2236 (:name |name| :type |Char| :direction :in :array t))
2237 :category "VERSION_2_0" :deprecated nil :version "2.0")
2238 ("GetShaderSource" get-shader-source :return "void" :args
2239 ((:name |shader| :type |UInt32| :direction :in)
2240 (:name |bufSize| :type |SizeI| :direction :in)
2241 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2242 (:name |source| :type |Char| :direction :out :array t :size length))
2243 :category "VERSION_2_0" :deprecated nil :version "2.0")
2244 ("GetShaderInfoLog" get-shader-info-log :return "void" :args
2245 ((:name |shader| :type |UInt32| :direction :in)
2246 (:name |bufSize| :type |SizeI| :direction :in)
2247 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2248 (:name |infoLog| :type |Char| :direction :out :array t :size length))
2249 :category "VERSION_2_0" :deprecated nil :version "2.0")
2250 ("GetShaderiv" get-shader-iv :return "void" :args
2251 ((:name |shader| :type |UInt32| :direction :in)
2252 (:name |pname| :type |GLenum| :direction :in)
2253 (:name |params| :type |Int32| :direction :out :array t :size pname))
2254 :category "VERSION_2_0" :deprecated nil :version "2.0")
2255 ("GetProgramInfoLog" get-program-info-log :return "void" :args
2256 ((:name |program| :type |UInt32| :direction :in)
2257 (:name |bufSize| :type |SizeI| :direction :in)
2258 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2259 (:name |infoLog| :type |Char| :direction :out :array t :size length))
2260 :category "VERSION_2_0" :deprecated nil :version "2.0")
2261 ("GetProgramiv" get-program-iv :return "void" :args
2262 ((:name |program| :type |UInt32| :direction :in)
2263 (:name |pname| :type |GLenum| :direction :in)
2264 (:name |params| :type |Int32| :direction :out :array t :size pname))
2265 :category "VERSION_2_0" :deprecated nil :version "2.0")
2266 ("GetAttribLocation" get-attrib-location :return "Int32" :args
2267 ((:name |program| :type |UInt32| :direction :in)
2268 (:name |name| :type |Char| :direction :in :array t))
2269 :category "VERSION_2_0" :deprecated nil :version "2.0")
2270 ("GetAttachedShaders" get-attached-shaders :return "void" :args
2271 ((:name |program| :type |UInt32| :direction :in)
2272 (:name |maxCount| :type |SizeI| :direction :in)
2273 (:name |count| :type |SizeI| :direction :out :array t :size #x1)
2274 (:name |obj| :type |UInt32| :direction :out :array t :size count))
2275 :category "VERSION_2_0" :deprecated nil :version "2.0")
2276 ("GetActiveUniform" get-active-uniform :return "void" :args
2277 ((:name |program| :type |UInt32| :direction :in)
2278 (:name |index| :type |UInt32| :direction :in)
2279 (:name |bufSize| :type |SizeI| :direction :in)
2280 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2281 (:name |size| :type |Int32| :direction :out :array t :size #x1)
2282 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
2283 (:name |name| :type |Char| :direction :out :array t))
2284 :category "VERSION_2_0" :deprecated nil :version "2.0")
2285 ("GetActiveAttrib" get-active-attrib :return "void" :args
2286 ((:name |program| :type |UInt32| :direction :in)
2287 (:name |index| :type |UInt32| :direction :in)
2288 (:name |bufSize| :type |SizeI| :direction :in)
2289 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2290 (:name |size| :type |Int32| :direction :out :array t :size #x1)
2291 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
2292 (:name |name| :type |Char| :direction :out :array t))
2293 :category "VERSION_2_0" :deprecated nil :version "2.0")
2294 ("EnableVertexAttribArray" enable-vertex-attrib-array :return "void" :args
2295 ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2296 :deprecated nil :version "2.0")
2297 ("DisableVertexAttribArray" disable-vertex-attrib-array :return "void" :args
2298 ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2299 :deprecated nil :version "2.0")
2300 ("DetachShader" detach-shader :return "void" :args
2301 ((:name |program| :type |UInt32| :direction :in)
2302 (:name |shader| :type |UInt32| :direction :in))
2303 :category "VERSION_2_0" :deprecated nil :version "2.0")
2304 ("DeleteShader" delete-shader :return "void" :args
2305 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2306 :deprecated nil :version "2.0")
2307 ("DeleteProgram" delete-program :return "void" :args
2308 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2309 :deprecated nil :version "2.0")
2310 ("CreateShader" create-shader :return "UInt32" :args
2311 ((:name |type| :type |GLenum| :direction :in)) :category "VERSION_2_0"
2312 :deprecated nil :version "2.0")
2313 ("CreateProgram" create-program :return "UInt32" :args nil :category
2314 "VERSION_2_0" :deprecated nil :version "2.0")
2315 ("CompileShader" compile-shader :return "void" :args
2316 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2317 :deprecated nil :version "2.0")
2318 ("BindAttribLocation" bind-attrib-location :return "void" :args
2319 ((:name |program| :type |UInt32| :direction :in)
2320 (:name |index| :type |UInt32| :direction :in)
2321 (:name |name| :type |Char| :direction :in :array t))
2322 :category "VERSION_2_0" :deprecated nil :version "2.0")
2323 ("AttachShader" attach-shader :return "void" :args
2324 ((:name |program| :type |UInt32| :direction :in)
2325 (:name |shader| :type |UInt32| :direction :in))
2326 :category "VERSION_2_0" :deprecated nil :version "2.0")
2327 ("StencilMaskSeparate" stencil-mask-separate :return "void" :args
2328 ((:name |face| :type |StencilFaceDirection| :direction :in)
2329 (:name |mask| :type |MaskedStencilValue| :direction :in))
2330 :category "VERSION_2_0" :deprecated nil :version "2.0")
2331 ("StencilFuncSeparate" stencil-func-separate :return "void" :args
2332 ((:name |face| :type |StencilFaceDirection| :direction :in)
2333 (:name |func| :type |StencilFunction| :direction :in)
2334 (:name |ref| :type |ClampedStencilValue| :direction :in)
2335 (:name |mask| :type |MaskedStencilValue| :direction :in))
2336 :category "VERSION_2_0" :deprecated nil :version "2.0")
2337 ("StencilOpSeparate" stencil-op-separate :return "void" :args
2338 ((:name |face| :type |StencilFaceDirection| :direction :in)
2339 (:name |sfail| :type |StencilOp| :direction :in)
2340 (:name |dpfail| :type |StencilOp| :direction :in)
2341 (:name |dppass| :type |StencilOp| :direction :in))
2342 :category "VERSION_2_0" :deprecated nil :version "2.0")
2343 ("DrawBuffers" draw-buffers :return "void" :args
2344 ((:name |n| :type |SizeI| :direction :in)
2345 (:name |bufs| :type |DrawBufferModeATI| :direction :in :array t :size n))
2346 :category "VERSION_2_0" :deprecated nil :version "2.0")
2347 ("BlendEquationSeparate" blend-equation-separate :return "void" :args
2348 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
2349 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
2350 :category "VERSION_2_0" :deprecated nil :version "2.0")
2351 ("UniformMatrix4x3fv" uniform-matrix-4x-3fv :return "void" :args
2352 ((:name |location| :type |Int32| :direction :in)
2353 (:name |count| :type |SizeI| :direction :in)
2354 (:name |transpose| :type |Boolean| :direction :in)
2355 (:name |value| :type |Float32| :direction :in :array t :size #xC))
2356 :category "VERSION_2_1" :deprecated nil :version "2.1")
2357 ("UniformMatrix3x4fv" uniform-matrix-3x-4fv :return "void" :args
2358 ((:name |location| :type |Int32| :direction :in)
2359 (:name |count| :type |SizeI| :direction :in)
2360 (:name |transpose| :type |Boolean| :direction :in)
2361 (:name |value| :type |Float32| :direction :in :array t :size #xC))
2362 :category "VERSION_2_1" :deprecated nil :version "2.1")
2363 ("UniformMatrix4x2fv" uniform-matrix-4x-2fv :return "void" :args
2364 ((:name |location| :type |Int32| :direction :in)
2365 (:name |count| :type |SizeI| :direction :in)
2366 (:name |transpose| :type |Boolean| :direction :in)
2367 (:name |value| :type |Float32| :direction :in :array t :size #x8))
2368 :category "VERSION_2_1" :deprecated nil :version "2.1")
2369 ("UniformMatrix2x4fv" uniform-matrix-2x-4fv :return "void" :args
2370 ((:name |location| :type |Int32| :direction :in)
2371 (:name |count| :type |SizeI| :direction :in)
2372 (:name |transpose| :type |Boolean| :direction :in)
2373 (:name |value| :type |Float32| :direction :in :array t :size #x8))
2374 :category "VERSION_2_1" :deprecated nil :version "2.1")
2375 ("UniformMatrix3x2fv" uniform-matrix-3x-2fv :return "void" :args
2376 ((:name |location| :type |Int32| :direction :in)
2377 (:name |count| :type |SizeI| :direction :in)
2378 (:name |transpose| :type |Boolean| :direction :in)
2379 (:name |value| :type |Float32| :direction :in :array t :size #x6))
2380 :category "VERSION_2_1" :deprecated nil :version "2.1")
2381 ("UniformMatrix2x3fv" uniform-matrix-2x-3fv :return "void" :args
2382 ((:name |location| :type |Int32| :direction :in)
2383 (:name |count| :type |SizeI| :direction :in)
2384 (:name |transpose| :type |Boolean| :direction :in)
2385 (:name |value| :type |Float32| :direction :in :array t :size #x6))
2386 :category "VERSION_2_1" :deprecated nil :version "2.1")
2387 ("GetStringi" get-string-i :return "String" :args
2388 ((:name |name| :type |GLenum| :direction :in)
2389 (:name |index| :type |UInt32| :direction :in))
2390 :category "VERSION_3_0" :deprecated nil :version "3.0")
2391 ("ClearBufferfi" clear-bufferf-i :return "void" :args
2392 ((:name |buffer| :type |GLenum| :direction :in)
2393 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
2394 (:name |depth| :type |Float32| :direction :in)
2395 (:name |stencil| :type |Int32| :direction :in))
2396 :category "VERSION_3_0" :deprecated nil :version "3.0")
2397 ("ClearBufferfv" clear-buffer-fv :return "void" :args
2398 ((:name |buffer| :type |GLenum| :direction :in)
2399 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
2400 (:name |value| :type |Float32| :direction :in :array t :size (|buffer|)))
2401 :category "VERSION_3_0" :deprecated nil :version "3.0")
2402 ("ClearBufferuiv" clear-buffer-uiv :return "void" :args
2403 ((:name |buffer| :type |GLenum| :direction :in)
2404 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
2405 (:name |value| :type |UInt32| :direction :in :array t :size (|buffer|)))
2406 :category "VERSION_3_0" :deprecated nil :version "3.0")
2407 ("ClearBufferiv" clear-buffer-iv :return "void" :args
2408 ((:name |buffer| :type |GLenum| :direction :in)
2409 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
2410 (:name |value| :type |Int32| :direction :in :array t :size (|buffer|)))
2411 :category "VERSION_3_0" :deprecated nil :version "3.0")
2412 ("GetTexParameterIuiv" get-tex-parameter-i-uiv :return "void" :args
2413 ((:name |target| :type |TextureTarget| :direction :in)
2414 (:name |pname| :type |GetTextureParameter| :direction :in)
2415 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
2416 :category "VERSION_3_0" :deprecated nil :version "3.0")
2417 ("GetTexParameterIiv" get-tex-parameter-i-iv :return "void" :args
2418 ((:name |target| :type |TextureTarget| :direction :in)
2419 (:name |pname| :type |GetTextureParameter| :direction :in)
2420 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2421 :category "VERSION_3_0" :deprecated nil :version "3.0")
2422 ("TexParameterIuiv" tex-parameter-i-uiv :return "void" :args
2423 ((:name |target| :type |TextureTarget| :direction :in)
2424 (:name |pname| :type |TextureParameterName| :direction :in)
2425 (:name |params| :type |UInt32| :direction :in :array t :size (|pname|)))
2426 :category "VERSION_3_0" :deprecated nil :version "3.0")
2427 ("TexParameterIiv" tex-parameter-i-iv :return "void" :args
2428 ((:name |target| :type |TextureTarget| :direction :in)
2429 (:name |pname| :type |TextureParameterName| :direction :in)
2430 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
2431 :category "VERSION_3_0" :deprecated nil :version "3.0")
2432 ("Uniform4uiv" uniform-4uiv :return "void" :args
2433 ((:name |location| :type |Int32| :direction :in)
2434 (:name |count| :type |SizeI| :direction :in)
2435 (:name |value| :type |UInt32| :direction :in :array t :size count*4))
2436 :category "VERSION_3_0" :deprecated nil :version "3.0")
2437 ("Uniform3uiv" uniform-3uiv :return "void" :args
2438 ((:name |location| :type |Int32| :direction :in)
2439 (:name |count| :type |SizeI| :direction :in)
2440 (:name |value| :type |UInt32| :direction :in :array t :size count*3))
2441 :category "VERSION_3_0" :deprecated nil :version "3.0")
2442 ("Uniform2uiv" uniform-2uiv :return "void" :args
2443 ((:name |location| :type |Int32| :direction :in)
2444 (:name |count| :type |SizeI| :direction :in)
2445 (:name |value| :type |UInt32| :direction :in :array t :size count*2))
2446 :category "VERSION_3_0" :deprecated nil :version "3.0")
2447 ("Uniform1uiv" uniform-1uiv :return "void" :args
2448 ((:name |location| :type |Int32| :direction :in)
2449 (:name |count| :type |SizeI| :direction :in)
2450 (:name |value| :type |UInt32| :direction :in :array t :size count))
2451 :category "VERSION_3_0" :deprecated nil :version "3.0")
2452 ("Uniform4ui" uniform-4ui :return "void" :args
2453 ((:name |location| :type |Int32| :direction :in)
2454 (:name |v0| :type |UInt32| :direction :in)
2455 (:name |v1| :type |UInt32| :direction :in)
2456 (:name |v2| :type |UInt32| :direction :in)
2457 (:name |v3| :type |UInt32| :direction :in))
2458 :category "VERSION_3_0" :deprecated nil :version "3.0")
2459 ("Uniform3ui" uniform-3ui :return "void" :args
2460 ((:name |location| :type |Int32| :direction :in)
2461 (:name |v0| :type |UInt32| :direction :in)
2462 (:name |v1| :type |UInt32| :direction :in)
2463 (:name |v2| :type |UInt32| :direction :in))
2464 :category "VERSION_3_0" :deprecated nil :version "3.0")
2465 ("Uniform2ui" uniform-2ui :return "void" :args
2466 ((:name |location| :type |Int32| :direction :in)
2467 (:name |v0| :type |UInt32| :direction :in)
2468 (:name |v1| :type |UInt32| :direction :in))
2469 :category "VERSION_3_0" :deprecated nil :version "3.0")
2470 ("Uniform1ui" uniform-1ui :return "void" :args
2471 ((:name |location| :type |Int32| :direction :in)
2472 (:name |v0| :type |UInt32| :direction :in))
2473 :category "VERSION_3_0" :deprecated nil :version "3.0")
2474 ("GetFragDataLocation" get-frag-data-location :return "Int32" :args
2475 ((:name |program| :type |UInt32| :direction :in)
2476 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
2477 :category "VERSION_3_0" :deprecated nil :version "3.0")
2478 ("BindFragDataLocation" bind-frag-data-location :return "void" :args
2479 ((:name |program| :type |UInt32| :direction :in)
2480 (:name |color| :type |UInt32| :direction :in)
2481 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
2482 :category "VERSION_3_0" :deprecated nil :version "3.0")
2483 ("GetUniformuiv" get-uniform-uiv :return "void" :args
2484 ((:name |program| :type |UInt32| :direction :in)
2485 (:name |location| :type |Int32| :direction :in)
2486 (:name |params| :type |UInt32| :direction :out :array t :size
2487 (|program| |location|)))
2488 :category "VERSION_3_0" :deprecated nil :version "3.0")
2489 ("GetVertexAttribIuiv" get-vertex-attrib-i-uiv :return "void" :args
2490 ((:name |index| :type |UInt32| :direction :in)
2491 (:name |pname| :type |VertexAttribEnum| :direction :in)
2492 (:name |params| :type |UInt32| :direction :out :array t :size #x1))
2493 :category "VERSION_3_0" :deprecated nil :version "3.0")
2494 ("GetVertexAttribIiv" get-vertex-attrib-i-iv :return "void" :args
2495 ((:name |index| :type |UInt32| :direction :in)
2496 (:name |pname| :type |VertexAttribEnum| :direction :in)
2497 (:name |params| :type |Int32| :direction :out :array t :size #x1))
2498 :category "VERSION_3_0" :deprecated nil :version "3.0")
2499 ("VertexAttribIPointer" vertex-attrib-ipointer :return "void" :args
2500 ((:name |index| :type |UInt32| :direction :in)
2501 (:name |size| :type |Int32| :direction :in)
2502 (:name |type| :type |VertexAttribEnum| :direction :in)
2503 (:name |stride| :type |SizeI| :direction :in)
2504 (:name |pointer| :type |Void| :direction :in :array t :size
2505 (|size| |type| |stride|) :retained t))
2506 :category "VERSION_3_0" :deprecated nil :version "3.0")
2507 ("EndConditionalRender" end-conditional-render :return "void" :args nil
2508 :category "VERSION_3_0" :deprecated nil :version "3.0")
2509 ("BeginConditionalRender" begin-conditional-render :return "void" :args
2510 ((:name |id| :type |UInt32| :direction :in)
2511 (:name |mode| :type |TypeEnum| :direction :in))
2512 :category "VERSION_3_0" :deprecated nil :version "3.0")
2513 ("ClampColor" clamp-color :return "void" :args
2514 ((:name |target| :type |ClampColorTargetARB| :direction :in)
2515 (:name |clamp| :type |ClampColorModeARB| :direction :in))
2516 :category "VERSION_3_0" :deprecated nil :version "3.0")
2517 ("GetTransformFeedbackVarying" get-transform-feedback-varying :return "void"
2518 :args
2519 ((:name |program| :type |UInt32| :direction :in)
2520 (:name |index| :type |UInt32| :direction :in)
2521 (:name |bufSize| :type |SizeI| :direction :in)
2522 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2523 (:name |size| :type |SizeI| :direction :out :array t :size #x1)
2524 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
2525 (:name |name| :type |Char| :direction :out :array t :size (|length|)))
2526 :category "VERSION_3_0" :deprecated nil :version "3.0")
2527 ("TransformFeedbackVaryings" transform-feedback-varyings :return "void" :args
2528 ((:name |program| :type |UInt32| :direction :in)
2529 (:name |count| :type |SizeI| :direction :in)
2530 (:name |varyings| :type |CharPointer| :direction :in :array t :size count)
2531 (:name |bufferMode| :type |GLenum| :direction :in))
2532 :category "VERSION_3_0" :deprecated nil :version "3.0")
2533 ("BindBufferBase" bind-buffer-base :return "void" :args
2534 ((:name |target| :type |GLenum| :direction :in)
2535 (:name |index| :type |UInt32| :direction :in)
2536 (:name |buffer| :type |UInt32| :direction :in))
2537 :category "VERSION_3_0" :deprecated nil :version "3.0")
2538 ("BindBufferRange" bind-buffer-range :return "void" :args
2539 ((:name |target| :type |GLenum| :direction :in)
2540 (:name |index| :type |UInt32| :direction :in)
2541 (:name |buffer| :type |UInt32| :direction :in)
2542 (:name |offset| :type |BufferOffset| :direction :in)
2543 (:name |size| :type |BufferSize| :direction :in))
2544 :category "VERSION_3_0" :deprecated nil :version "3.0")
2545 ("EndTransformFeedback" end-transform-feedback :return "void" :args nil
2546 :category "VERSION_3_0" :deprecated nil :version "3.0")
2547 ("BeginTransformFeedback" begin-transform-feedback :return "void" :args
2548 ((:name |primitiveMode| :type |GLenum| :direction :in)) :category
2549 "VERSION_3_0" :deprecated nil :version "3.0")
2550 ("IsEnabledi" is-enabled-i :return "Boolean" :args
2551 ((:name |target| :type |GLenum| :direction :in)
2552 (:name |index| :type |UInt32| :direction :in))
2553 :category "VERSION_3_0" :deprecated nil :version "3.0")
2554 ("Disablei" disable-i :return "void" :args
2555 ((:name |target| :type |GLenum| :direction :in)
2556 (:name |index| :type |UInt32| :direction :in))
2557 :category "VERSION_3_0" :deprecated nil :version "3.0")
2558 ("Enablei" enable-i :return "void" :args
2559 ((:name |target| :type |GLenum| :direction :in)
2560 (:name |index| :type |UInt32| :direction :in))
2561 :category "VERSION_3_0" :deprecated nil :version "3.0")
2562 ("GetIntegeri_v" get-integeri_v :return "void" :args
2563 ((:name |target| :type |GLenum| :direction :in)
2564 (:name |index| :type |UInt32| :direction :in)
2565 (:name |data| :type |Int32| :direction :out :array t :size (|target|)))
2566 :category "VERSION_3_0" :deprecated nil :version "3.0")
2567 ("GetBooleani_v" get-booleani_v :return "void" :args
2568 ((:name |target| :type |GLenum| :direction :in)
2569 (:name |index| :type |UInt32| :direction :in)
2570 (:name |data| :type |Boolean| :direction :out :array t :size (|target|)))
2571 :category "VERSION_3_0" :deprecated nil :version "3.0")
2572 ("ColorMaski" color-mask-i :return "void" :args
2573 ((:name |index| :type |UInt32| :direction :in)
2574 (:name |r| :type |Boolean| :direction :in)
2575 (:name |g| :type |Boolean| :direction :in)
2576 (:name |b| :type |Boolean| :direction :in)
2577 (:name |a| :type |Boolean| :direction :in))
2578 :category "VERSION_3_0" :deprecated nil :version "3.0")
2579 ("PrimitiveRestartIndex" primitive-restart-index :return "void" :args
2580 ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_3_1"
2581 :deprecated nil :version "3.1")
2582 ("TexBuffer" tex-buffer :return "void" :args
2583 ((:name |target| :type |TextureTarget| :direction :in)
2584 (:name |internalformat| :type |GLenum| :direction :in)
2585 (:name |buffer| :type |UInt32| :direction :in))
2586 :category "VERSION_3_1" :deprecated nil :version "3.1")
2587 ("DrawElementsInstanced" draw-elements-instanced :return "void" :args
2588 ((:name |mode| :type |BeginMode| :direction :in)
2589 (:name |count| :type |SizeI| :direction :in)
2590 (:name |type| :type |DrawElementsType| :direction :in)
2591 (:name |indices| :type |Void| :direction :in :array t :size
2592 (|count| |type|))
2593 (:name |primcount| :type |SizeI| :direction :in))
2594 :category "VERSION_3_1" :deprecated nil :version "3.1")
2595 ("DrawArraysInstanced" draw-arrays-instanced :return "void" :args
2596 ((:name |mode| :type |BeginMode| :direction :in)
2597 (:name |first| :type |Int32| :direction :in)
2598 (:name |count| :type |SizeI| :direction :in)
2599 (:name |primcount| :type |SizeI| :direction :in))
2600 :category "VERSION_3_1" :deprecated nil :version "3.1")))