1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl
)
7 (eval-when (:load-toplevel
)
9 (and (boundp '*version-loaded
*) (not (eq 'version_1_0
*version-loaded
*)))
11 "Loading cl-glfw-opengl-~a over the top of already-loaded cl-glfw-opengl-~a~%"
12 'version_1_0
*version-loaded
*))
13 (defparameter *version-loaded
* 'version_1_0
))
14 (defglfun "Translatef" translate-f
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
:return
"void" :args nil
:category
47 "VERSION_1_0" :deprecated
"3.1" :version
"1.0")
48 (defglfun "PopMatrix" pop-matrix
:core t
:return
"void" :args nil
:category
49 "VERSION_1_0" :deprecated
"3.1" :version
"1.0")
50 (defglfun "Ortho" ortho
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
:return
"void" :args nil
74 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
75 (defglfun "Frustum" frustum
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
146 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
147 (defglfun "GetMapdv" get-map-dv
:core t
: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
152 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
153 (defglfun "GetLightiv" get-light-iv
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
:return
"void" :args nil
:category
332 "VERSION_1_0" :deprecated
"3.1" :version
"1.0")
333 (defglfun "Accum" accum
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
:return
"void" :args nil
:category
353 "VERSION_1_0" :deprecated
"3.1" :version
"1.0")
354 (defglfun "PassThrough" pass-through
:core t
: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
:core t
: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
:core t
:return
"void" :args nil
:category
361 "VERSION_1_0" :deprecated
"3.1" :version
"1.0")
362 (defglfun "RenderMode" render-mode
:core t
: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
:core t
:return
"void" :args
366 ((:name |size|
:type |SizeI|
:direction
:in
)
367 (:name |buffer|
:type |SelectName|
:direction
:out
:array t
:size size
369 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
370 (defglfun "FeedbackBuffer" feedback-buffer
:core t
: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
375 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
376 (defglfun "TexGeniv" tex-gen-iv
:core t
: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
381 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
382 (defglfun "TexGeni" tex-gen-i
:core t
: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
:core t
: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
392 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
393 (defglfun "TexGenf" tex-gen-f
:core t
: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
:core t
: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
:core t
: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
:core t
: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
413 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
414 (defglfun "TexEnvi" tex-env-i
:core t
: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
:core t
: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
424 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
425 (defglfun "TexEnvf" tex-env-f
:core t
: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
:core t
: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
:core t
: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
:core t
: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
441 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
442 (defglfun "Materiali" material-i
:core t
: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
:core t
: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
452 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
453 (defglfun "Materialf" material-f
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
483 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
484 (defglfun "Lighti" light-i
:core t
: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
:core t
: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
494 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
495 (defglfun "Lightf" light-f
:core t
: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
:core t
:return
"void" :args
501 ((:name |pname|
:type |FogParameter|
:direction
:in
)
502 (:name |params|
:type |CheckedInt32|
:direction
:in
:array t
:size
504 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
505 (defglfun "Fogi" fog-i
:core t
: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
:core t
:return
"void" :args
510 ((:name |pname|
:type |FogParameter|
:direction
:in
)
511 (:name |params|
:type |CheckedFloat32|
:direction
:in
:array t
:size
513 :category
"VERSION_1_0" :deprecated
"3.1" :version
"1.0")
514 (defglfun "Fogf" fog-f
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
:return
"void" :args nil
:category
"VERSION_1_0"
943 :deprecated
"3.1" :version
"1.0")
944 (defglfun "EdgeFlagv" edge-flagv
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
:return
"void" :args nil
:category
1118 "VERSION_1_0" :deprecated
"3.1" :version
"1.0")
1119 (defglfun "NewList" new-list
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
:return
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
:core t
:return
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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
:return
"ErrorCode" :args nil
:category
1180 "VERSION_1_0" :deprecated nil
:version
"1.0")
1181 (defglfun "GetDoublev" get-doublev
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
:return
"void" :args nil
:category
1231 "VERSION_1_0" :deprecated nil
:version
"1.0")
1232 (defglfun "Finish" finish
:core t
:return
"void" :args nil
:category
1233 "VERSION_1_0" :deprecated nil
:version
"1.0")
1234 (defglfun "Enable" enable
:core t
:return
"void" :args
1235 ((:name |cap|
:type |EnableCap|
:direction
:in
)) :category
"VERSION_1_0"
1236 :deprecated nil
:version
"1.0")
1237 (defglfun "Disable" disable
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
: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
1298 :category
"VERSION_1_0" :deprecated nil
:version
"1.0")
1299 (defglfun "TexParameteri" tex-parameter-i
:core t
: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
:core t
: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
1309 :category
"VERSION_1_0" :deprecated nil
:version
"1.0")
1310 (defglfun "TexParameterf" tex-parameter-f
:core t
: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
:core t
: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
:core t
: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
:core t
: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
:core t
:return
"void" :args
1329 ((:name |width|
:type |CheckedFloat32|
:direction
:in
)) :category
1330 "VERSION_1_0" :deprecated nil
:version
"1.0")
1331 (defglfun "Hint" hint
:core t
: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
:core t
: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
:core t
:return
"void" :args
1339 ((:name |mode|
:type |CullFaceMode|
:direction
:in
)) :category
"VERSION_1_0"
1340 :deprecated nil
:version
"1.0")