Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-version_1_1.lisp
blob4bbba210effb4c892d35446a3e886cbdb5e6e994
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; version_1_1
7 (eval-when (:load-toplevel)
8 (when
9 (and (boundp '*version-loaded*) (not (eq 'version_1_1 *version-loaded*)))
10 (warn
11 "Loading cl-glfw-opengl-~a over the top of already-loaded cl-glfw-opengl-~a~%"
12 'version_1_1 *version-loaded*))
13 (defparameter *version-loaded* 'version_1_1))
14 (defglfun "Translatef" translate-f :return "void" :args
15 ((:name |x| :type |Float32| :direction :in)
16 (:name |y| :type |Float32| :direction :in)
17 (:name |z| :type |Float32| :direction :in))
18 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
19 (defglfun "Translated" translate-d :return "void" :args
20 ((:name |x| :type |Float64| :direction :in)
21 (:name |y| :type |Float64| :direction :in)
22 (:name |z| :type |Float64| :direction :in))
23 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
24 (defglfun "Scalef" scale-f :return "void" :args
25 ((:name |x| :type |Float32| :direction :in)
26 (:name |y| :type |Float32| :direction :in)
27 (:name |z| :type |Float32| :direction :in))
28 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
29 (defglfun "Scaled" scale-d :return "void" :args
30 ((:name |x| :type |Float64| :direction :in)
31 (:name |y| :type |Float64| :direction :in)
32 (:name |z| :type |Float64| :direction :in))
33 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
34 (defglfun "Rotatef" rotate-f :return "void" :args
35 ((:name |angle| :type |Float32| :direction :in)
36 (:name |x| :type |Float32| :direction :in)
37 (:name |y| :type |Float32| :direction :in)
38 (:name |z| :type |Float32| :direction :in))
39 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
40 (defglfun "Rotated" rotate-d :return "void" :args
41 ((:name |angle| :type |Float64| :direction :in)
42 (:name |x| :type |Float64| :direction :in)
43 (:name |y| :type |Float64| :direction :in)
44 (:name |z| :type |Float64| :direction :in))
45 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
46 (defglfun "PushMatrix" push-matrix :return "void" :args nil :category
47 "VERSION_1_0" :deprecated "3.1" :version "1.0")
48 (defglfun "PopMatrix" pop-matrix :return "void" :args nil :category
49 "VERSION_1_0" :deprecated "3.1" :version "1.0")
50 (defglfun "Ortho" ortho :return "void" :args
51 ((:name |left| :type |Float64| :direction :in)
52 (:name |right| :type |Float64| :direction :in)
53 (:name |bottom| :type |Float64| :direction :in)
54 (:name |top| :type |Float64| :direction :in)
55 (:name |zNear| :type |Float64| :direction :in)
56 (:name |zFar| :type |Float64| :direction :in))
57 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
58 (defglfun "MultMatrixd" mult-matrix-d :return "void" :args
59 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
60 "VERSION_1_0" :deprecated "3.1" :version "1.0")
61 (defglfun "MultMatrixf" mult-matrix-f :return "void" :args
62 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
63 "VERSION_1_0" :deprecated "3.1" :version "1.0")
64 (defglfun "MatrixMode" matrix-mode :return "void" :args
65 ((:name |mode| :type |MatrixMode| :direction :in)) :category "VERSION_1_0"
66 :deprecated "3.1" :version "1.0")
67 (defglfun "LoadMatrixd" load-matrix-d :return "void" :args
68 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
69 "VERSION_1_0" :deprecated "3.1" :version "1.0")
70 (defglfun "LoadMatrixf" load-matrix-f :return "void" :args
71 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
72 "VERSION_1_0" :deprecated "3.1" :version "1.0")
73 (defglfun "LoadIdentity" load-identity :return "void" :args nil :category
74 "VERSION_1_0" :deprecated "3.1" :version "1.0")
75 (defglfun "Frustum" frustum :return "void" :args
76 ((:name |left| :type |Float64| :direction :in)
77 (:name |right| :type |Float64| :direction :in)
78 (:name |bottom| :type |Float64| :direction :in)
79 (:name |top| :type |Float64| :direction :in)
80 (:name |zNear| :type |Float64| :direction :in)
81 (:name |zFar| :type |Float64| :direction :in))
82 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
83 (defglfun "IsList" is-list :return "Boolean" :args
84 ((:name |list| :type |List| :direction :in)) :category "VERSION_1_0"
85 :deprecated "3.1" :version "1.0")
86 (defglfun "GetTexGeniv" get-tex-gen-iv :return "void" :args
87 ((:name |coord| :type |TextureCoordName| :direction :in)
88 (:name |pname| :type |TextureGenParameter| :direction :in)
89 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
90 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
91 (defglfun "GetTexGenfv" get-tex-gen-fv :return "void" :args
92 ((:name |coord| :type |TextureCoordName| :direction :in)
93 (:name |pname| :type |TextureGenParameter| :direction :in)
94 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
95 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
96 (defglfun "GetTexGendv" get-tex-gen-dv :return "void" :args
97 ((:name |coord| :type |TextureCoordName| :direction :in)
98 (:name |pname| :type |TextureGenParameter| :direction :in)
99 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
100 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
101 (defglfun "GetTexEnviv" get-tex-env-iv :return "void" :args
102 ((:name |target| :type |TextureEnvTarget| :direction :in)
103 (:name |pname| :type |TextureEnvParameter| :direction :in)
104 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
105 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
106 (defglfun "GetTexEnvfv" get-tex-env-fv :return "void" :args
107 ((:name |target| :type |TextureEnvTarget| :direction :in)
108 (:name |pname| :type |TextureEnvParameter| :direction :in)
109 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
110 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
111 (defglfun "GetPolygonStipple" get-polygon-stipple :return "void" :args
112 ((:name |mask| :type |UInt8| :direction :out :array t)) :category
113 "VERSION_1_0" :deprecated "3.1" :version "1.0")
114 (defglfun "GetPixelMapusv" get-pixel-map-usv :return "void" :args
115 ((:name |map| :type |PixelMap| :direction :in)
116 (:name |values| :type |UInt16| :direction :out :array t :size (|map|)))
117 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
118 (defglfun "GetPixelMapuiv" get-pixel-map-uiv :return "void" :args
119 ((:name |map| :type |PixelMap| :direction :in)
120 (:name |values| :type |UInt32| :direction :out :array t :size (|map|)))
121 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
122 (defglfun "GetPixelMapfv" get-pixel-map-fv :return "void" :args
123 ((:name |map| :type |PixelMap| :direction :in)
124 (:name |values| :type |Float32| :direction :out :array t :size (|map|)))
125 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
126 (defglfun "GetMaterialiv" get-material-iv :return "void" :args
127 ((:name |face| :type |MaterialFace| :direction :in)
128 (:name |pname| :type |MaterialParameter| :direction :in)
129 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
130 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
131 (defglfun "GetMaterialfv" get-material-fv :return "void" :args
132 ((:name |face| :type |MaterialFace| :direction :in)
133 (:name |pname| :type |MaterialParameter| :direction :in)
134 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
135 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
136 (defglfun "GetMapiv" get-map-iv :return "void" :args
137 ((:name |target| :type |MapTarget| :direction :in)
138 (:name |query| :type |GetMapQuery| :direction :in)
139 (:name |v| :type |Int32| :direction :out :array t :size (|target| |query|)))
140 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
141 (defglfun "GetMapfv" get-map-fv :return "void" :args
142 ((:name |target| :type |MapTarget| :direction :in)
143 (:name |query| :type |GetMapQuery| :direction :in)
144 (:name |v| :type |Float32| :direction :out :array t :size
145 (|target| |query|)))
146 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
147 (defglfun "GetMapdv" get-map-dv :return "void" :args
148 ((:name |target| :type |MapTarget| :direction :in)
149 (:name |query| :type |GetMapQuery| :direction :in)
150 (:name |v| :type |Float64| :direction :out :array t :size
151 (|target| |query|)))
152 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
153 (defglfun "GetLightiv" get-light-iv :return "void" :args
154 ((:name |light| :type |LightName| :direction :in)
155 (:name |pname| :type |LightParameter| :direction :in)
156 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
157 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
158 (defglfun "GetLightfv" get-light-fv :return "void" :args
159 ((:name |light| :type |LightName| :direction :in)
160 (:name |pname| :type |LightParameter| :direction :in)
161 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
162 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
163 (defglfun "GetClipPlane" get-clip-plane :return "void" :args
164 ((:name |plane| :type |ClipPlaneName| :direction :in)
165 (:name |equation| :type |Float64| :direction :out :array t :size #x4))
166 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
167 (defglfun "DrawPixels" draw-pixels :return "void" :args
168 ((:name |width| :type |SizeI| :direction :in)
169 (:name |height| :type |SizeI| :direction :in)
170 (:name |format| :type |PixelFormat| :direction :in)
171 (:name |type| :type |PixelType| :direction :in)
172 (:name |pixels| :type |Void| :direction :in :array t :size
173 (|format| |type| |width| |height|)))
174 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
175 (defglfun "CopyPixels" copy-pixels :return "void" :args
176 ((:name |x| :type |WinCoord| :direction :in)
177 (:name |y| :type |WinCoord| :direction :in)
178 (:name |width| :type |SizeI| :direction :in)
179 (:name |height| :type |SizeI| :direction :in)
180 (:name |type| :type |PixelCopyType| :direction :in))
181 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
182 (defglfun "PixelMapusv" pixel-map-usv :return "void" :args
183 ((:name |map| :type |PixelMap| :direction :in)
184 (:name |mapsize| :type |CheckedInt32| :direction :in)
185 (:name |values| :type |UInt16| :direction :in :array t :size mapsize))
186 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
187 (defglfun "PixelMapuiv" pixel-map-uiv :return "void" :args
188 ((:name |map| :type |PixelMap| :direction :in)
189 (:name |mapsize| :type |CheckedInt32| :direction :in)
190 (:name |values| :type |UInt32| :direction :in :array t :size mapsize))
191 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
192 (defglfun "PixelMapfv" pixel-map-fv :return "void" :args
193 ((:name |map| :type |PixelMap| :direction :in)
194 (:name |mapsize| :type |CheckedInt32| :direction :in)
195 (:name |values| :type |Float32| :direction :in :array t :size mapsize))
196 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
197 (defglfun "PixelTransferi" pixel-transfer-i :return "void" :args
198 ((:name |pname| :type |PixelTransferParameter| :direction :in)
199 (:name |param| :type |CheckedInt32| :direction :in))
200 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
201 (defglfun "PixelTransferf" pixel-transfer-f :return "void" :args
202 ((:name |pname| :type |PixelTransferParameter| :direction :in)
203 (:name |param| :type |CheckedFloat32| :direction :in))
204 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
205 (defglfun "PixelZoom" pixel-zoom :return "void" :args
206 ((:name |xfactor| :type |Float32| :direction :in)
207 (:name |yfactor| :type |Float32| :direction :in))
208 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
209 (defglfun "AlphaFunc" alpha-func :return "void" :args
210 ((:name |func| :type |AlphaFunction| :direction :in)
211 (:name |ref| :type |ClampedFloat32| :direction :in))
212 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
213 (defglfun "EvalPoint2" eval-point-2 :return "void" :args
214 ((:name |i| :type |CheckedInt32| :direction :in)
215 (:name |j| :type |CheckedInt32| :direction :in))
216 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
217 (defglfun "EvalMesh2" eval-mesh-2 :return "void" :args
218 ((:name |mode| :type |MeshMode2| :direction :in)
219 (:name |i1| :type |CheckedInt32| :direction :in)
220 (:name |i2| :type |CheckedInt32| :direction :in)
221 (:name |j1| :type |CheckedInt32| :direction :in)
222 (:name |j2| :type |CheckedInt32| :direction :in))
223 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
224 (defglfun "EvalPoint1" eval-point-1 :return "void" :args
225 ((:name |i| :type |Int32| :direction :in)) :category "VERSION_1_0" :deprecated
226 "3.1" :version "1.0")
227 (defglfun "EvalMesh1" eval-mesh-1 :return "void" :args
228 ((:name |mode| :type |MeshMode1| :direction :in)
229 (:name |i1| :type |CheckedInt32| :direction :in)
230 (:name |i2| :type |CheckedInt32| :direction :in))
231 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
232 (defglfun "EvalCoord2fv" eval-coord-2fv :return "void" :args
233 ((:name |u| :type |CoordF| :direction :in :array t :size #x2)) :category
234 "VERSION_1_0" :deprecated "3.1" :version "1.0")
235 (defglfun "EvalCoord2f" eval-coord-2f :return "void" :args
236 ((:name |u| :type |CoordF| :direction :in)
237 (:name |v| :type |CoordF| :direction :in))
238 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
239 (defglfun "EvalCoord2dv" eval-coord-2dv :return "void" :args
240 ((:name |u| :type |CoordD| :direction :in :array t :size #x2)) :category
241 "VERSION_1_0" :deprecated "3.1" :version "1.0")
242 (defglfun "EvalCoord2d" eval-coord-2d :return "void" :args
243 ((:name |u| :type |CoordD| :direction :in)
244 (:name |v| :type |CoordD| :direction :in))
245 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
246 (defglfun "EvalCoord1fv" eval-coord-1fv :return "void" :args
247 ((:name |u| :type |CoordF| :direction :in :array t :size #x1)) :category
248 "VERSION_1_0" :deprecated "3.1" :version "1.0")
249 (defglfun "EvalCoord1f" eval-coord-1f :return "void" :args
250 ((:name |u| :type |CoordF| :direction :in)) :category "VERSION_1_0"
251 :deprecated "3.1" :version "1.0")
252 (defglfun "EvalCoord1dv" eval-coord-1dv :return "void" :args
253 ((:name |u| :type |CoordD| :direction :in :array t :size #x1)) :category
254 "VERSION_1_0" :deprecated "3.1" :version "1.0")
255 (defglfun "EvalCoord1d" eval-coord-1d :return "void" :args
256 ((:name |u| :type |CoordD| :direction :in)) :category "VERSION_1_0"
257 :deprecated "3.1" :version "1.0")
258 (defglfun "MapGrid2f" map-grid-2f :return "void" :args
259 ((:name |un| :type |Int32| :direction :in)
260 (:name |u1| :type |CoordF| :direction :in)
261 (:name |u2| :type |CoordF| :direction :in)
262 (:name |vn| :type |Int32| :direction :in)
263 (:name |v1| :type |CoordF| :direction :in)
264 (:name |v2| :type |CoordF| :direction :in))
265 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
266 (defglfun "MapGrid2d" map-grid-2d :return "void" :args
267 ((:name |un| :type |Int32| :direction :in)
268 (:name |u1| :type |CoordD| :direction :in)
269 (:name |u2| :type |CoordD| :direction :in)
270 (:name |vn| :type |Int32| :direction :in)
271 (:name |v1| :type |CoordD| :direction :in)
272 (:name |v2| :type |CoordD| :direction :in))
273 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
274 (defglfun "MapGrid1f" map-grid-1f :return "void" :args
275 ((:name |un| :type |Int32| :direction :in)
276 (:name |u1| :type |CoordF| :direction :in)
277 (:name |u2| :type |CoordF| :direction :in))
278 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
279 (defglfun "MapGrid1d" map-grid-1d :return "void" :args
280 ((:name |un| :type |Int32| :direction :in)
281 (:name |u1| :type |CoordD| :direction :in)
282 (:name |u2| :type |CoordD| :direction :in))
283 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
284 (defglfun "Map2f" map-2f :return "void" :args
285 ((:name |target| :type |MapTarget| :direction :in)
286 (:name |u1| :type |CoordF| :direction :in)
287 (:name |u2| :type |CoordF| :direction :in)
288 (:name |ustride| :type |Int32| :direction :in)
289 (:name |uorder| :type |CheckedInt32| :direction :in)
290 (:name |v1| :type |CoordF| :direction :in)
291 (:name |v2| :type |CoordF| :direction :in)
292 (:name |vstride| :type |Int32| :direction :in)
293 (:name |vorder| :type |CheckedInt32| :direction :in)
294 (:name |points| :type |CoordF| :direction :in :array t :size
295 (|target| |ustride| |uorder| |vstride| |vorder|)))
296 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
297 (defglfun "Map2d" map-2d :return "void" :args
298 ((:name |target| :type |MapTarget| :direction :in)
299 (:name |u1| :type |CoordD| :direction :in)
300 (:name |u2| :type |CoordD| :direction :in)
301 (:name |ustride| :type |Int32| :direction :in)
302 (:name |uorder| :type |CheckedInt32| :direction :in)
303 (:name |v1| :type |CoordD| :direction :in)
304 (:name |v2| :type |CoordD| :direction :in)
305 (:name |vstride| :type |Int32| :direction :in)
306 (:name |vorder| :type |CheckedInt32| :direction :in)
307 (:name |points| :type |CoordD| :direction :in :array t :size
308 (|target| |ustride| |uorder| |vstride| |vorder|)))
309 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
310 (defglfun "Map1f" map-1f :return "void" :args
311 ((:name |target| :type |MapTarget| :direction :in)
312 (:name |u1| :type |CoordF| :direction :in)
313 (:name |u2| :type |CoordF| :direction :in)
314 (:name |stride| :type |Int32| :direction :in)
315 (:name |order| :type |CheckedInt32| :direction :in)
316 (:name |points| :type |CoordF| :direction :in :array t :size
317 (|target| |stride| |order|)))
318 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
319 (defglfun "Map1d" map-1d :return "void" :args
320 ((:name |target| :type |MapTarget| :direction :in)
321 (:name |u1| :type |CoordD| :direction :in)
322 (:name |u2| :type |CoordD| :direction :in)
323 (:name |stride| :type |Int32| :direction :in)
324 (:name |order| :type |CheckedInt32| :direction :in)
325 (:name |points| :type |CoordD| :direction :in :array t :size
326 (|target| |stride| |order|)))
327 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
328 (defglfun "PushAttrib" push-attrib :return "void" :args
329 ((:name |mask| :type |AttribMask| :direction :in)) :category "VERSION_1_0"
330 :deprecated "3.1" :version "1.0")
331 (defglfun "PopAttrib" pop-attrib :return "void" :args nil :category
332 "VERSION_1_0" :deprecated "3.1" :version "1.0")
333 (defglfun "Accum" accum :return "void" :args
334 ((:name |op| :type |AccumOp| :direction :in)
335 (:name |value| :type |CoordF| :direction :in))
336 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
337 (defglfun "IndexMask" index-mask :return "void" :args
338 ((:name |mask| :type |MaskedColorIndexValueI| :direction :in)) :category
339 "VERSION_1_0" :deprecated "3.1" :version "1.0")
340 (defglfun "ClearIndex" clear-index :return "void" :args
341 ((:name |c| :type |MaskedColorIndexValueF| :direction :in)) :category
342 "VERSION_1_0" :deprecated "3.1" :version "1.0")
343 (defglfun "ClearAccum" clear-accum :return "void" :args
344 ((:name |red| :type |Float32| :direction :in)
345 (:name |green| :type |Float32| :direction :in)
346 (:name |blue| :type |Float32| :direction :in)
347 (:name |alpha| :type |Float32| :direction :in))
348 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
349 (defglfun "PushName" push-name :return "void" :args
350 ((:name |name| :type |SelectName| :direction :in)) :category "VERSION_1_0"
351 :deprecated "3.1" :version "1.0")
352 (defglfun "PopName" pop-name :return "void" :args nil :category "VERSION_1_0"
353 :deprecated "3.1" :version "1.0")
354 (defglfun "PassThrough" pass-through :return "void" :args
355 ((:name |token| :type |FeedbackElement| :direction :in)) :category
356 "VERSION_1_0" :deprecated "3.1" :version "1.0")
357 (defglfun "LoadName" load-name :return "void" :args
358 ((:name |name| :type |SelectName| :direction :in)) :category "VERSION_1_0"
359 :deprecated "3.1" :version "1.0")
360 (defglfun "InitNames" init-names :return "void" :args nil :category
361 "VERSION_1_0" :deprecated "3.1" :version "1.0")
362 (defglfun "RenderMode" render-mode :return "Int32" :args
363 ((:name |mode| :type |RenderingMode| :direction :in)) :category "VERSION_1_0"
364 :deprecated "3.1" :version "1.0")
365 (defglfun "SelectBuffer" select-buffer :return "void" :args
366 ((:name |size| :type |SizeI| :direction :in)
367 (:name |buffer| :type |SelectName| :direction :out :array t :size size
368 :retained t))
369 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
370 (defglfun "FeedbackBuffer" feedback-buffer :return "void" :args
371 ((:name |size| :type |SizeI| :direction :in)
372 (:name |type| :type |FeedbackType| :direction :in)
373 (:name |buffer| :type |FeedbackElement| :direction :out :array t :size size
374 :retained t))
375 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
376 (defglfun "TexGeniv" tex-gen-iv :return "void" :args
377 ((:name |coord| :type |TextureCoordName| :direction :in)
378 (:name |pname| :type |TextureGenParameter| :direction :in)
379 (:name |params| :type |CheckedInt32| :direction :in :array t :size
380 (|pname|)))
381 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
382 (defglfun "TexGeni" tex-gen-i :return "void" :args
383 ((:name |coord| :type |TextureCoordName| :direction :in)
384 (:name |pname| :type |TextureGenParameter| :direction :in)
385 (:name |param| :type |CheckedInt32| :direction :in))
386 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
387 (defglfun "TexGenfv" tex-gen-fv :return "void" :args
388 ((:name |coord| :type |TextureCoordName| :direction :in)
389 (:name |pname| :type |TextureGenParameter| :direction :in)
390 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
391 (|pname|)))
392 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
393 (defglfun "TexGenf" tex-gen-f :return "void" :args
394 ((:name |coord| :type |TextureCoordName| :direction :in)
395 (:name |pname| :type |TextureGenParameter| :direction :in)
396 (:name |param| :type |CheckedFloat32| :direction :in))
397 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
398 (defglfun "TexGendv" tex-gen-dv :return "void" :args
399 ((:name |coord| :type |TextureCoordName| :direction :in)
400 (:name |pname| :type |TextureGenParameter| :direction :in)
401 (:name |params| :type |Float64| :direction :in :array t :size (|pname|)))
402 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
403 (defglfun "TexGend" tex-gen-d :return "void" :args
404 ((:name |coord| :type |TextureCoordName| :direction :in)
405 (:name |pname| :type |TextureGenParameter| :direction :in)
406 (:name |param| :type |Float64| :direction :in))
407 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
408 (defglfun "TexEnviv" tex-env-iv :return "void" :args
409 ((:name |target| :type |TextureEnvTarget| :direction :in)
410 (:name |pname| :type |TextureEnvParameter| :direction :in)
411 (:name |params| :type |CheckedInt32| :direction :in :array t :size
412 (|pname|)))
413 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
414 (defglfun "TexEnvi" tex-env-i :return "void" :args
415 ((:name |target| :type |TextureEnvTarget| :direction :in)
416 (:name |pname| :type |TextureEnvParameter| :direction :in)
417 (:name |param| :type |CheckedInt32| :direction :in))
418 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
419 (defglfun "TexEnvfv" tex-env-fv :return "void" :args
420 ((:name |target| :type |TextureEnvTarget| :direction :in)
421 (:name |pname| :type |TextureEnvParameter| :direction :in)
422 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
423 (|pname|)))
424 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
425 (defglfun "TexEnvf" tex-env-f :return "void" :args
426 ((:name |target| :type |TextureEnvTarget| :direction :in)
427 (:name |pname| :type |TextureEnvParameter| :direction :in)
428 (:name |param| :type |CheckedFloat32| :direction :in))
429 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
430 (defglfun "ShadeModel" shade-model :return "void" :args
431 ((:name |mode| :type |ShadingModel| :direction :in)) :category "VERSION_1_0"
432 :deprecated "3.1" :version "1.0")
433 (defglfun "PolygonStipple" polygon-stipple :return "void" :args
434 ((:name |mask| :type |UInt8| :direction :in :array t)) :category "VERSION_1_0"
435 :deprecated "3.1" :version "1.0")
436 (defglfun "Materialiv" material-iv :return "void" :args
437 ((:name |face| :type |MaterialFace| :direction :in)
438 (:name |pname| :type |MaterialParameter| :direction :in)
439 (:name |params| :type |CheckedInt32| :direction :in :array t :size
440 (|pname|)))
441 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
442 (defglfun "Materiali" material-i :return "void" :args
443 ((:name |face| :type |MaterialFace| :direction :in)
444 (:name |pname| :type |MaterialParameter| :direction :in)
445 (:name |param| :type |CheckedInt32| :direction :in))
446 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
447 (defglfun "Materialfv" material-fv :return "void" :args
448 ((:name |face| :type |MaterialFace| :direction :in)
449 (:name |pname| :type |MaterialParameter| :direction :in)
450 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
451 (|pname|)))
452 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
453 (defglfun "Materialf" material-f :return "void" :args
454 ((:name |face| :type |MaterialFace| :direction :in)
455 (:name |pname| :type |MaterialParameter| :direction :in)
456 (:name |param| :type |CheckedFloat32| :direction :in))
457 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
458 (defglfun "LineStipple" line-stipple :return "void" :args
459 ((:name |factor| :type |CheckedInt32| :direction :in)
460 (:name |pattern| :type |LineStipple| :direction :in))
461 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
462 (defglfun "LightModeliv" light-model-iv :return "void" :args
463 ((:name |pname| :type |LightModelParameter| :direction :in)
464 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
465 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
466 (defglfun "LightModeli" light-model-i :return "void" :args
467 ((:name |pname| :type |LightModelParameter| :direction :in)
468 (:name |param| :type |Int32| :direction :in))
469 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
470 (defglfun "LightModelfv" light-model-fv :return "void" :args
471 ((:name |pname| :type |LightModelParameter| :direction :in)
472 (:name |params| :type |Float32| :direction :in :array t :size (|pname|)))
473 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
474 (defglfun "LightModelf" light-model-f :return "void" :args
475 ((:name |pname| :type |LightModelParameter| :direction :in)
476 (:name |param| :type |Float32| :direction :in))
477 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
478 (defglfun "Lightiv" light-iv :return "void" :args
479 ((:name |light| :type |LightName| :direction :in)
480 (:name |pname| :type |LightParameter| :direction :in)
481 (:name |params| :type |CheckedInt32| :direction :in :array t :size
482 (|pname|)))
483 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
484 (defglfun "Lighti" light-i :return "void" :args
485 ((:name |light| :type |LightName| :direction :in)
486 (:name |pname| :type |LightParameter| :direction :in)
487 (:name |param| :type |CheckedInt32| :direction :in))
488 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
489 (defglfun "Lightfv" light-fv :return "void" :args
490 ((:name |light| :type |LightName| :direction :in)
491 (:name |pname| :type |LightParameter| :direction :in)
492 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
493 (|pname|)))
494 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
495 (defglfun "Lightf" light-f :return "void" :args
496 ((:name |light| :type |LightName| :direction :in)
497 (:name |pname| :type |LightParameter| :direction :in)
498 (:name |param| :type |CheckedFloat32| :direction :in))
499 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
500 (defglfun "Fogiv" fog-iv :return "void" :args
501 ((:name |pname| :type |FogParameter| :direction :in)
502 (:name |params| :type |CheckedInt32| :direction :in :array t :size
503 (|pname|)))
504 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
505 (defglfun "Fogi" fog-i :return "void" :args
506 ((:name |pname| :type |FogParameter| :direction :in)
507 (:name |param| :type |CheckedInt32| :direction :in))
508 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
509 (defglfun "Fogfv" fog-fv :return "void" :args
510 ((:name |pname| :type |FogParameter| :direction :in)
511 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
512 (|pname|)))
513 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
514 (defglfun "Fogf" fog-f :return "void" :args
515 ((:name |pname| :type |FogParameter| :direction :in)
516 (:name |param| :type |CheckedFloat32| :direction :in))
517 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
518 (defglfun "ColorMaterial" color-material :return "void" :args
519 ((:name |face| :type |MaterialFace| :direction :in)
520 (:name |mode| :type |ColorMaterialParameter| :direction :in))
521 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
522 (defglfun "ClipPlane" clip-plane :return "void" :args
523 ((:name |plane| :type |ClipPlaneName| :direction :in)
524 (:name |equation| :type |Float64| :direction :in :array t :size #x4))
525 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
526 (defglfun "Vertex4sv" vertex-4sv :return "void" :args
527 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
528 "VERSION_1_0" :deprecated "3.1" :version "1.0")
529 (defglfun "Vertex4s" vertex-4s :return "void" :args
530 ((:name |x| :type |CoordS| :direction :in)
531 (:name |y| :type |CoordS| :direction :in)
532 (:name |z| :type |CoordS| :direction :in)
533 (:name |w| :type |CoordS| :direction :in))
534 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
535 (defglfun "Vertex4iv" vertex-4iv :return "void" :args
536 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
537 "VERSION_1_0" :deprecated "3.1" :version "1.0")
538 (defglfun "Vertex4i" vertex-4i :return "void" :args
539 ((:name |x| :type |CoordI| :direction :in)
540 (:name |y| :type |CoordI| :direction :in)
541 (:name |z| :type |CoordI| :direction :in)
542 (:name |w| :type |CoordI| :direction :in))
543 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
544 (defglfun "Vertex4fv" vertex-4fv :return "void" :args
545 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
546 "VERSION_1_0" :deprecated "3.1" :version "1.0")
547 (defglfun "Vertex4f" vertex-4f :return "void" :args
548 ((:name |x| :type |CoordF| :direction :in)
549 (:name |y| :type |CoordF| :direction :in)
550 (:name |z| :type |CoordF| :direction :in)
551 (:name |w| :type |CoordF| :direction :in))
552 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
553 (defglfun "Vertex4dv" vertex-4dv :return "void" :args
554 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
555 "VERSION_1_0" :deprecated "3.1" :version "1.0")
556 (defglfun "Vertex4d" vertex-4d :return "void" :args
557 ((:name |x| :type |CoordD| :direction :in)
558 (:name |y| :type |CoordD| :direction :in)
559 (:name |z| :type |CoordD| :direction :in)
560 (:name |w| :type |CoordD| :direction :in))
561 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
562 (defglfun "Vertex3sv" vertex-3sv :return "void" :args
563 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
564 "VERSION_1_0" :deprecated "3.1" :version "1.0")
565 (defglfun "Vertex3s" vertex-3s :return "void" :args
566 ((:name |x| :type |CoordS| :direction :in)
567 (:name |y| :type |CoordS| :direction :in)
568 (:name |z| :type |CoordS| :direction :in))
569 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
570 (defglfun "Vertex3iv" vertex-3iv :return "void" :args
571 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
572 "VERSION_1_0" :deprecated "3.1" :version "1.0")
573 (defglfun "Vertex3i" vertex-3i :return "void" :args
574 ((:name |x| :type |CoordI| :direction :in)
575 (:name |y| :type |CoordI| :direction :in)
576 (:name |z| :type |CoordI| :direction :in))
577 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
578 (defglfun "Vertex3fv" vertex-3fv :return "void" :args
579 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
580 "VERSION_1_0" :deprecated "3.1" :version "1.0")
581 (defglfun "Vertex3f" vertex-3f :return "void" :args
582 ((:name |x| :type |CoordF| :direction :in)
583 (:name |y| :type |CoordF| :direction :in)
584 (:name |z| :type |CoordF| :direction :in))
585 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
586 (defglfun "Vertex3dv" vertex-3dv :return "void" :args
587 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
588 "VERSION_1_0" :deprecated "3.1" :version "1.0")
589 (defglfun "Vertex3d" vertex-3d :return "void" :args
590 ((:name |x| :type |CoordD| :direction :in)
591 (:name |y| :type |CoordD| :direction :in)
592 (:name |z| :type |CoordD| :direction :in))
593 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
594 (defglfun "Vertex2sv" vertex-2sv :return "void" :args
595 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
596 "VERSION_1_0" :deprecated "3.1" :version "1.0")
597 (defglfun "Vertex2s" vertex-2s :return "void" :args
598 ((:name |x| :type |CoordS| :direction :in)
599 (:name |y| :type |CoordS| :direction :in))
600 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
601 (defglfun "Vertex2iv" vertex-2iv :return "void" :args
602 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
603 "VERSION_1_0" :deprecated "3.1" :version "1.0")
604 (defglfun "Vertex2i" vertex-2i :return "void" :args
605 ((:name |x| :type |CoordI| :direction :in)
606 (:name |y| :type |CoordI| :direction :in))
607 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
608 (defglfun "Vertex2fv" vertex-2fv :return "void" :args
609 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
610 "VERSION_1_0" :deprecated "3.1" :version "1.0")
611 (defglfun "Vertex2f" vertex-2f :return "void" :args
612 ((:name |x| :type |CoordF| :direction :in)
613 (:name |y| :type |CoordF| :direction :in))
614 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
615 (defglfun "Vertex2dv" vertex-2dv :return "void" :args
616 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
617 "VERSION_1_0" :deprecated "3.1" :version "1.0")
618 (defglfun "Vertex2d" vertex-2d :return "void" :args
619 ((:name |x| :type |CoordD| :direction :in)
620 (:name |y| :type |CoordD| :direction :in))
621 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
622 (defglfun "TexCoord4sv" tex-coord-4sv :return "void" :args
623 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
624 "VERSION_1_0" :deprecated "3.1" :version "1.0")
625 (defglfun "TexCoord4s" tex-coord-4s :return "void" :args
626 ((:name |s| :type |CoordS| :direction :in)
627 (:name |t| :type |CoordS| :direction :in)
628 (:name |r| :type |CoordS| :direction :in)
629 (:name |q| :type |CoordS| :direction :in))
630 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
631 (defglfun "TexCoord4iv" tex-coord-4iv :return "void" :args
632 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
633 "VERSION_1_0" :deprecated "3.1" :version "1.0")
634 (defglfun "TexCoord4i" tex-coord-4i :return "void" :args
635 ((:name |s| :type |CoordI| :direction :in)
636 (:name |t| :type |CoordI| :direction :in)
637 (:name |r| :type |CoordI| :direction :in)
638 (:name |q| :type |CoordI| :direction :in))
639 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
640 (defglfun "TexCoord4fv" tex-coord-4fv :return "void" :args
641 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
642 "VERSION_1_0" :deprecated "3.1" :version "1.0")
643 (defglfun "TexCoord4f" tex-coord-4f :return "void" :args
644 ((:name |s| :type |CoordF| :direction :in)
645 (:name |t| :type |CoordF| :direction :in)
646 (:name |r| :type |CoordF| :direction :in)
647 (:name |q| :type |CoordF| :direction :in))
648 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
649 (defglfun "TexCoord4dv" tex-coord-4dv :return "void" :args
650 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
651 "VERSION_1_0" :deprecated "3.1" :version "1.0")
652 (defglfun "TexCoord4d" tex-coord-4d :return "void" :args
653 ((:name |s| :type |CoordD| :direction :in)
654 (:name |t| :type |CoordD| :direction :in)
655 (:name |r| :type |CoordD| :direction :in)
656 (:name |q| :type |CoordD| :direction :in))
657 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
658 (defglfun "TexCoord3sv" tex-coord-3sv :return "void" :args
659 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
660 "VERSION_1_0" :deprecated "3.1" :version "1.0")
661 (defglfun "TexCoord3s" tex-coord-3s :return "void" :args
662 ((:name |s| :type |CoordS| :direction :in)
663 (:name |t| :type |CoordS| :direction :in)
664 (:name |r| :type |CoordS| :direction :in))
665 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
666 (defglfun "TexCoord3iv" tex-coord-3iv :return "void" :args
667 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
668 "VERSION_1_0" :deprecated "3.1" :version "1.0")
669 (defglfun "TexCoord3i" tex-coord-3i :return "void" :args
670 ((:name |s| :type |CoordI| :direction :in)
671 (:name |t| :type |CoordI| :direction :in)
672 (:name |r| :type |CoordI| :direction :in))
673 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
674 (defglfun "TexCoord3fv" tex-coord-3fv :return "void" :args
675 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
676 "VERSION_1_0" :deprecated "3.1" :version "1.0")
677 (defglfun "TexCoord3f" tex-coord-3f :return "void" :args
678 ((:name |s| :type |CoordF| :direction :in)
679 (:name |t| :type |CoordF| :direction :in)
680 (:name |r| :type |CoordF| :direction :in))
681 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
682 (defglfun "TexCoord3dv" tex-coord-3dv :return "void" :args
683 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
684 "VERSION_1_0" :deprecated "3.1" :version "1.0")
685 (defglfun "TexCoord3d" tex-coord-3d :return "void" :args
686 ((:name |s| :type |CoordD| :direction :in)
687 (:name |t| :type |CoordD| :direction :in)
688 (:name |r| :type |CoordD| :direction :in))
689 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
690 (defglfun "TexCoord2sv" tex-coord-2sv :return "void" :args
691 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
692 "VERSION_1_0" :deprecated "3.1" :version "1.0")
693 (defglfun "TexCoord2s" tex-coord-2s :return "void" :args
694 ((:name |s| :type |CoordS| :direction :in)
695 (:name |t| :type |CoordS| :direction :in))
696 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
697 (defglfun "TexCoord2iv" tex-coord-2iv :return "void" :args
698 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
699 "VERSION_1_0" :deprecated "3.1" :version "1.0")
700 (defglfun "TexCoord2i" tex-coord-2i :return "void" :args
701 ((:name |s| :type |CoordI| :direction :in)
702 (:name |t| :type |CoordI| :direction :in))
703 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
704 (defglfun "TexCoord2fv" tex-coord-2fv :return "void" :args
705 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
706 "VERSION_1_0" :deprecated "3.1" :version "1.0")
707 (defglfun "TexCoord2f" tex-coord-2f :return "void" :args
708 ((:name |s| :type |CoordF| :direction :in)
709 (:name |t| :type |CoordF| :direction :in))
710 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
711 (defglfun "TexCoord2dv" tex-coord-2dv :return "void" :args
712 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
713 "VERSION_1_0" :deprecated "3.1" :version "1.0")
714 (defglfun "TexCoord2d" tex-coord-2d :return "void" :args
715 ((:name |s| :type |CoordD| :direction :in)
716 (:name |t| :type |CoordD| :direction :in))
717 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
718 (defglfun "TexCoord1sv" tex-coord-1sv :return "void" :args
719 ((:name |v| :type |CoordS| :direction :in :array t :size #x1)) :category
720 "VERSION_1_0" :deprecated "3.1" :version "1.0")
721 (defglfun "TexCoord1s" tex-coord-1s :return "void" :args
722 ((:name |s| :type |CoordS| :direction :in)) :category "VERSION_1_0"
723 :deprecated "3.1" :version "1.0")
724 (defglfun "TexCoord1iv" tex-coord-1iv :return "void" :args
725 ((:name |v| :type |CoordI| :direction :in :array t :size #x1)) :category
726 "VERSION_1_0" :deprecated "3.1" :version "1.0")
727 (defglfun "TexCoord1i" tex-coord-1i :return "void" :args
728 ((:name |s| :type |CoordI| :direction :in)) :category "VERSION_1_0"
729 :deprecated "3.1" :version "1.0")
730 (defglfun "TexCoord1fv" tex-coord-1fv :return "void" :args
731 ((:name |v| :type |CoordF| :direction :in :array t :size #x1)) :category
732 "VERSION_1_0" :deprecated "3.1" :version "1.0")
733 (defglfun "TexCoord1f" tex-coord-1f :return "void" :args
734 ((:name |s| :type |CoordF| :direction :in)) :category "VERSION_1_0"
735 :deprecated "3.1" :version "1.0")
736 (defglfun "TexCoord1dv" tex-coord-1dv :return "void" :args
737 ((:name |v| :type |CoordD| :direction :in :array t :size #x1)) :category
738 "VERSION_1_0" :deprecated "3.1" :version "1.0")
739 (defglfun "TexCoord1d" tex-coord-1d :return "void" :args
740 ((:name |s| :type |CoordD| :direction :in)) :category "VERSION_1_0"
741 :deprecated "3.1" :version "1.0")
742 (defglfun "Rectsv" rect-sv :return "void" :args
743 ((:name |v1| :type |CoordS| :direction :in :array t :size #x2)
744 (:name |v2| :type |CoordS| :direction :in :array t :size #x2))
745 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
746 (defglfun "Rects" rect-s :return "void" :args
747 ((:name |x1| :type |CoordS| :direction :in)
748 (:name |y1| :type |CoordS| :direction :in)
749 (:name |x2| :type |CoordS| :direction :in)
750 (:name |y2| :type |CoordS| :direction :in))
751 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
752 (defglfun "Rectiv" rect-iv :return "void" :args
753 ((:name |v1| :type |CoordI| :direction :in :array t :size #x2)
754 (:name |v2| :type |CoordI| :direction :in :array t :size #x2))
755 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
756 (defglfun "Recti" rect-i :return "void" :args
757 ((:name |x1| :type |CoordI| :direction :in)
758 (:name |y1| :type |CoordI| :direction :in)
759 (:name |x2| :type |CoordI| :direction :in)
760 (:name |y2| :type |CoordI| :direction :in))
761 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
762 (defglfun "Rectfv" rect-fv :return "void" :args
763 ((:name |v1| :type |CoordF| :direction :in :array t :size #x2)
764 (:name |v2| :type |CoordF| :direction :in :array t :size #x2))
765 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
766 (defglfun "Rectf" rect-f :return "void" :args
767 ((:name |x1| :type |CoordF| :direction :in)
768 (:name |y1| :type |CoordF| :direction :in)
769 (:name |x2| :type |CoordF| :direction :in)
770 (:name |y2| :type |CoordF| :direction :in))
771 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
772 (defglfun "Rectdv" rect-dv :return "void" :args
773 ((:name |v1| :type |CoordD| :direction :in :array t :size #x2)
774 (:name |v2| :type |CoordD| :direction :in :array t :size #x2))
775 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
776 (defglfun "Rectd" rect-d :return "void" :args
777 ((:name |x1| :type |CoordD| :direction :in)
778 (:name |y1| :type |CoordD| :direction :in)
779 (:name |x2| :type |CoordD| :direction :in)
780 (:name |y2| :type |CoordD| :direction :in))
781 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
782 (defglfun "RasterPos4sv" raster-pos-4sv :return "void" :args
783 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
784 "VERSION_1_0" :deprecated "3.1" :version "1.0")
785 (defglfun "RasterPos4s" raster-pos-4s :return "void" :args
786 ((:name |x| :type |CoordS| :direction :in)
787 (:name |y| :type |CoordS| :direction :in)
788 (:name |z| :type |CoordS| :direction :in)
789 (:name |w| :type |CoordS| :direction :in))
790 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
791 (defglfun "RasterPos4iv" raster-pos-4iv :return "void" :args
792 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
793 "VERSION_1_0" :deprecated "3.1" :version "1.0")
794 (defglfun "RasterPos4i" raster-pos-4i :return "void" :args
795 ((:name |x| :type |CoordI| :direction :in)
796 (:name |y| :type |CoordI| :direction :in)
797 (:name |z| :type |CoordI| :direction :in)
798 (:name |w| :type |CoordI| :direction :in))
799 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
800 (defglfun "RasterPos4fv" raster-pos-4fv :return "void" :args
801 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
802 "VERSION_1_0" :deprecated "3.1" :version "1.0")
803 (defglfun "RasterPos4f" raster-pos-4f :return "void" :args
804 ((:name |x| :type |CoordF| :direction :in)
805 (:name |y| :type |CoordF| :direction :in)
806 (:name |z| :type |CoordF| :direction :in)
807 (:name |w| :type |CoordF| :direction :in))
808 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
809 (defglfun "RasterPos4dv" raster-pos-4dv :return "void" :args
810 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
811 "VERSION_1_0" :deprecated "3.1" :version "1.0")
812 (defglfun "RasterPos4d" raster-pos-4d :return "void" :args
813 ((:name |x| :type |CoordD| :direction :in)
814 (:name |y| :type |CoordD| :direction :in)
815 (:name |z| :type |CoordD| :direction :in)
816 (:name |w| :type |CoordD| :direction :in))
817 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
818 (defglfun "RasterPos3sv" raster-pos-3sv :return "void" :args
819 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
820 "VERSION_1_0" :deprecated "3.1" :version "1.0")
821 (defglfun "RasterPos3s" raster-pos-3s :return "void" :args
822 ((:name |x| :type |CoordS| :direction :in)
823 (:name |y| :type |CoordS| :direction :in)
824 (:name |z| :type |CoordS| :direction :in))
825 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
826 (defglfun "RasterPos3iv" raster-pos-3iv :return "void" :args
827 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
828 "VERSION_1_0" :deprecated "3.1" :version "1.0")
829 (defglfun "RasterPos3i" raster-pos-3i :return "void" :args
830 ((:name |x| :type |CoordI| :direction :in)
831 (:name |y| :type |CoordI| :direction :in)
832 (:name |z| :type |CoordI| :direction :in))
833 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
834 (defglfun "RasterPos3fv" raster-pos-3fv :return "void" :args
835 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
836 "VERSION_1_0" :deprecated "3.1" :version "1.0")
837 (defglfun "RasterPos3f" raster-pos-3f :return "void" :args
838 ((:name |x| :type |CoordF| :direction :in)
839 (:name |y| :type |CoordF| :direction :in)
840 (:name |z| :type |CoordF| :direction :in))
841 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
842 (defglfun "RasterPos3dv" raster-pos-3dv :return "void" :args
843 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
844 "VERSION_1_0" :deprecated "3.1" :version "1.0")
845 (defglfun "RasterPos3d" raster-pos-3d :return "void" :args
846 ((:name |x| :type |CoordD| :direction :in)
847 (:name |y| :type |CoordD| :direction :in)
848 (:name |z| :type |CoordD| :direction :in))
849 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
850 (defglfun "RasterPos2sv" raster-pos-2sv :return "void" :args
851 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
852 "VERSION_1_0" :deprecated "3.1" :version "1.0")
853 (defglfun "RasterPos2s" raster-pos-2s :return "void" :args
854 ((:name |x| :type |CoordS| :direction :in)
855 (:name |y| :type |CoordS| :direction :in))
856 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
857 (defglfun "RasterPos2iv" raster-pos-2iv :return "void" :args
858 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
859 "VERSION_1_0" :deprecated "3.1" :version "1.0")
860 (defglfun "RasterPos2i" raster-pos-2i :return "void" :args
861 ((:name |x| :type |CoordI| :direction :in)
862 (:name |y| :type |CoordI| :direction :in))
863 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
864 (defglfun "RasterPos2fv" raster-pos-2fv :return "void" :args
865 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
866 "VERSION_1_0" :deprecated "3.1" :version "1.0")
867 (defglfun "RasterPos2f" raster-pos-2f :return "void" :args
868 ((:name |x| :type |CoordF| :direction :in)
869 (:name |y| :type |CoordF| :direction :in))
870 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
871 (defglfun "RasterPos2dv" raster-pos-2dv :return "void" :args
872 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
873 "VERSION_1_0" :deprecated "3.1" :version "1.0")
874 (defglfun "RasterPos2d" raster-pos-2d :return "void" :args
875 ((:name |x| :type |CoordD| :direction :in)
876 (:name |y| :type |CoordD| :direction :in))
877 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
878 (defglfun "Normal3sv" normal-3sv :return "void" :args
879 ((:name |v| :type |Int16| :direction :in :array t :size #x3)) :category
880 "VERSION_1_0" :deprecated "3.1" :version "1.0")
881 (defglfun "Normal3s" normal-3s :return "void" :args
882 ((:name |nx| :type |Int16| :direction :in)
883 (:name |ny| :type |Int16| :direction :in)
884 (:name |nz| :type |Int16| :direction :in))
885 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
886 (defglfun "Normal3iv" normal-3iv :return "void" :args
887 ((:name |v| :type |Int32| :direction :in :array t :size #x3)) :category
888 "VERSION_1_0" :deprecated "3.1" :version "1.0")
889 (defglfun "Normal3i" normal-3i :return "void" :args
890 ((:name |nx| :type |Int32| :direction :in)
891 (:name |ny| :type |Int32| :direction :in)
892 (:name |nz| :type |Int32| :direction :in))
893 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
894 (defglfun "Normal3fv" normal-3fv :return "void" :args
895 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
896 "VERSION_1_0" :deprecated "3.1" :version "1.0")
897 (defglfun "Normal3f" normal-3f :return "void" :args
898 ((:name |nx| :type |CoordF| :direction :in)
899 (:name |ny| :type |CoordF| :direction :in)
900 (:name |nz| :type |CoordF| :direction :in))
901 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
902 (defglfun "Normal3dv" normal-3dv :return "void" :args
903 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
904 "VERSION_1_0" :deprecated "3.1" :version "1.0")
905 (defglfun "Normal3d" normal-3d :return "void" :args
906 ((:name |nx| :type |CoordD| :direction :in)
907 (:name |ny| :type |CoordD| :direction :in)
908 (:name |nz| :type |CoordD| :direction :in))
909 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
910 (defglfun "Normal3bv" normal-3bv :return "void" :args
911 ((:name |v| :type |Int8| :direction :in :array t :size #x3)) :category
912 "VERSION_1_0" :deprecated "3.1" :version "1.0")
913 (defglfun "Normal3b" normal-3b :return "void" :args
914 ((:name |nx| :type |Int8| :direction :in)
915 (:name |ny| :type |Int8| :direction :in)
916 (:name |nz| :type |Int8| :direction :in))
917 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
918 (defglfun "Indexsv" index-sv :return "void" :args
919 ((:name |c| :type |ColorIndexValueS| :direction :in :array t :size #x1))
920 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
921 (defglfun "Indexs" index-s :return "void" :args
922 ((:name |c| :type |ColorIndexValueS| :direction :in)) :category "VERSION_1_0"
923 :deprecated "3.1" :version "1.0")
924 (defglfun "Indexiv" index-iv :return "void" :args
925 ((:name |c| :type |ColorIndexValueI| :direction :in :array t :size #x1))
926 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
927 (defglfun "Indexi" index-i :return "void" :args
928 ((:name |c| :type |ColorIndexValueI| :direction :in)) :category "VERSION_1_0"
929 :deprecated "3.1" :version "1.0")
930 (defglfun "Indexfv" index-fv :return "void" :args
931 ((:name |c| :type |ColorIndexValueF| :direction :in :array t :size #x1))
932 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
933 (defglfun "Indexf" index-f :return "void" :args
934 ((:name |c| :type |ColorIndexValueF| :direction :in)) :category "VERSION_1_0"
935 :deprecated "3.1" :version "1.0")
936 (defglfun "Indexdv" index-dv :return "void" :args
937 ((:name |c| :type |ColorIndexValueD| :direction :in :array t :size #x1))
938 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
939 (defglfun "Indexd" index-d :return "void" :args
940 ((:name |c| :type |ColorIndexValueD| :direction :in)) :category "VERSION_1_0"
941 :deprecated "3.1" :version "1.0")
942 (defglfun "End" end :return "void" :args nil :category "VERSION_1_0"
943 :deprecated "3.1" :version "1.0")
944 (defglfun "EdgeFlagv" edge-flagv :return "void" :args
945 ((:name |flag| :type |Boolean| :direction :in :array t :size #x1)) :category
946 "VERSION_1_0" :deprecated "3.1" :version "1.0")
947 (defglfun "EdgeFlag" edge-flag :return "void" :args
948 ((:name |flag| :type |Boolean| :direction :in)) :category "VERSION_1_0"
949 :deprecated "3.1" :version "1.0")
950 (defglfun "Color4usv" color-4usv :return "void" :args
951 ((:name |v| :type |ColorUS| :direction :in :array t :size #x4)) :category
952 "VERSION_1_0" :deprecated "3.1" :version "1.0")
953 (defglfun "Color4us" color-4us :return "void" :args
954 ((:name |red| :type |ColorUS| :direction :in)
955 (:name |green| :type |ColorUS| :direction :in)
956 (:name |blue| :type |ColorUS| :direction :in)
957 (:name |alpha| :type |ColorUS| :direction :in))
958 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
959 (defglfun "Color4uiv" color-4uiv :return "void" :args
960 ((:name |v| :type |ColorUI| :direction :in :array t :size #x4)) :category
961 "VERSION_1_0" :deprecated "3.1" :version "1.0")
962 (defglfun "Color4ui" color-4ui :return "void" :args
963 ((:name |red| :type |ColorUI| :direction :in)
964 (:name |green| :type |ColorUI| :direction :in)
965 (:name |blue| :type |ColorUI| :direction :in)
966 (:name |alpha| :type |ColorUI| :direction :in))
967 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
968 (defglfun "Color4ubv" color-4ubv :return "void" :args
969 ((:name |v| :type |ColorUB| :direction :in :array t :size #x4)) :category
970 "VERSION_1_0" :deprecated "3.1" :version "1.0")
971 (defglfun "Color4ub" color-4ub :return "void" :args
972 ((:name |red| :type |ColorUB| :direction :in)
973 (:name |green| :type |ColorUB| :direction :in)
974 (:name |blue| :type |ColorUB| :direction :in)
975 (:name |alpha| :type |ColorUB| :direction :in))
976 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
977 (defglfun "Color4sv" color-4sv :return "void" :args
978 ((:name |v| :type |ColorS| :direction :in :array t :size #x4)) :category
979 "VERSION_1_0" :deprecated "3.1" :version "1.0")
980 (defglfun "Color4s" color-4s :return "void" :args
981 ((:name |red| :type |ColorS| :direction :in)
982 (:name |green| :type |ColorS| :direction :in)
983 (:name |blue| :type |ColorS| :direction :in)
984 (:name |alpha| :type |ColorS| :direction :in))
985 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
986 (defglfun "Color4iv" color-4iv :return "void" :args
987 ((:name |v| :type |ColorI| :direction :in :array t :size #x4)) :category
988 "VERSION_1_0" :deprecated "3.1" :version "1.0")
989 (defglfun "Color4i" color-4i :return "void" :args
990 ((:name |red| :type |ColorI| :direction :in)
991 (:name |green| :type |ColorI| :direction :in)
992 (:name |blue| :type |ColorI| :direction :in)
993 (:name |alpha| :type |ColorI| :direction :in))
994 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
995 (defglfun "Color4fv" color-4fv :return "void" :args
996 ((:name |v| :type |ColorF| :direction :in :array t :size #x4)) :category
997 "VERSION_1_0" :deprecated "3.1" :version "1.0")
998 (defglfun "Color4f" color-4f :return "void" :args
999 ((:name |red| :type |ColorF| :direction :in)
1000 (:name |green| :type |ColorF| :direction :in)
1001 (:name |blue| :type |ColorF| :direction :in)
1002 (:name |alpha| :type |ColorF| :direction :in))
1003 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1004 (defglfun "Color4dv" color-4dv :return "void" :args
1005 ((:name |v| :type |ColorD| :direction :in :array t :size #x4)) :category
1006 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1007 (defglfun "Color4d" color-4d :return "void" :args
1008 ((:name |red| :type |ColorD| :direction :in)
1009 (:name |green| :type |ColorD| :direction :in)
1010 (:name |blue| :type |ColorD| :direction :in)
1011 (:name |alpha| :type |ColorD| :direction :in))
1012 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1013 (defglfun "Color4bv" color-4bv :return "void" :args
1014 ((:name |v| :type |ColorB| :direction :in :array t :size #x4)) :category
1015 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1016 (defglfun "Color4b" color-4b :return "void" :args
1017 ((:name |red| :type |ColorB| :direction :in)
1018 (:name |green| :type |ColorB| :direction :in)
1019 (:name |blue| :type |ColorB| :direction :in)
1020 (:name |alpha| :type |ColorB| :direction :in))
1021 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1022 (defglfun "Color3usv" color-3usv :return "void" :args
1023 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :category
1024 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1025 (defglfun "Color3us" color-3us :return "void" :args
1026 ((:name |red| :type |ColorUS| :direction :in)
1027 (:name |green| :type |ColorUS| :direction :in)
1028 (:name |blue| :type |ColorUS| :direction :in))
1029 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1030 (defglfun "Color3uiv" color-3uiv :return "void" :args
1031 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :category
1032 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1033 (defglfun "Color3ui" color-3ui :return "void" :args
1034 ((:name |red| :type |ColorUI| :direction :in)
1035 (:name |green| :type |ColorUI| :direction :in)
1036 (:name |blue| :type |ColorUI| :direction :in))
1037 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1038 (defglfun "Color3ubv" color-3ubv :return "void" :args
1039 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :category
1040 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1041 (defglfun "Color3ub" color-3ub :return "void" :args
1042 ((:name |red| :type |ColorUB| :direction :in)
1043 (:name |green| :type |ColorUB| :direction :in)
1044 (:name |blue| :type |ColorUB| :direction :in))
1045 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1046 (defglfun "Color3sv" color-3sv :return "void" :args
1047 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
1048 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1049 (defglfun "Color3s" color-3s :return "void" :args
1050 ((:name |red| :type |ColorS| :direction :in)
1051 (:name |green| :type |ColorS| :direction :in)
1052 (:name |blue| :type |ColorS| :direction :in))
1053 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1054 (defglfun "Color3iv" color-3iv :return "void" :args
1055 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
1056 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1057 (defglfun "Color3i" color-3i :return "void" :args
1058 ((:name |red| :type |ColorI| :direction :in)
1059 (:name |green| :type |ColorI| :direction :in)
1060 (:name |blue| :type |ColorI| :direction :in))
1061 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1062 (defglfun "Color3fv" color-3fv :return "void" :args
1063 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
1064 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1065 (defglfun "Color3f" color-3f :return "void" :args
1066 ((:name |red| :type |ColorF| :direction :in)
1067 (:name |green| :type |ColorF| :direction :in)
1068 (:name |blue| :type |ColorF| :direction :in))
1069 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1070 (defglfun "Color3dv" color-3dv :return "void" :args
1071 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
1072 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1073 (defglfun "Color3d" color-3d :return "void" :args
1074 ((:name |red| :type |ColorD| :direction :in)
1075 (:name |green| :type |ColorD| :direction :in)
1076 (:name |blue| :type |ColorD| :direction :in))
1077 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1078 (defglfun "Color3bv" color-3bv :return "void" :args
1079 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
1080 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1081 (defglfun "Color3b" color-3b :return "void" :args
1082 ((:name |red| :type |ColorB| :direction :in)
1083 (:name |green| :type |ColorB| :direction :in)
1084 (:name |blue| :type |ColorB| :direction :in))
1085 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1086 (defglfun "Bitmap" bitmap :return "void" :args
1087 ((:name |width| :type |SizeI| :direction :in)
1088 (:name |height| :type |SizeI| :direction :in)
1089 (:name |xorig| :type |CoordF| :direction :in)
1090 (:name |yorig| :type |CoordF| :direction :in)
1091 (:name |xmove| :type |CoordF| :direction :in)
1092 (:name |ymove| :type |CoordF| :direction :in)
1093 (:name |bitmap| :type |UInt8| :direction :in :array t :size
1094 (|width| |height|)))
1095 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1096 (defglfun "Begin" begin :return "void" :args
1097 ((:name |mode| :type |BeginMode| :direction :in)) :category "VERSION_1_0"
1098 :deprecated "3.1" :version "1.0")
1099 (defglfun "ListBase" list-base :return "void" :args
1100 ((:name |base| :type |List| :direction :in)) :category "VERSION_1_0"
1101 :deprecated "3.1" :version "1.0")
1102 (defglfun "GenLists" gen-lists :return "List" :args
1103 ((:name |range| :type |SizeI| :direction :in)) :category "VERSION_1_0"
1104 :deprecated "3.1" :version "1.0")
1105 (defglfun "DeleteLists" delete-lists :return "void" :args
1106 ((:name |list| :type |List| :direction :in)
1107 (:name |range| :type |SizeI| :direction :in))
1108 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1109 (defglfun "CallLists" call-lists :return "void" :args
1110 ((:name |n| :type |SizeI| :direction :in)
1111 (:name |type| :type |ListNameType| :direction :in)
1112 (:name |lists| :type |Void| :direction :in :array t :size (|n| |type|)))
1113 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1114 (defglfun "CallList" call-list :return "void" :args
1115 ((:name |list| :type |List| :direction :in)) :category "VERSION_1_0"
1116 :deprecated "3.1" :version "1.0")
1117 (defglfun "EndList" end-list :return "void" :args nil :category "VERSION_1_0"
1118 :deprecated "3.1" :version "1.0")
1119 (defglfun "NewList" new-list :return "void" :args
1120 ((:name |list| :type |List| :direction :in)
1121 (:name |mode| :type |ListMode| :direction :in))
1122 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1123 (defglfun "Viewport" viewport :return "void" :args
1124 ((:name |x| :type |WinCoord| :direction :in)
1125 (:name |y| :type |WinCoord| :direction :in)
1126 (:name |width| :type |SizeI| :direction :in)
1127 (:name |height| :type |SizeI| :direction :in))
1128 :category "VERSION_1_0" :deprecated nil :version "1.0")
1129 (defglfun "DepthRange" depth-range :return "void" :args
1130 ((:name |near| :type |ClampedFloat64| :direction :in)
1131 (:name |far| :type |ClampedFloat64| :direction :in))
1132 :category "VERSION_1_0" :deprecated nil :version "1.0")
1133 (defglfun "IsEnabled" is-enabled :return "Boolean" :args
1134 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1135 :deprecated nil :version "1.0")
1136 (defglfun "GetTexLevelParameteriv" get-tex-level-parameter-iv :return "void"
1137 :args
1138 ((:name |target| :type |TextureTarget| :direction :in)
1139 (:name |level| :type |CheckedInt32| :direction :in)
1140 (:name |pname| :type |GetTextureParameter| :direction :in)
1141 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1142 :category "VERSION_1_0" :deprecated nil :version "1.0")
1143 (defglfun "GetTexLevelParameterfv" get-tex-level-parameter-fv :return "void"
1144 :args
1145 ((:name |target| :type |TextureTarget| :direction :in)
1146 (:name |level| :type |CheckedInt32| :direction :in)
1147 (:name |pname| :type |GetTextureParameter| :direction :in)
1148 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1149 :category "VERSION_1_0" :deprecated nil :version "1.0")
1150 (defglfun "GetTexParameteriv" get-tex-parameter-iv :return "void" :args
1151 ((:name |target| :type |TextureTarget| :direction :in)
1152 (:name |pname| :type |GetTextureParameter| :direction :in)
1153 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1154 :category "VERSION_1_0" :deprecated nil :version "1.0")
1155 (defglfun "GetTexParameterfv" get-tex-parameter-fv :return "void" :args
1156 ((:name |target| :type |TextureTarget| :direction :in)
1157 (:name |pname| :type |GetTextureParameter| :direction :in)
1158 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1159 :category "VERSION_1_0" :deprecated nil :version "1.0")
1160 (defglfun "GetTexImage" get-tex-image :return "void" :args
1161 ((:name |target| :type |TextureTarget| :direction :in)
1162 (:name |level| :type |CheckedInt32| :direction :in)
1163 (:name |format| :type |PixelFormat| :direction :in)
1164 (:name |type| :type |PixelType| :direction :in)
1165 (:name |pixels| :type |Void| :direction :out :array t :size
1166 (|target| |level| |format| |type|)))
1167 :category "VERSION_1_0" :deprecated nil :version "1.0")
1168 (defglfun "GetString" get-string :return "String" :args
1169 ((:name |name| :type |StringName| :direction :in)) :category "VERSION_1_0"
1170 :deprecated nil :version "1.0")
1171 (defglfun "GetIntegerv" get-integerv :return "void" :args
1172 ((:name |pname| :type |GetPName| :direction :in)
1173 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1174 :category "VERSION_1_0" :deprecated nil :version "1.0")
1175 (defglfun "GetFloatv" get-floatv :return "void" :args
1176 ((:name |pname| :type |GetPName| :direction :in)
1177 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1178 :category "VERSION_1_0" :deprecated nil :version "1.0")
1179 (defglfun "GetError" get-error :return "ErrorCode" :args nil :category
1180 "VERSION_1_0" :deprecated nil :version "1.0")
1181 (defglfun "GetDoublev" get-doublev :return "void" :args
1182 ((:name |pname| :type |GetPName| :direction :in)
1183 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
1184 :category "VERSION_1_0" :deprecated nil :version "1.0")
1185 (defglfun "GetBooleanv" get-booleanv :return "void" :args
1186 ((:name |pname| :type |GetPName| :direction :in)
1187 (:name |params| :type |Boolean| :direction :out :array t :size (|pname|)))
1188 :category "VERSION_1_0" :deprecated nil :version "1.0")
1189 (defglfun "ReadPixels" read-pixels :return "void" :args
1190 ((:name |x| :type |WinCoord| :direction :in)
1191 (:name |y| :type |WinCoord| :direction :in)
1192 (:name |width| :type |SizeI| :direction :in)
1193 (:name |height| :type |SizeI| :direction :in)
1194 (:name |format| :type |PixelFormat| :direction :in)
1195 (:name |type| :type |PixelType| :direction :in)
1196 (:name |pixels| :type |Void| :direction :out :array t :size
1197 (|format| |type| |width| |height|)))
1198 :category "VERSION_1_0" :deprecated nil :version "1.0")
1199 (defglfun "ReadBuffer" read-buffer :return "void" :args
1200 ((:name |mode| :type |ReadBufferMode| :direction :in)) :category "VERSION_1_0"
1201 :deprecated nil :version "1.0")
1202 (defglfun "PixelStorei" pixel-store-i :return "void" :args
1203 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1204 (:name |param| :type |CheckedInt32| :direction :in))
1205 :category "VERSION_1_0" :deprecated nil :version "1.0")
1206 (defglfun "PixelStoref" pixel-store-f :return "void" :args
1207 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1208 (:name |param| :type |CheckedFloat32| :direction :in))
1209 :category "VERSION_1_0" :deprecated nil :version "1.0")
1210 (defglfun "DepthFunc" depth-func :return "void" :args
1211 ((:name |func| :type |DepthFunction| :direction :in)) :category "VERSION_1_0"
1212 :deprecated nil :version "1.0")
1213 (defglfun "StencilOp" stencil-op :return "void" :args
1214 ((:name |fail| :type |StencilOp| :direction :in)
1215 (:name |zfail| :type |StencilOp| :direction :in)
1216 (:name |zpass| :type |StencilOp| :direction :in))
1217 :category "VERSION_1_0" :deprecated nil :version "1.0")
1218 (defglfun "StencilFunc" stencil-func :return "void" :args
1219 ((:name |func| :type |StencilFunction| :direction :in)
1220 (:name |ref| :type |ClampedStencilValue| :direction :in)
1221 (:name |mask| :type |MaskedStencilValue| :direction :in))
1222 :category "VERSION_1_0" :deprecated nil :version "1.0")
1223 (defglfun "LogicOp" logic-op :return "void" :args
1224 ((:name |opcode| :type |LogicOp| :direction :in)) :category "VERSION_1_0"
1225 :deprecated nil :version "1.0")
1226 (defglfun "BlendFunc" blend-func :return "void" :args
1227 ((:name |sfactor| :type |BlendingFactorSrc| :direction :in)
1228 (:name |dfactor| :type |BlendingFactorDest| :direction :in))
1229 :category "VERSION_1_0" :deprecated nil :version "1.0")
1230 (defglfun "Flush" flush :return "void" :args nil :category "VERSION_1_0"
1231 :deprecated nil :version "1.0")
1232 (defglfun "Finish" finish :return "void" :args nil :category "VERSION_1_0"
1233 :deprecated nil :version "1.0")
1234 (defglfun "Enable" enable :return "void" :args
1235 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1236 :deprecated nil :version "1.0")
1237 (defglfun "Disable" disable :return "void" :args
1238 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1239 :deprecated nil :version "1.0")
1240 (defglfun "DepthMask" depth-mask :return "void" :args
1241 ((:name |flag| :type |Boolean| :direction :in)) :category "VERSION_1_0"
1242 :deprecated nil :version "1.0")
1243 (defglfun "ColorMask" color-mask :return "void" :args
1244 ((:name |red| :type |Boolean| :direction :in)
1245 (:name |green| :type |Boolean| :direction :in)
1246 (:name |blue| :type |Boolean| :direction :in)
1247 (:name |alpha| :type |Boolean| :direction :in))
1248 :category "VERSION_1_0" :deprecated nil :version "1.0")
1249 (defglfun "StencilMask" stencil-mask :return "void" :args
1250 ((:name |mask| :type |MaskedStencilValue| :direction :in)) :category
1251 "VERSION_1_0" :deprecated nil :version "1.0")
1252 (defglfun "ClearDepth" clear-depth :return "void" :args
1253 ((:name |depth| :type |ClampedFloat64| :direction :in)) :category
1254 "VERSION_1_0" :deprecated nil :version "1.0")
1255 (defglfun "ClearStencil" clear-stencil :return "void" :args
1256 ((:name |s| :type |StencilValue| :direction :in)) :category "VERSION_1_0"
1257 :deprecated nil :version "1.0")
1258 (defglfun "ClearColor" clear-color :return "void" :args
1259 ((:name |red| :type |ClampedColorF| :direction :in)
1260 (:name |green| :type |ClampedColorF| :direction :in)
1261 (:name |blue| :type |ClampedColorF| :direction :in)
1262 (:name |alpha| :type |ClampedColorF| :direction :in))
1263 :category "VERSION_1_0" :deprecated nil :version "1.0")
1264 (defglfun "Clear" clear :return "void" :args
1265 ((:name |mask| :type |ClearBufferMask| :direction :in)) :category
1266 "VERSION_1_0" :deprecated nil :version "1.0")
1267 (defglfun "DrawBuffer" draw-buffer :return "void" :args
1268 ((:name |mode| :type |DrawBufferMode| :direction :in)) :category "VERSION_1_0"
1269 :deprecated nil :version "1.0")
1270 (defglfun "TexImage2D" tex-image-2d :return "void" :args
1271 ((:name |target| :type |TextureTarget| :direction :in)
1272 (:name |level| :type |CheckedInt32| :direction :in)
1273 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1274 (:name |width| :type |SizeI| :direction :in)
1275 (:name |height| :type |SizeI| :direction :in)
1276 (:name |border| :type |CheckedInt32| :direction :in)
1277 (:name |format| :type |PixelFormat| :direction :in)
1278 (:name |type| :type |PixelType| :direction :in)
1279 (:name |pixels| :type |Void| :direction :in :array t :size
1280 (|format| |type| |width| |height|)))
1281 :category "VERSION_1_0" :deprecated nil :version "1.0")
1282 (defglfun "TexImage1D" tex-image-1d :return "void" :args
1283 ((:name |target| :type |TextureTarget| :direction :in)
1284 (:name |level| :type |CheckedInt32| :direction :in)
1285 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1286 (:name |width| :type |SizeI| :direction :in)
1287 (:name |border| :type |CheckedInt32| :direction :in)
1288 (:name |format| :type |PixelFormat| :direction :in)
1289 (:name |type| :type |PixelType| :direction :in)
1290 (:name |pixels| :type |Void| :direction :in :array t :size
1291 (|format| |type| |width|)))
1292 :category "VERSION_1_0" :deprecated nil :version "1.0")
1293 (defglfun "TexParameteriv" tex-parameter-iv :return "void" :args
1294 ((:name |target| :type |TextureTarget| :direction :in)
1295 (:name |pname| :type |TextureParameterName| :direction :in)
1296 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1297 (|pname|)))
1298 :category "VERSION_1_0" :deprecated nil :version "1.0")
1299 (defglfun "TexParameteri" tex-parameter-i :return "void" :args
1300 ((:name |target| :type |TextureTarget| :direction :in)
1301 (:name |pname| :type |TextureParameterName| :direction :in)
1302 (:name |param| :type |CheckedInt32| :direction :in))
1303 :category "VERSION_1_0" :deprecated nil :version "1.0")
1304 (defglfun "TexParameterfv" tex-parameter-fv :return "void" :args
1305 ((:name |target| :type |TextureTarget| :direction :in)
1306 (:name |pname| :type |TextureParameterName| :direction :in)
1307 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1308 (|pname|)))
1309 :category "VERSION_1_0" :deprecated nil :version "1.0")
1310 (defglfun "TexParameterf" tex-parameter-f :return "void" :args
1311 ((:name |target| :type |TextureTarget| :direction :in)
1312 (:name |pname| :type |TextureParameterName| :direction :in)
1313 (:name |param| :type |CheckedFloat32| :direction :in))
1314 :category "VERSION_1_0" :deprecated nil :version "1.0")
1315 (defglfun "Scissor" scissor :return "void" :args
1316 ((:name |x| :type |WinCoord| :direction :in)
1317 (:name |y| :type |WinCoord| :direction :in)
1318 (:name |width| :type |SizeI| :direction :in)
1319 (:name |height| :type |SizeI| :direction :in))
1320 :category "VERSION_1_0" :deprecated nil :version "1.0")
1321 (defglfun "PolygonMode" polygon-mode :return "void" :args
1322 ((:name |face| :type |MaterialFace| :direction :in)
1323 (:name |mode| :type |PolygonMode| :direction :in))
1324 :category "VERSION_1_0" :deprecated nil :version "1.0")
1325 (defglfun "PointSize" point-size :return "void" :args
1326 ((:name |size| :type |CheckedFloat32| :direction :in)) :category "VERSION_1_0"
1327 :deprecated nil :version "1.0")
1328 (defglfun "LineWidth" line-width :return "void" :args
1329 ((:name |width| :type |CheckedFloat32| :direction :in)) :category
1330 "VERSION_1_0" :deprecated nil :version "1.0")
1331 (defglfun "Hint" hint :return "void" :args
1332 ((:name |target| :type |HintTarget| :direction :in)
1333 (:name |mode| :type |HintMode| :direction :in))
1334 :category "VERSION_1_0" :deprecated nil :version "1.0")
1335 (defglfun "FrontFace" front-face :return "void" :args
1336 ((:name |mode| :type |FrontFaceDirection| :direction :in)) :category
1337 "VERSION_1_0" :deprecated nil :version "1.0")
1338 (defglfun "CullFace" cull-face :return "void" :args
1339 ((:name |mode| :type |CullFaceMode| :direction :in)) :category "VERSION_1_0"
1340 :deprecated nil :version "1.0")
1341 (defglfun "PushClientAttrib" push-client-attrib :return "void" :args
1342 ((:name |mask| :type |ClientAttribMask| :direction :in)) :category
1343 "VERSION_1_1" :deprecated "3.1" :version "1.1")
1344 (defglfun "PopClientAttrib" pop-client-attrib :return "void" :args nil
1345 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1346 (defglfun "Indexubv" index-ubv :return "void" :args
1347 ((:name |c| :type |ColorIndexValueUB| :direction :in :array t :size #x1))
1348 :category "VERSION_1_1" :deprecated nil :version "1.1")
1349 (defglfun "Indexub" index-ub :return "void" :args
1350 ((:name |c| :type |ColorIndexValueUB| :direction :in)) :category "VERSION_1_1"
1351 :deprecated nil :version "1.1")
1352 (defglfun "PrioritizeTextures" prioritize-textures :return "void" :args
1353 ((:name |n| :type |SizeI| :direction :in)
1354 (:name |textures| :type |Texture| :direction :in :array t :size n)
1355 (:name |priorities| :type |ClampedFloat32| :direction :in :array t :size n))
1356 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1357 (defglfun "AreTexturesResident" are-textures-resident :return "Boolean" :args
1358 ((:name |n| :type |SizeI| :direction :in)
1359 (:name |textures| :type |Texture| :direction :in :array t :size n)
1360 (:name |residences| :type |Boolean| :direction :out :array t :size n))
1361 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1362 (defglfun "VertexPointer" vertex-pointer :return "void" :args
1363 ((:name |size| :type |Int32| :direction :in)
1364 (:name |type| :type |VertexPointerType| :direction :in)
1365 (:name |stride| :type |SizeI| :direction :in)
1366 (:name |pointer| :type |Void| :direction :in :array t :size
1367 (|size| |type| |stride|) :retained t))
1368 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1369 (defglfun "TexCoordPointer" tex-coord-pointer :return "void" :args
1370 ((:name |size| :type |Int32| :direction :in)
1371 (:name |type| :type |TexCoordPointerType| :direction :in)
1372 (:name |stride| :type |SizeI| :direction :in)
1373 (:name |pointer| :type |Void| :direction :in :array t :size
1374 (|size| |type| |stride|) :retained t))
1375 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1376 (defglfun "NormalPointer" normal-pointer :return "void" :args
1377 ((:name |type| :type |NormalPointerType| :direction :in)
1378 (:name |stride| :type |SizeI| :direction :in)
1379 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
1380 :retained t))
1381 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1382 (defglfun "InterleavedArrays" interleaved-arrays :return "void" :args
1383 ((:name |format| :type |InterleavedArrayFormat| :direction :in)
1384 (:name |stride| :type |SizeI| :direction :in)
1385 (:name |pointer| :type |Void| :direction :in :array t :size
1386 (|format| |stride|) :retained t))
1387 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1388 (defglfun "IndexPointer" index-pointer :return "void" :args
1389 ((:name |type| :type |IndexPointerType| :direction :in)
1390 (:name |stride| :type |SizeI| :direction :in)
1391 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
1392 :retained t))
1393 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1394 (defglfun "EnableClientState" enable-client-state :return "void" :args
1395 ((:name |array| :type |EnableCap| :direction :in)) :category "VERSION_1_1"
1396 :deprecated "3.1" :version "1.1")
1397 (defglfun "EdgeFlagPointer" edge-flag-pointer :return "void" :args
1398 ((:name |stride| :type |SizeI| :direction :in)
1399 (:name |pointer| :type |Void| :direction :in :array t :size (|stride|)
1400 :retained t))
1401 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1402 (defglfun "DisableClientState" disable-client-state :return "void" :args
1403 ((:name |array| :type |EnableCap| :direction :in)) :category "VERSION_1_1"
1404 :deprecated "3.1" :version "1.1")
1405 (defglfun "ColorPointer" color-pointer :return "void" :args
1406 ((:name |size| :type |Int32| :direction :in)
1407 (:name |type| :type |ColorPointerType| :direction :in)
1408 (:name |stride| :type |SizeI| :direction :in)
1409 (:name |pointer| :type |Void| :direction :in :array t :size
1410 (|size| |type| |stride|) :retained t))
1411 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1412 (defglfun "ArrayElement" array-element :return "void" :args
1413 ((:name |i| :type |Int32| :direction :in)) :category "VERSION_1_1" :deprecated
1414 "3.1" :version "1.1")
1415 (defglfun "IsTexture" is-texture :return "Boolean" :args
1416 ((:name |texture| :type |Texture| :direction :in)) :category "VERSION_1_1"
1417 :deprecated nil :version "1.1")
1418 (defglfun "GenTextures" gen-textures :return "void" :args
1419 ((:name |n| :type |SizeI| :direction :in)
1420 (:name |textures| :type |Texture| :direction :out :array t :size n))
1421 :category "VERSION_1_1" :deprecated nil :version "1.1")
1422 (defglfun "DeleteTextures" delete-textures :return "void" :args
1423 ((:name |n| :type |SizeI| :direction :in)
1424 (:name |textures| :type |Texture| :direction :in :array t :size n))
1425 :category "VERSION_1_1" :deprecated nil :version "1.1")
1426 (defglfun "BindTexture" bind-texture :return "void" :args
1427 ((:name |target| :type |TextureTarget| :direction :in)
1428 (:name |texture| :type |Texture| :direction :in))
1429 :category "VERSION_1_1" :deprecated nil :version "1.1")
1430 (defglfun "TexSubImage2D" tex-sub-image-2d :return "void" :args
1431 ((:name |target| :type |TextureTarget| :direction :in)
1432 (:name |level| :type |CheckedInt32| :direction :in)
1433 (:name |xoffset| :type |CheckedInt32| :direction :in)
1434 (:name |yoffset| :type |CheckedInt32| :direction :in)
1435 (:name |width| :type |SizeI| :direction :in)
1436 (:name |height| :type |SizeI| :direction :in)
1437 (:name |format| :type |PixelFormat| :direction :in)
1438 (:name |type| :type |PixelType| :direction :in)
1439 (:name |pixels| :type |Void| :direction :in :array t :size
1440 (|format| |type| |width| |height|)))
1441 :category "VERSION_1_1" :deprecated nil :version "1.1")
1442 (defglfun "TexSubImage1D" tex-sub-image-1d :return "void" :args
1443 ((:name |target| :type |TextureTarget| :direction :in)
1444 (:name |level| :type |CheckedInt32| :direction :in)
1445 (:name |xoffset| :type |CheckedInt32| :direction :in)
1446 (:name |width| :type |SizeI| :direction :in)
1447 (:name |format| :type |PixelFormat| :direction :in)
1448 (:name |type| :type |PixelType| :direction :in)
1449 (:name |pixels| :type |Void| :direction :in :array t :size
1450 (|format| |type| |width|)))
1451 :category "VERSION_1_1" :deprecated nil :version "1.1")
1452 (defglfun "CopyTexSubImage2D" copy-tex-sub-image-2d :return "void" :args
1453 ((:name |target| :type |TextureTarget| :direction :in)
1454 (:name |level| :type |CheckedInt32| :direction :in)
1455 (:name |xoffset| :type |CheckedInt32| :direction :in)
1456 (:name |yoffset| :type |CheckedInt32| :direction :in)
1457 (:name |x| :type |WinCoord| :direction :in)
1458 (:name |y| :type |WinCoord| :direction :in)
1459 (:name |width| :type |SizeI| :direction :in)
1460 (:name |height| :type |SizeI| :direction :in))
1461 :category "VERSION_1_1" :deprecated nil :version "1.1")
1462 (defglfun "CopyTexSubImage1D" copy-tex-sub-image-1d :return "void" :args
1463 ((:name |target| :type |TextureTarget| :direction :in)
1464 (:name |level| :type |CheckedInt32| :direction :in)
1465 (:name |xoffset| :type |CheckedInt32| :direction :in)
1466 (:name |x| :type |WinCoord| :direction :in)
1467 (:name |y| :type |WinCoord| :direction :in)
1468 (:name |width| :type |SizeI| :direction :in))
1469 :category "VERSION_1_1" :deprecated nil :version "1.1")
1470 (defglfun "CopyTexImage2D" copy-tex-image-2d :return "void" :args
1471 ((:name |target| :type |TextureTarget| :direction :in)
1472 (:name |level| :type |CheckedInt32| :direction :in)
1473 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1474 (:name |x| :type |WinCoord| :direction :in)
1475 (:name |y| :type |WinCoord| :direction :in)
1476 (:name |width| :type |SizeI| :direction :in)
1477 (:name |height| :type |SizeI| :direction :in)
1478 (:name |border| :type |CheckedInt32| :direction :in))
1479 :category "VERSION_1_1" :deprecated nil :version "1.1")
1480 (defglfun "CopyTexImage1D" copy-tex-image-1d :return "void" :args
1481 ((:name |target| :type |TextureTarget| :direction :in)
1482 (:name |level| :type |CheckedInt32| :direction :in)
1483 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1484 (:name |x| :type |WinCoord| :direction :in)
1485 (:name |y| :type |WinCoord| :direction :in)
1486 (:name |width| :type |SizeI| :direction :in)
1487 (:name |border| :type |CheckedInt32| :direction :in))
1488 :category "VERSION_1_1" :deprecated nil :version "1.1")
1489 (defglfun "PolygonOffset" polygon-offset :return "void" :args
1490 ((:name |factor| :type |Float32| :direction :in)
1491 (:name |units| :type |Float32| :direction :in))
1492 :category "VERSION_1_1" :deprecated nil :version "1.1")
1493 (defglfun "GetPointerv" get-pointerv :return "void" :args
1494 ((:name |pname| :type |GetPointervPName| :direction :in)
1495 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
1496 :category "VERSION_1_1" :deprecated nil :version "1.1")
1497 (defglfun "DrawElements" draw-elements :return "void" :args
1498 ((:name |mode| :type |BeginMode| :direction :in)
1499 (:name |count| :type |SizeI| :direction :in)
1500 (:name |type| :type |DrawElementsType| :direction :in)
1501 (:name |indices| :type |Void| :direction :in :array t :size
1502 (|count| |type|)))
1503 :category "VERSION_1_1" :deprecated nil :version "1.1")
1504 (defglfun "DrawArrays" draw-arrays :return "void" :args
1505 ((:name |mode| :type |BeginMode| :direction :in)
1506 (:name |first| :type |Int32| :direction :in)
1507 (:name |count| :type |SizeI| :direction :in))
1508 :category "VERSION_1_1" :deprecated nil :version "1.1")