Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-version_1_1.lisp
blob54f7cdf23a550dfe4fee58eed680c6537a384702
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; 1_1
7 (defglfun
8 (("PushClientAttrib" push-client-attrib) :args
9 ((:name |mask| :type |ClientAttribMask| :direction :in)) :return ("void")
10 :category ("1_1") :version ("1.1") :dlflags ("notlistable") :glxflags
11 ("client-handcode" "client-intercept" "server-handcode") :glsflags ("client")
12 :glsopcode ("0x015F") :offset ("335")))
13 (defglfun
14 (("PopClientAttrib" pop-client-attrib) :args nil :return ("void") :category
15 ("1_1") :version ("1.1") :dlflags ("notlistable") :glxflags
16 ("client-handcode" "client-intercept" "server-handcode") :glsflags ("client")
17 :glsopcode ("0x015E") :offset ("334")))
18 (defglfun
19 (("Indexubv" index-ubv) :args
20 ((:name |c| :type |ColorIndexValueUB| :direction :in :array t :size #x1))
21 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("194")
22 :glsopcode ("0x015D") :offset ("316")))
23 (defglfun
24 (("Indexub" index-ub) :args
25 ((:name |c| :type |ColorIndexValueUB| :direction :in)) :return ("void")
26 :category ("1_1") :vectorequiv ("Indexubv") :version ("1.1") :offset ("315")))
27 (defglfun
28 (("PrioritizeTextures" prioritize-textures) :args
29 ((:name |n| :type |SizeI| :direction :in)
30 (:name |textures| :type |Texture| :direction :in :array t :size n)
31 (:name |priorities| :type |ClampedFloat32| :direction :in :array t :size n))
32 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4118")
33 :glxflags ("EXT") :glsopcode ("0x014C") :offset ("331")))
34 (defglfun
35 (("IsTexture" is-texture) :args
36 ((:name |texture| :type |Texture| :direction :in)) :return ("Boolean")
37 :category ("1_1") :dlflags ("notlistable") :version ("1.1") :glxsingle
38 ("146") :glsflags ("get") :glsopcode ("0x025C") :offset ("330")))
39 (defglfun
40 (("GenTextures" gen-textures) :args
41 ((:name |n| :type |SizeI| :direction :in)
42 (:name |textures| :type |Texture| :direction :out :array t :size n))
43 :return ("void") :category ("1_1") :dlflags ("notlistable") :version ("1.1")
44 :glxsingle ("145") :glsopcode ("0x025B") :offset ("328")))
45 (defglfun
46 (("DeleteTextures" delete-textures) :args
47 ((:name |n| :type |SizeI| :direction :in)
48 (:name |textures| :type |Texture| :direction :in :array t :size n))
49 :return ("void") :category ("1_1") :dlflags ("notlistable") :version ("1.1")
50 :glxsingle ("144") :glsopcode ("0x025A") :offset ("327")))
51 (defglfun
52 (("BindTexture" bind-texture) :args
53 ((:name |target| :type |TextureTarget| :direction :in)
54 (:name |texture| :type |Texture| :direction :in))
55 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4117")
56 :glxflags ("EXT") :glsopcode ("0x0148") :offset ("307")))
57 (defglfun
58 (("AreTexturesResident" are-textures-resident) :args
59 ((:name |n| :type |SizeI| :direction :in)
60 (:name |textures| :type |Texture| :direction :in :array t :size n)
61 (:name |residences| :type |Boolean| :direction :out :array t :size n))
62 :return ("Boolean") :category ("1_1") :glxsingle ("143") :dlflags
63 ("notlistable") :version ("1.1") :glsflags ("get") :glsopcode ("0x0259")
64 :offset ("322")))
65 (defglfun
66 (("TexSubImage2D" tex-sub-image-2d) :args
67 ((:name |target| :type |TextureTarget| :direction :in)
68 (:name |level| :type |CheckedInt32| :direction :in)
69 (:name |xoffset| :type |CheckedInt32| :direction :in)
70 (:name |yoffset| :type |CheckedInt32| :direction :in)
71 (:name |width| :type |SizeI| :direction :in)
72 (:name |height| :type |SizeI| :direction :in)
73 (:name |format| :type |PixelFormat| :direction :in)
74 (:name |type| :type |PixelType| :direction :in)
75 (:name |pixels| :type |Void| :direction :in :array t :size
76 (|format| |type| |width| |height|)))
77 :return ("void") :category ("1_1") :dlflags ("handcode") :glxflags
78 ("EXT" "client-handcode" "server-handcode") :version ("1.1") :glxropcode
79 ("4100") :glsflags ("pixel-unpack") :glsopcode ("0x0124") :offset ("333")))
80 (defglfun
81 (("TexSubImage1D" tex-sub-image-1d) :args
82 ((:name |target| :type |TextureTarget| :direction :in)
83 (:name |level| :type |CheckedInt32| :direction :in)
84 (:name |xoffset| :type |CheckedInt32| :direction :in)
85 (:name |width| :type |SizeI| :direction :in)
86 (:name |format| :type |PixelFormat| :direction :in)
87 (:name |type| :type |PixelType| :direction :in)
88 (:name |pixels| :type |Void| :direction :in :array t :size
89 (|format| |type| |width|)))
90 :return ("void") :category ("1_1") :dlflags ("handcode") :glxflags
91 ("EXT" "client-handcode" "server-handcode") :version ("1.1") :glxropcode
92 ("4099") :glsflags ("pixel-unpack") :glsopcode ("0x0123") :offset ("332")))
93 (defglfun
94 (("CopyTexSubImage2D" copy-tex-sub-image-2d) :args
95 ((:name |target| :type |TextureTarget| :direction :in)
96 (:name |level| :type |CheckedInt32| :direction :in)
97 (:name |xoffset| :type |CheckedInt32| :direction :in)
98 (:name |yoffset| :type |CheckedInt32| :direction :in)
99 (:name |x| :type |WinCoord| :direction :in)
100 (:name |y| :type |WinCoord| :direction :in)
101 (:name |width| :type |SizeI| :direction :in)
102 (:name |height| :type |SizeI| :direction :in))
103 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4122")
104 :glxflags ("EXT") :glsopcode ("0x0150") :offset ("326")))
105 (defglfun
106 (("CopyTexSubImage1D" copy-tex-sub-image-1d) :args
107 ((:name |target| :type |TextureTarget| :direction :in)
108 (:name |level| :type |CheckedInt32| :direction :in)
109 (:name |xoffset| :type |CheckedInt32| :direction :in)
110 (:name |x| :type |WinCoord| :direction :in)
111 (:name |y| :type |WinCoord| :direction :in)
112 (:name |width| :type |SizeI| :direction :in))
113 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4121")
114 :glxflags ("EXT") :glsopcode ("0x014F") :offset ("325")))
115 (defglfun
116 (("CopyTexImage2D" copy-tex-image-2d) :args
117 ((:name |target| :type |TextureTarget| :direction :in)
118 (:name |level| :type |CheckedInt32| :direction :in)
119 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
120 (:name |x| :type |WinCoord| :direction :in)
121 (:name |y| :type |WinCoord| :direction :in)
122 (:name |width| :type |SizeI| :direction :in)
123 (:name |height| :type |SizeI| :direction :in)
124 (:name |border| :type |CheckedInt32| :direction :in))
125 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4120")
126 :glxflags ("EXT") :glsopcode ("0x014E") :offset ("324")))
127 (defglfun
128 (("CopyTexImage1D" copy-tex-image-1d) :args
129 ((:name |target| :type |TextureTarget| :direction :in)
130 (:name |level| :type |CheckedInt32| :direction :in)
131 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
132 (:name |x| :type |WinCoord| :direction :in)
133 (:name |y| :type |WinCoord| :direction :in)
134 (:name |width| :type |SizeI| :direction :in)
135 (:name |border| :type |CheckedInt32| :direction :in))
136 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4119")
137 :glxflags ("EXT") :glsopcode ("0x014D") :offset ("323")))
138 (defglfun
139 (("PolygonOffset" polygon-offset) :args
140 ((:name |factor| :type |Float32| :direction :in)
141 (:name |units| :type |Float32| :direction :in))
142 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("192")
143 :glsopcode ("0x015C") :offset ("319")))
144 (defglfun
145 (("VertexPointer" vertex-pointer) :args
146 ((:name |size| :type |Int32| :direction :in)
147 (:name |type| :type |VertexPointerType| :direction :in)
148 (:name |stride| :type |SizeI| :direction :in)
149 (:name |pointer| :type |Void| :direction :in :array t :size
150 (|size| |type| |stride|) :retained t))
151 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
152 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
153 :glsflags ("client") :glsopcode ("0x015B") :offset ("321")))
154 (defglfun
155 (("TexCoordPointer" tex-coord-pointer) :args
156 ((:name |size| :type |Int32| :direction :in)
157 (:name |type| :type |TexCoordPointerType| :direction :in)
158 (:name |stride| :type |SizeI| :direction :in)
159 (:name |pointer| :type |Void| :direction :in :array t :size
160 (|size| |type| |stride|) :retained t))
161 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
162 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
163 :glsflags ("client") :glsopcode ("0x015A") :offset ("320")))
164 (defglfun
165 (("NormalPointer" normal-pointer) :args
166 ((:name |type| :type |NormalPointerType| :direction :in)
167 (:name |stride| :type |SizeI| :direction :in)
168 (:name |pointer| :type |Void| :direction :in :array t :size
169 (|type| |stride|) :retained t))
170 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
171 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
172 :glsflags ("client") :glsopcode ("0x0159") :offset ("318")))
173 (defglfun
174 (("InterleavedArrays" interleaved-arrays) :args
175 ((:name |format| :type |InterleavedArrayFormat| :direction :in)
176 (:name |stride| :type |SizeI| :direction :in)
177 (:name |pointer| :type |Void| :direction :in :array t :size
178 (|format| |stride|) :retained t))
179 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
180 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
181 :glsflags ("client") :glsopcode ("0x0158") :offset ("317")))
182 (defglfun
183 (("IndexPointer" index-pointer) :args
184 ((:name |type| :type |IndexPointerType| :direction :in)
185 (:name |stride| :type |SizeI| :direction :in)
186 (:name |pointer| :type |Void| :direction :in :array t :size
187 (|type| |stride|) :retained t))
188 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
189 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
190 :glsflags ("client") :glsopcode ("0x0157") :offset ("314")))
191 (defglfun
192 (("GetPointerv" get-pointerv) :args
193 ((:name |pname| :type |GetPointervPName| :direction :in)
194 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
195 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
196 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
197 :glsflags ("client" "get") :glsopcode ("0x0142") :offset ("329")))
198 (defglfun
199 (("EnableClientState" enable-client-state) :args
200 ((:name |array| :type |EnableCap| :direction :in)) :return ("void") :category
201 ("1_1") :dlflags ("notlistable") :glxflags
202 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
203 :glsflags ("client") :glsopcode ("0x0156") :offset ("313")))
204 (defglfun
205 (("EdgeFlagPointer" edge-flag-pointer) :args
206 ((:name |stride| :type |SizeI| :direction :in)
207 (:name |pointer| :type |Void| :direction :in :array t :size (|stride|)
208 :retained t))
209 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
210 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
211 :glsflags ("client") :glsopcode ("0x0155") :offset ("312")))
212 (defglfun
213 (("DrawElements" draw-elements) :args
214 ((:name |mode| :type |BeginMode| :direction :in)
215 (:name |count| :type |SizeI| :direction :in)
216 (:name |type| :type |DrawElementsType| :direction :in)
217 (:name |indices| :type |Void| :direction :in :array t :size
218 (|count| |type|)))
219 :return ("void") :category ("1_1") :dlflags ("handcode") :glxflags
220 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
221 :glsopcode ("0x0154") :offset ("311")))
222 (defglfun
223 (("DrawArrays" draw-arrays) :args
224 ((:name |mode| :type |BeginMode| :direction :in)
225 (:name |first| :type |Int32| :direction :in)
226 (:name |count| :type |SizeI| :direction :in))
227 :return ("void") :category ("1_1") :dlflags ("handcode") :glxflags
228 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
229 :glxropcode ("193") :glsopcode ("0x0258") :offset ("310")))
230 (defglfun
231 (("DisableClientState" disable-client-state) :args
232 ((:name |array| :type |EnableCap| :direction :in)) :return ("void") :category
233 ("1_1") :version ("1.1") :dlflags ("notlistable") :glxflags
234 ("client-handcode" "client-intercept" "server-handcode") :glsflags ("client")
235 :glsopcode ("0x0153") :offset ("309")))
236 (defglfun
237 (("ColorPointer" color-pointer) :args
238 ((:name |size| :type |Int32| :direction :in)
239 (:name |type| :type |ColorPointerType| :direction :in)
240 (:name |stride| :type |SizeI| :direction :in)
241 (:name |pointer| :type |Void| :direction :in :array t :size
242 (|size| |type| |stride|) :retained t))
243 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
244 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
245 :glsflags ("client") :glsopcode ("0x0152") :offset ("308")))
246 (defglfun
247 (("ArrayElement" array-element) :args
248 ((:name |i| :type |Int32| :direction :in)) :return ("void") :category ("1_1")
249 :dlflags ("handcode") :glxflags
250 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
251 :glsopcode ("0x013E") :offset ("306")))