Better support for loading extensions:
[cl-glfw.git] / lib / opengl-ext_secondary_color.lisp
blob9ac7800c4e0a18864334122ef044a5823a0a7264
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; ext_secondary_color
7 (defconstant +color-sum-ext+ #x8458)
8 (defconstant +current-secondary-color-ext+ #x8459)
9 (defconstant +secondary-color-array-size-ext+ #x845A)
10 (defconstant +secondary-color-array-type-ext+ #x845B)
11 (defconstant +secondary-color-array-stride-ext+ #x845C)
12 (defconstant +secondary-color-array-pointer-ext+ #x845D)
13 (defconstant +secondary-color-array-ext+ #x845E)
14 (defconstant +color-sum-ext+ #x8458)
15 (defconstant +current-secondary-color-ext+ #x8459)
16 (defconstant +secondary-color-array-size-ext+ #x845A)
17 (defconstant +secondary-color-array-type-ext+ #x845B)
18 (defconstant +secondary-color-array-stride-ext+ #x845C)
19 (defconstant +secondary-color-array-pointer-ext+ #x845D)
20 (defconstant +secondary-color-array-ext+ #x845E)
21 (defglextfun "SecondaryColorPointerEXT" secondary-color-pointer-ext :return
22 "void" :args
23 ((:name |size| :type |Int32| :direction :in)
24 (:name |type| :type |ColorPointerType| :direction :in)
25 (:name |stride| :type |SizeI| :direction :in)
26 (:name |pointer| :type |Void| :direction :in :array t :size
27 (|size| |type| |stride|) :retained t))
28 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
29 ("SecondaryColorPointer" secondary-color-pointer :core t :return "void" :args
30 ((:name |size| :type |Int32| :direction :in)
31 (:name |type| :type |ColorPointerType| :direction :in)
32 (:name |stride| :type |SizeI| :direction :in)
33 (:name |pointer| :type |Void| :direction :in :array t :size
34 (|size| |type| |stride|) :retained t))
35 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
36 #-win32
37 (defglextfun "SecondaryColorPointer" secondary-color-pointer :core t :return
38 "void" :args
39 ((:name |size| :type |Int32| :direction :in)
40 (:name |type| :type |ColorPointerType| :direction :in)
41 (:name |stride| :type |SizeI| :direction :in)
42 (:name |pointer| :type |Void| :direction :in :array t :size
43 (|size| |type| |stride|) :retained t))
44 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
45 (defglextfun "SecondaryColor3usvEXT" secondary-color-3usv-ext :return "void"
46 :args ((:name |v| :type |ColorUS| :direction :in :array t :size #x3))
47 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
48 ("SecondaryColor3usv" secondary-color-3usv :core t :return "void" :args
49 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :category
50 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
51 #-win32
52 (defglextfun "SecondaryColor3usv" secondary-color-3usv :core t :return "void"
53 :args ((:name |v| :type |ColorUS| :direction :in :array t :size #x3))
54 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
55 (defglextfun "SecondaryColor3usEXT" secondary-color-3us-ext :return "void"
56 :args
57 ((:name |red| :type |ColorUS| :direction :in)
58 (:name |green| :type |ColorUS| :direction :in)
59 (:name |blue| :type |ColorUS| :direction :in))
60 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
61 ("SecondaryColor3us" secondary-color-3us :core t :return "void" :args
62 ((:name |red| :type |ColorUS| :direction :in)
63 (:name |green| :type |ColorUS| :direction :in)
64 (:name |blue| :type |ColorUS| :direction :in))
65 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
66 #-win32
67 (defglextfun "SecondaryColor3us" secondary-color-3us :core t :return "void"
68 :args
69 ((:name |red| :type |ColorUS| :direction :in)
70 (:name |green| :type |ColorUS| :direction :in)
71 (:name |blue| :type |ColorUS| :direction :in))
72 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
73 (defglextfun "SecondaryColor3uivEXT" secondary-color-3uiv-ext :return "void"
74 :args ((:name |v| :type |ColorUI| :direction :in :array t :size #x3))
75 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
76 ("SecondaryColor3uiv" secondary-color-3uiv :core t :return "void" :args
77 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :category
78 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
79 #-win32
80 (defglextfun "SecondaryColor3uiv" secondary-color-3uiv :core t :return "void"
81 :args ((:name |v| :type |ColorUI| :direction :in :array t :size #x3))
82 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
83 (defglextfun "SecondaryColor3uiEXT" secondary-color-3ui-ext :return "void"
84 :args
85 ((:name |red| :type |ColorUI| :direction :in)
86 (:name |green| :type |ColorUI| :direction :in)
87 (:name |blue| :type |ColorUI| :direction :in))
88 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
89 ("SecondaryColor3ui" secondary-color-3ui :core t :return "void" :args
90 ((:name |red| :type |ColorUI| :direction :in)
91 (:name |green| :type |ColorUI| :direction :in)
92 (:name |blue| :type |ColorUI| :direction :in))
93 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
94 #-win32
95 (defglextfun "SecondaryColor3ui" secondary-color-3ui :core t :return "void"
96 :args
97 ((:name |red| :type |ColorUI| :direction :in)
98 (:name |green| :type |ColorUI| :direction :in)
99 (:name |blue| :type |ColorUI| :direction :in))
100 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
101 (defglextfun "SecondaryColor3ubvEXT" secondary-color-3ubv-ext :return "void"
102 :args ((:name |v| :type |ColorUB| :direction :in :array t :size #x3))
103 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
104 ("SecondaryColor3ubv" secondary-color-3ubv :core t :return "void" :args
105 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :category
106 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
107 #-win32
108 (defglextfun "SecondaryColor3ubv" secondary-color-3ubv :core t :return "void"
109 :args ((:name |v| :type |ColorUB| :direction :in :array t :size #x3))
110 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
111 (defglextfun "SecondaryColor3ubEXT" secondary-color-3ub-ext :return "void"
112 :args
113 ((:name |red| :type |ColorUB| :direction :in)
114 (:name |green| :type |ColorUB| :direction :in)
115 (:name |blue| :type |ColorUB| :direction :in))
116 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
117 ("SecondaryColor3ub" secondary-color-3ub :core t :return "void" :args
118 ((:name |red| :type |ColorUB| :direction :in)
119 (:name |green| :type |ColorUB| :direction :in)
120 (:name |blue| :type |ColorUB| :direction :in))
121 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
122 #-win32
123 (defglextfun "SecondaryColor3ub" secondary-color-3ub :core t :return "void"
124 :args
125 ((:name |red| :type |ColorUB| :direction :in)
126 (:name |green| :type |ColorUB| :direction :in)
127 (:name |blue| :type |ColorUB| :direction :in))
128 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
129 (defglextfun "SecondaryColor3svEXT" secondary-color-3sv-ext :return "void"
130 :args ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
131 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
132 ("SecondaryColor3sv" secondary-color-3sv :core t :return "void" :args
133 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
134 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
135 #-win32
136 (defglextfun "SecondaryColor3sv" secondary-color-3sv :core t :return "void"
137 :args ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
138 "VERSION_1_4" :deprecated "3.1" :version "1.4")
139 (defglextfun "SecondaryColor3sEXT" secondary-color-3s-ext :return "void" :args
140 ((:name |red| :type |ColorS| :direction :in)
141 (:name |green| :type |ColorS| :direction :in)
142 (:name |blue| :type |ColorS| :direction :in))
143 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
144 ("SecondaryColor3s" secondary-color-3s :core t :return "void" :args
145 ((:name |red| :type |ColorS| :direction :in)
146 (:name |green| :type |ColorS| :direction :in)
147 (:name |blue| :type |ColorS| :direction :in))
148 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
149 #-win32
150 (defglextfun "SecondaryColor3s" secondary-color-3s :core t :return "void" :args
151 ((:name |red| :type |ColorS| :direction :in)
152 (:name |green| :type |ColorS| :direction :in)
153 (:name |blue| :type |ColorS| :direction :in))
154 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
155 (defglextfun "SecondaryColor3ivEXT" secondary-color-3iv-ext :return "void"
156 :args ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
157 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
158 ("SecondaryColor3iv" secondary-color-3iv :core t :return "void" :args
159 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
160 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
161 #-win32
162 (defglextfun "SecondaryColor3iv" secondary-color-3iv :core t :return "void"
163 :args ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
164 "VERSION_1_4" :deprecated "3.1" :version "1.4")
165 (defglextfun "SecondaryColor3iEXT" secondary-color-3i-ext :return "void" :args
166 ((:name |red| :type |ColorI| :direction :in)
167 (:name |green| :type |ColorI| :direction :in)
168 (:name |blue| :type |ColorI| :direction :in))
169 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
170 ("SecondaryColor3i" secondary-color-3i :core t :return "void" :args
171 ((:name |red| :type |ColorI| :direction :in)
172 (:name |green| :type |ColorI| :direction :in)
173 (:name |blue| :type |ColorI| :direction :in))
174 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
175 #-win32
176 (defglextfun "SecondaryColor3i" secondary-color-3i :core t :return "void" :args
177 ((:name |red| :type |ColorI| :direction :in)
178 (:name |green| :type |ColorI| :direction :in)
179 (:name |blue| :type |ColorI| :direction :in))
180 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
181 (defglextfun "SecondaryColor3fvEXT" secondary-color-3fv-ext :return "void"
182 :args ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
183 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
184 ("SecondaryColor3fv" secondary-color-3fv :core t :return "void" :args
185 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
186 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
187 #-win32
188 (defglextfun "SecondaryColor3fv" secondary-color-3fv :core t :return "void"
189 :args ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
190 "VERSION_1_4" :deprecated "3.1" :version "1.4")
191 (defglextfun "SecondaryColor3fEXT" secondary-color-3f-ext :return "void" :args
192 ((:name |red| :type |ColorF| :direction :in)
193 (:name |green| :type |ColorF| :direction :in)
194 (:name |blue| :type |ColorF| :direction :in))
195 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
196 ("SecondaryColor3f" secondary-color-3f :core t :return "void" :args
197 ((:name |red| :type |ColorF| :direction :in)
198 (:name |green| :type |ColorF| :direction :in)
199 (:name |blue| :type |ColorF| :direction :in))
200 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
201 #-win32
202 (defglextfun "SecondaryColor3f" secondary-color-3f :core t :return "void" :args
203 ((:name |red| :type |ColorF| :direction :in)
204 (:name |green| :type |ColorF| :direction :in)
205 (:name |blue| :type |ColorF| :direction :in))
206 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
207 (defglextfun "SecondaryColor3dvEXT" secondary-color-3dv-ext :return "void"
208 :args ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
209 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
210 ("SecondaryColor3dv" secondary-color-3dv :core t :return "void" :args
211 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
212 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
213 #-win32
214 (defglextfun "SecondaryColor3dv" secondary-color-3dv :core t :return "void"
215 :args ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
216 "VERSION_1_4" :deprecated "3.1" :version "1.4")
217 (defglextfun "SecondaryColor3dEXT" secondary-color-3d-ext :return "void" :args
218 ((:name |red| :type |ColorD| :direction :in)
219 (:name |green| :type |ColorD| :direction :in)
220 (:name |blue| :type |ColorD| :direction :in))
221 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
222 ("SecondaryColor3d" secondary-color-3d :core t :return "void" :args
223 ((:name |red| :type |ColorD| :direction :in)
224 (:name |green| :type |ColorD| :direction :in)
225 (:name |blue| :type |ColorD| :direction :in))
226 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
227 #-win32
228 (defglextfun "SecondaryColor3d" secondary-color-3d :core t :return "void" :args
229 ((:name |red| :type |ColorD| :direction :in)
230 (:name |green| :type |ColorD| :direction :in)
231 (:name |blue| :type |ColorD| :direction :in))
232 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
233 (defglextfun "SecondaryColor3bvEXT" secondary-color-3bv-ext :return "void"
234 :args ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
235 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
236 ("SecondaryColor3bv" secondary-color-3bv :core t :return "void" :args
237 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
238 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
239 #-win32
240 (defglextfun "SecondaryColor3bv" secondary-color-3bv :core t :return "void"
241 :args ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
242 "VERSION_1_4" :deprecated "3.1" :version "1.4")
243 (defglextfun "SecondaryColor3bEXT" secondary-color-3b-ext :return "void" :args
244 ((:name |red| :type |ColorB| :direction :in)
245 (:name |green| :type |ColorB| :direction :in)
246 (:name |blue| :type |ColorB| :direction :in))
247 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
248 ("SecondaryColor3b" secondary-color-3b :core t :return "void" :args
249 ((:name |red| :type |ColorB| :direction :in)
250 (:name |green| :type |ColorB| :direction :in)
251 (:name |blue| :type |ColorB| :direction :in))
252 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
253 #-win32
254 (defglextfun "SecondaryColor3b" secondary-color-3b :core t :return "void" :args
255 ((:name |red| :type |ColorB| :direction :in)
256 (:name |green| :type |ColorB| :direction :in)
257 (:name |blue| :type |ColorB| :direction :in))
258 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
259 (make-extension-loader |EXT_secondary_color|
260 (("SecondaryColorPointerEXT" secondary-color-pointer-ext :return "void" :args
261 ((:name |size| :type |Int32| :direction :in)
262 (:name |type| :type |ColorPointerType| :direction :in)
263 (:name |stride| :type |SizeI| :direction :in)
264 (:name |pointer| :type |Void| :direction :in :array t :size
265 (|size| |type| |stride|) :retained t))
266 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
267 ("SecondaryColorPointer" secondary-color-pointer :core t :return "void"
268 :args
269 ((:name |size| :type |Int32| :direction :in)
270 (:name |type| :type |ColorPointerType| :direction :in)
271 (:name |stride| :type |SizeI| :direction :in)
272 (:name |pointer| :type |Void| :direction :in :array t :size
273 (|size| |type| |stride|) :retained t))
274 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
275 ("SecondaryColor3usvEXT" secondary-color-3usv-ext :return "void" :args
276 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :category
277 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
278 ("SecondaryColor3usv" secondary-color-3usv :core t :return "void" :args
279 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :category
280 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
281 ("SecondaryColor3usEXT" secondary-color-3us-ext :return "void" :args
282 ((:name |red| :type |ColorUS| :direction :in)
283 (:name |green| :type |ColorUS| :direction :in)
284 (:name |blue| :type |ColorUS| :direction :in))
285 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
286 ("SecondaryColor3us" secondary-color-3us :core t :return "void" :args
287 ((:name |red| :type |ColorUS| :direction :in)
288 (:name |green| :type |ColorUS| :direction :in)
289 (:name |blue| :type |ColorUS| :direction :in))
290 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
291 ("SecondaryColor3uivEXT" secondary-color-3uiv-ext :return "void" :args
292 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :category
293 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
294 ("SecondaryColor3uiv" secondary-color-3uiv :core t :return "void" :args
295 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :category
296 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
297 ("SecondaryColor3uiEXT" secondary-color-3ui-ext :return "void" :args
298 ((:name |red| :type |ColorUI| :direction :in)
299 (:name |green| :type |ColorUI| :direction :in)
300 (:name |blue| :type |ColorUI| :direction :in))
301 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
302 ("SecondaryColor3ui" secondary-color-3ui :core t :return "void" :args
303 ((:name |red| :type |ColorUI| :direction :in)
304 (:name |green| :type |ColorUI| :direction :in)
305 (:name |blue| :type |ColorUI| :direction :in))
306 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
307 ("SecondaryColor3ubvEXT" secondary-color-3ubv-ext :return "void" :args
308 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :category
309 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
310 ("SecondaryColor3ubv" secondary-color-3ubv :core t :return "void" :args
311 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :category
312 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
313 ("SecondaryColor3ubEXT" secondary-color-3ub-ext :return "void" :args
314 ((:name |red| :type |ColorUB| :direction :in)
315 (:name |green| :type |ColorUB| :direction :in)
316 (:name |blue| :type |ColorUB| :direction :in))
317 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
318 ("SecondaryColor3ub" secondary-color-3ub :core t :return "void" :args
319 ((:name |red| :type |ColorUB| :direction :in)
320 (:name |green| :type |ColorUB| :direction :in)
321 (:name |blue| :type |ColorUB| :direction :in))
322 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
323 ("SecondaryColor3svEXT" secondary-color-3sv-ext :return "void" :args
324 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
325 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
326 ("SecondaryColor3sv" secondary-color-3sv :core t :return "void" :args
327 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
328 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
329 ("SecondaryColor3sEXT" secondary-color-3s-ext :return "void" :args
330 ((:name |red| :type |ColorS| :direction :in)
331 (:name |green| :type |ColorS| :direction :in)
332 (:name |blue| :type |ColorS| :direction :in))
333 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
334 ("SecondaryColor3s" secondary-color-3s :core t :return "void" :args
335 ((:name |red| :type |ColorS| :direction :in)
336 (:name |green| :type |ColorS| :direction :in)
337 (:name |blue| :type |ColorS| :direction :in))
338 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
339 ("SecondaryColor3ivEXT" secondary-color-3iv-ext :return "void" :args
340 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
341 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
342 ("SecondaryColor3iv" secondary-color-3iv :core t :return "void" :args
343 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
344 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
345 ("SecondaryColor3iEXT" secondary-color-3i-ext :return "void" :args
346 ((:name |red| :type |ColorI| :direction :in)
347 (:name |green| :type |ColorI| :direction :in)
348 (:name |blue| :type |ColorI| :direction :in))
349 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
350 ("SecondaryColor3i" secondary-color-3i :core t :return "void" :args
351 ((:name |red| :type |ColorI| :direction :in)
352 (:name |green| :type |ColorI| :direction :in)
353 (:name |blue| :type |ColorI| :direction :in))
354 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
355 ("SecondaryColor3fvEXT" secondary-color-3fv-ext :return "void" :args
356 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
357 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
358 ("SecondaryColor3fv" secondary-color-3fv :core t :return "void" :args
359 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
360 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
361 ("SecondaryColor3fEXT" secondary-color-3f-ext :return "void" :args
362 ((:name |red| :type |ColorF| :direction :in)
363 (:name |green| :type |ColorF| :direction :in)
364 (:name |blue| :type |ColorF| :direction :in))
365 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
366 ("SecondaryColor3f" secondary-color-3f :core t :return "void" :args
367 ((:name |red| :type |ColorF| :direction :in)
368 (:name |green| :type |ColorF| :direction :in)
369 (:name |blue| :type |ColorF| :direction :in))
370 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
371 ("SecondaryColor3dvEXT" secondary-color-3dv-ext :return "void" :args
372 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
373 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
374 ("SecondaryColor3dv" secondary-color-3dv :core t :return "void" :args
375 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
376 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
377 ("SecondaryColor3dEXT" secondary-color-3d-ext :return "void" :args
378 ((:name |red| :type |ColorD| :direction :in)
379 (:name |green| :type |ColorD| :direction :in)
380 (:name |blue| :type |ColorD| :direction :in))
381 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
382 ("SecondaryColor3d" secondary-color-3d :core t :return "void" :args
383 ((:name |red| :type |ColorD| :direction :in)
384 (:name |green| :type |ColorD| :direction :in)
385 (:name |blue| :type |ColorD| :direction :in))
386 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
387 ("SecondaryColor3bvEXT" secondary-color-3bv-ext :return "void" :args
388 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
389 "EXT_secondary_color" :deprecated nil :version "1.1" :alias
390 ("SecondaryColor3bv" secondary-color-3bv :core t :return "void" :args
391 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
392 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
393 ("SecondaryColor3bEXT" secondary-color-3b-ext :return "void" :args
394 ((:name |red| :type |ColorB| :direction :in)
395 (:name |green| :type |ColorB| :direction :in)
396 (:name |blue| :type |ColorB| :direction :in))
397 :category "EXT_secondary_color" :deprecated nil :version "1.1" :alias
398 ("SecondaryColor3b" secondary-color-3b :core t :return "void" :args
399 ((:name |red| :type |ColorB| :direction :in)
400 (:name |green| :type |ColorB| :direction :in)
401 (:name |blue| :type |ColorB| :direction :in))
402 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))))