Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_vertex_shader.lisp
blobc3155c83d8c963302871e692c089f779d891be12
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_vertex_shader
7 (defconstant +vertex-shader-ext+ #x8780)
8 (defconstant +vertex-shader-binding-ext+ #x8781)
9 (defconstant +op-index-ext+ #x8782)
10 (defconstant +op-negate-ext+ #x8783)
11 (defconstant +op-dot3-ext+ #x8784)
12 (defconstant +op-dot4-ext+ #x8785)
13 (defconstant +op-mul-ext+ #x8786)
14 (defconstant +op-add-ext+ #x8787)
15 (defconstant +op-madd-ext+ #x8788)
16 (defconstant +op-frac-ext+ #x8789)
17 (defconstant +op-max-ext+ #x878A)
18 (defconstant +op-min-ext+ #x878B)
19 (defconstant +op-set-ge-ext+ #x878C)
20 (defconstant +op-set-lt-ext+ #x878D)
21 (defconstant +op-clamp-ext+ #x878E)
22 (defconstant +op-floor-ext+ #x878F)
23 (defconstant +op-round-ext+ #x8790)
24 (defconstant +op-exp-base-2-ext+ #x8791)
25 (defconstant +op-log-base-2-ext+ #x8792)
26 (defconstant +op-power-ext+ #x8793)
27 (defconstant +op-recip-ext+ #x8794)
28 (defconstant +op-recip-sqrt-ext+ #x8795)
29 (defconstant +op-sub-ext+ #x8796)
30 (defconstant +op-cross-product-ext+ #x8797)
31 (defconstant +op-multiply-matrix-ext+ #x8798)
32 (defconstant +op-mov-ext+ #x8799)
33 (defconstant +output-vertex-ext+ #x879A)
34 (defconstant +output-color0-ext+ #x879B)
35 (defconstant +output-color1-ext+ #x879C)
36 (defconstant +output-texture-coord0-ext+ #x879D)
37 (defconstant +output-texture-coord1-ext+ #x879E)
38 (defconstant +output-texture-coord2-ext+ #x879F)
39 (defconstant +output-texture-coord3-ext+ #x87A0)
40 (defconstant +output-texture-coord4-ext+ #x87A1)
41 (defconstant +output-texture-coord5-ext+ #x87A2)
42 (defconstant +output-texture-coord6-ext+ #x87A3)
43 (defconstant +output-texture-coord7-ext+ #x87A4)
44 (defconstant +output-texture-coord8-ext+ #x87A5)
45 (defconstant +output-texture-coord9-ext+ #x87A6)
46 (defconstant +output-texture-coord10-ext+ #x87A7)
47 (defconstant +output-texture-coord11-ext+ #x87A8)
48 (defconstant +output-texture-coord12-ext+ #x87A9)
49 (defconstant +output-texture-coord13-ext+ #x87AA)
50 (defconstant +output-texture-coord14-ext+ #x87AB)
51 (defconstant +output-texture-coord15-ext+ #x87AC)
52 (defconstant +output-texture-coord16-ext+ #x87AD)
53 (defconstant +output-texture-coord17-ext+ #x87AE)
54 (defconstant +output-texture-coord18-ext+ #x87AF)
55 (defconstant +output-texture-coord19-ext+ #x87B0)
56 (defconstant +output-texture-coord20-ext+ #x87B1)
57 (defconstant +output-texture-coord21-ext+ #x87B2)
58 (defconstant +output-texture-coord22-ext+ #x87B3)
59 (defconstant +output-texture-coord23-ext+ #x87B4)
60 (defconstant +output-texture-coord24-ext+ #x87B5)
61 (defconstant +output-texture-coord25-ext+ #x87B6)
62 (defconstant +output-texture-coord26-ext+ #x87B7)
63 (defconstant +output-texture-coord27-ext+ #x87B8)
64 (defconstant +output-texture-coord28-ext+ #x87B9)
65 (defconstant +output-texture-coord29-ext+ #x87BA)
66 (defconstant +output-texture-coord30-ext+ #x87BB)
67 (defconstant +output-texture-coord31-ext+ #x87BC)
68 (defconstant +output-fog-ext+ #x87BD)
69 (defconstant +scalar-ext+ #x87BE)
70 (defconstant +vector-ext+ #x87BF)
71 (defconstant +matrix-ext+ #x87C0)
72 (defconstant +variant-ext+ #x87C1)
73 (defconstant +invariant-ext+ #x87C2)
74 (defconstant +local-constant-ext+ #x87C3)
75 (defconstant +local-ext+ #x87C4)
76 (defconstant +max-vertex-shader-instructions-ext+ #x87C5)
77 (defconstant +max-vertex-shader-variants-ext+ #x87C6)
78 (defconstant +max-vertex-shader-invariants-ext+ #x87C7)
79 (defconstant +max-vertex-shader-local-constants-ext+ #x87C8)
80 (defconstant +max-vertex-shader-locals-ext+ #x87C9)
81 (defconstant +max-optimized-vertex-shader-instructions-ext+ #x87CA)
82 (defconstant +max-optimized-vertex-shader-variants-ext+ #x87CB)
83 (defconstant +max-optimized-vertex-shader-local-constants-ext+ #x87CC)
84 (defconstant +max-optimized-vertex-shader-invariants-ext+ #x87CD)
85 (defconstant +max-optimized-vertex-shader-locals-ext+ #x87CE)
86 (defconstant +vertex-shader-instructions-ext+ #x87CF)
87 (defconstant +vertex-shader-variants-ext+ #x87D0)
88 (defconstant +vertex-shader-invariants-ext+ #x87D1)
89 (defconstant +vertex-shader-local-constants-ext+ #x87D2)
90 (defconstant +vertex-shader-locals-ext+ #x87D3)
91 (defconstant +vertex-shader-optimized-ext+ #x87D4)
92 (defconstant +x-ext+ #x87D5)
93 (defconstant +y-ext+ #x87D6)
94 (defconstant +z-ext+ #x87D7)
95 (defconstant +w-ext+ #x87D8)
96 (defconstant +negative-x-ext+ #x87D9)
97 (defconstant +negative-y-ext+ #x87DA)
98 (defconstant +negative-z-ext+ #x87DB)
99 (defconstant +negative-w-ext+ #x87DC)
100 (defconstant +zero-ext+ #x87DD)
101 (defconstant +one-ext+ #x87DE)
102 (defconstant +negative-one-ext+ #x87DF)
103 (defconstant +normalized-range-ext+ #x87E0)
104 (defconstant +full-range-ext+ #x87E1)
105 (defconstant +current-vertex-ext+ #x87E2)
106 (defconstant +mvp-matrix-ext+ #x87E3)
107 (defconstant +variant-value-ext+ #x87E4)
108 (defconstant +variant-datatype-ext+ #x87E5)
109 (defconstant +variant-array-stride-ext+ #x87E6)
110 (defconstant +variant-array-type-ext+ #x87E7)
111 (defconstant +variant-array-ext+ #x87E8)
112 (defconstant +variant-array-pointer-ext+ #x87E9)
113 (defconstant +invariant-value-ext+ #x87EA)
114 (defconstant +invariant-datatype-ext+ #x87EB)
115 (defconstant +local-constant-value-ext+ #x87EC)
116 (defconstant +local-constant-datatype-ext+ #x87ED)
117 (defglextfun
118 (("GetLocalConstantFloatvEXT" get-local-constant-floatv-ext) :args
119 ((:name |id| :type |UInt32| :direction :in)
120 (:name |value| :type |GetVariantValueEXT| :direction :in)
121 (:name |data| :type |Float32| :direction :out :array t :size (|id|)))
122 :return ("void") :category ("EXT_vertex_shader") :dlflags ("notlistable")
123 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
124 :glsflags ("ignore" "get") :offset ("?")))
125 (defglextfun
126 (("GetLocalConstantIntegervEXT" get-local-constant-integerv-ext) :args
127 ((:name |id| :type |UInt32| :direction :in)
128 (:name |value| :type |GetVariantValueEXT| :direction :in)
129 (:name |data| :type |Int32| :direction :out :array t :size (|id|)))
130 :return ("void") :category ("EXT_vertex_shader") :dlflags ("notlistable")
131 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
132 :glsflags ("ignore" "get") :offset ("?")))
133 (defglextfun
134 (("GetLocalConstantBooleanvEXT" get-local-constant-booleanv-ext) :args
135 ((:name |id| :type |UInt32| :direction :in)
136 (:name |value| :type |GetVariantValueEXT| :direction :in)
137 (:name |data| :type |Boolean| :direction :out :array t :size (|id|)))
138 :return ("void") :category ("EXT_vertex_shader") :dlflags ("notlistable")
139 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
140 :glsflags ("ignore" "get") :offset ("?")))
141 (defglextfun
142 (("GetInvariantFloatvEXT" get-invariant-floatv-ext) :args
143 ((:name |id| :type |UInt32| :direction :in)
144 (:name |value| :type |GetVariantValueEXT| :direction :in)
145 (:name |data| :type |Float32| :direction :out :array t :size (|id|)))
146 :return ("void") :category ("EXT_vertex_shader") :dlflags ("notlistable")
147 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
148 :glsflags ("ignore" "get") :offset ("?")))
149 (defglextfun
150 (("GetInvariantIntegervEXT" get-invariant-integerv-ext) :args
151 ((:name |id| :type |UInt32| :direction :in)
152 (:name |value| :type |GetVariantValueEXT| :direction :in)
153 (:name |data| :type |Int32| :direction :out :array t :size (|id|)))
154 :return ("void") :category ("EXT_vertex_shader") :dlflags ("notlistable")
155 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
156 :glsflags ("ignore" "get") :offset ("?")))
157 (defglextfun
158 (("GetInvariantBooleanvEXT" get-invariant-booleanv-ext) :args
159 ((:name |id| :type |UInt32| :direction :in)
160 (:name |value| :type |GetVariantValueEXT| :direction :in)
161 (:name |data| :type |Boolean| :direction :out :array t :size (|id|)))
162 :return ("void") :category ("EXT_vertex_shader") :dlflags ("notlistable")
163 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
164 :glsflags ("ignore" "get") :offset ("?")))
165 (defglextfun
166 (("GetVariantPointervEXT" get-variant-pointerv-ext) :args
167 ((:name |id| :type |UInt32| :direction :in)
168 (:name |value| :type |GetVariantValueEXT| :direction :in)
169 (:name |data| :type |VoidPointer| :direction :out :array t :size (|id|)))
170 :return ("void") :category ("EXT_vertex_shader") :dlflags ("notlistable")
171 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
172 :glsflags ("ignore" "get") :offset ("?")))
173 (defglextfun
174 (("GetVariantFloatvEXT" get-variant-floatv-ext) :args
175 ((:name |id| :type |UInt32| :direction :in)
176 (:name |value| :type |GetVariantValueEXT| :direction :in)
177 (:name |data| :type |Float32| :direction :out :array t :size (|id|)))
178 :return ("void") :category ("EXT_vertex_shader") :dlflags ("notlistable")
179 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
180 :glsflags ("ignore" "get") :offset ("?")))
181 (defglextfun
182 (("GetVariantIntegervEXT" get-variant-integerv-ext) :args
183 ((:name |id| :type |UInt32| :direction :in)
184 (:name |value| :type |GetVariantValueEXT| :direction :in)
185 (:name |data| :type |Int32| :direction :out :array t :size (|id|)))
186 :return ("void") :category ("EXT_vertex_shader") :dlflags ("notlistable")
187 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
188 :glsflags ("ignore" "get") :offset ("?")))
189 (defglextfun
190 (("GetVariantBooleanvEXT" get-variant-booleanv-ext) :args
191 ((:name |id| :type |UInt32| :direction :in)
192 (:name |value| :type |GetVariantValueEXT| :direction :in)
193 (:name |data| :type |Boolean| :direction :out :array t :size (|id|)))
194 :return ("void") :category ("EXT_vertex_shader") :dlflags ("notlistable")
195 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
196 :glsflags ("ignore" "get") :offset ("?")))
197 (defglextfun
198 (("IsVariantEnabledEXT" is-variant-enabled-ext) :args
199 ((:name |id| :type |UInt32| :direction :in)
200 (:name |cap| :type |VariantCapEXT| :direction :in))
201 :return ("Boolean") :category ("EXT_vertex_shader") :version ("1.2")
202 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore")
203 :offset ("?")))
204 (defglextfun
205 (("BindParameterEXT" bind-parameter-ext) :args
206 ((:name |value| :type |VertexShaderParameterEXT| :direction :in)) :return
207 ("UInt32") :category ("EXT_vertex_shader") :version ("1.2") :extension nil
208 :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset ("?")))
209 (defglextfun
210 (("BindTextureUnitParameterEXT" bind-texture-unit-parameter-ext) :args
211 ((:name |unit| :type |TextureUnit| :direction :in)
212 (:name |value| :type |VertexShaderTextureUnitParameter| :direction :in))
213 :return ("UInt32") :category ("EXT_vertex_shader") :version ("1.2")
214 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore")
215 :offset ("?")))
216 (defglextfun
217 (("BindTexGenParameterEXT" bind-tex-gen-parameter-ext) :args
218 ((:name |unit| :type |TextureUnit| :direction :in)
219 (:name |coord| :type |TextureCoordName| :direction :in)
220 (:name |value| :type |TextureGenParameter| :direction :in))
221 :return ("UInt32") :category ("EXT_vertex_shader") :version ("1.2")
222 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore")
223 :offset ("?")))
224 (defglextfun
225 (("BindMaterialParameterEXT" bind-material-parameter-ext) :args
226 ((:name |face| :type |MaterialFace| :direction :in)
227 (:name |value| :type |MaterialParameter| :direction :in))
228 :return ("UInt32") :category ("EXT_vertex_shader") :version ("1.2")
229 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore")
230 :offset ("?")))
231 (defglextfun
232 (("BindLightParameterEXT" bind-light-parameter-ext) :args
233 ((:name |light| :type |LightName| :direction :in)
234 (:name |value| :type |LightParameter| :direction :in))
235 :return ("UInt32") :category ("EXT_vertex_shader") :version ("1.2")
236 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore")
237 :offset ("?")))
238 (defglextfun
239 (("DisableVariantClientStateEXT" disable-variant-client-state-ext) :args
240 ((:name |id| :type |UInt32| :direction :in)) :return ("void") :category
241 ("EXT_vertex_shader") :version ("1.2") :extension nil :glxropcode ("?")
242 :glxflags ("ignore") :glsflags ("ignore") :offset ("?")))
243 (defglextfun
244 (("EnableVariantClientStateEXT" enable-variant-client-state-ext) :args
245 ((:name |id| :type |UInt32| :direction :in)) :return ("void") :category
246 ("EXT_vertex_shader") :version ("1.2") :extension nil :glxropcode ("?")
247 :glxflags ("ignore") :glsflags ("ignore") :offset ("?")))
248 (defglextfun
249 (("VariantPointerEXT" variant-pointer-ext) :args
250 ((:name |id| :type |UInt32| :direction :in)
251 (:name |type| :type |ScalarType| :direction :in)
252 (:name |stride| :type |UInt32| :direction :in)
253 (:name |addr| :type |Void| :direction :in :array t :size
254 (|id| |type| |stride|)))
255 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
256 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
257 ("?")))
258 (defglextfun
259 (("VariantuivEXT" variant-uiv-ext) :args
260 ((:name |id| :type |UInt32| :direction :in)
261 (:name |addr| :type |UInt32| :direction :in :array t :size (|id|)))
262 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
263 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
264 ("?")))
265 (defglextfun
266 (("VariantusvEXT" variant-usv-ext) :args
267 ((:name |id| :type |UInt32| :direction :in)
268 (:name |addr| :type |UInt16| :direction :in :array t :size (|id|)))
269 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
270 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
271 ("?")))
272 (defglextfun
273 (("VariantubvEXT" variant-ubv-ext) :args
274 ((:name |id| :type |UInt32| :direction :in)
275 (:name |addr| :type |UInt8| :direction :in :array t :size (|id|)))
276 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
277 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
278 ("?")))
279 (defglextfun
280 (("VariantdvEXT" variant-dv-ext) :args
281 ((:name |id| :type |UInt32| :direction :in)
282 (:name |addr| :type |Float64| :direction :in :array t :size (|id|)))
283 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
284 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
285 ("?")))
286 (defglextfun
287 (("VariantfvEXT" variant-fv-ext) :args
288 ((:name |id| :type |UInt32| :direction :in)
289 (:name |addr| :type |Float32| :direction :in :array t :size (|id|)))
290 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
291 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
292 ("?")))
293 (defglextfun
294 (("VariantivEXT" variant-iv-ext) :args
295 ((:name |id| :type |UInt32| :direction :in)
296 (:name |addr| :type |Int32| :direction :in :array t :size (|id|)))
297 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
298 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
299 ("?")))
300 (defglextfun
301 (("VariantsvEXT" variant-sv-ext) :args
302 ((:name |id| :type |UInt32| :direction :in)
303 (:name |addr| :type |Int16| :direction :in :array t :size (|id|)))
304 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
305 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
306 ("?")))
307 (defglextfun
308 (("VariantbvEXT" variant-bv-ext) :args
309 ((:name |id| :type |UInt32| :direction :in)
310 (:name |addr| :type |Int8| :direction :in :array t :size (|id|)))
311 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
312 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
313 ("?")))
314 (defglextfun
315 (("SetLocalConstantEXT" set-local-constant-ext) :args
316 ((:name |id| :type |UInt32| :direction :in)
317 (:name |type| :type |ScalarType| :direction :in)
318 (:name |addr| :type |Void| :direction :in :array t :size (|id| |type|)))
319 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
320 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
321 ("?")))
322 (defglextfun
323 (("SetInvariantEXT" set-invariant-ext) :args
324 ((:name |id| :type |UInt32| :direction :in)
325 (:name |type| :type |ScalarType| :direction :in)
326 (:name |addr| :type |Void| :direction :in :array t :size (|id| |type|)))
327 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
328 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
329 ("?")))
330 (defglextfun
331 (("GenSymbolsEXT" gen-symbols-ext) :args
332 ((:name |datatype| :type |DataTypeEXT| :direction :in)
333 (:name |storagetype| :type |VertexShaderStorageTypeEXT| :direction :in)
334 (:name |range| :type |ParameterRangeEXT| :direction :in)
335 (:name |components| :type |UInt32| :direction :in))
336 :return ("UInt32") :category ("EXT_vertex_shader") :version ("1.2")
337 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore")
338 :offset ("?")))
339 (defglextfun
340 (("ExtractComponentEXT" extract-component-ext) :args
341 ((:name |res| :type |UInt32| :direction :in)
342 (:name |src| :type |UInt32| :direction :in)
343 (:name |num| :type |UInt32| :direction :in))
344 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
345 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
346 ("?")))
347 (defglextfun
348 (("InsertComponentEXT" insert-component-ext) :args
349 ((:name |res| :type |UInt32| :direction :in)
350 (:name |src| :type |UInt32| :direction :in)
351 (:name |num| :type |UInt32| :direction :in))
352 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
353 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
354 ("?")))
355 (defglextfun
356 (("WriteMaskEXT" write-mask-ext) :args
357 ((:name |res| :type |UInt32| :direction :in)
358 (:name |in| :type |UInt32| :direction :in)
359 (:name |outX| :type |VertexShaderWriteMaskEXT| :direction :in)
360 (:name |outY| :type |VertexShaderWriteMaskEXT| :direction :in)
361 (:name |outZ| :type |VertexShaderWriteMaskEXT| :direction :in)
362 (:name |outW| :type |VertexShaderWriteMaskEXT| :direction :in))
363 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
364 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
365 ("?")))
366 (defglextfun
367 (("SwizzleEXT" swizzle-ext) :args
368 ((:name |res| :type |UInt32| :direction :in)
369 (:name |in| :type |UInt32| :direction :in)
370 (:name |outX| :type |VertexShaderCoordOutEXT| :direction :in)
371 (:name |outY| :type |VertexShaderCoordOutEXT| :direction :in)
372 (:name |outZ| :type |VertexShaderCoordOutEXT| :direction :in)
373 (:name |outW| :type |VertexShaderCoordOutEXT| :direction :in))
374 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
375 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
376 ("?")))
377 (defglextfun
378 (("ShaderOp3EXT" shader-op-3-ext) :args
379 ((:name |op| :type |VertexShaderOpEXT| :direction :in)
380 (:name |res| :type |UInt32| :direction :in)
381 (:name |arg1| :type |UInt32| :direction :in)
382 (:name |arg2| :type |UInt32| :direction :in)
383 (:name |arg3| :type |UInt32| :direction :in))
384 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
385 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
386 ("?")))
387 (defglextfun
388 (("ShaderOp2EXT" shader-op-2-ext) :args
389 ((:name |op| :type |VertexShaderOpEXT| :direction :in)
390 (:name |res| :type |UInt32| :direction :in)
391 (:name |arg1| :type |UInt32| :direction :in)
392 (:name |arg2| :type |UInt32| :direction :in))
393 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
394 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
395 ("?")))
396 (defglextfun
397 (("ShaderOp1EXT" shader-op-1-ext) :args
398 ((:name |op| :type |VertexShaderOpEXT| :direction :in)
399 (:name |res| :type |UInt32| :direction :in)
400 (:name |arg1| :type |UInt32| :direction :in))
401 :return ("void") :category ("EXT_vertex_shader") :version ("1.2") :extension
402 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
403 ("?")))
404 (defglextfun
405 (("DeleteVertexShaderEXT" delete-vertex-shader-ext) :args
406 ((:name |id| :type |UInt32| :direction :in)) :return ("void") :category
407 ("EXT_vertex_shader") :version ("1.2") :extension nil :glxropcode ("?")
408 :glxflags ("ignore") :glsflags ("ignore") :offset ("?")))
409 (defglextfun
410 (("GenVertexShadersEXT" gen-vertex-shaders-ext) :args
411 ((:name |range| :type |UInt32| :direction :in)) :return ("UInt32") :category
412 ("EXT_vertex_shader") :version ("1.2") :extension nil :glxropcode ("?")
413 :glxflags ("ignore") :glsflags ("ignore") :offset ("?")))
414 (defglextfun
415 (("BindVertexShaderEXT" bind-vertex-shader-ext) :args
416 ((:name |id| :type |UInt32| :direction :in)) :return ("void") :category
417 ("EXT_vertex_shader") :version ("1.2") :extension nil :glxropcode ("?")
418 :glxflags ("ignore") :glsflags ("ignore") :offset ("?")))
419 (defglextfun
420 (("EndVertexShaderEXT" end-vertex-shader-ext) :args nil :return ("void")
421 :category ("EXT_vertex_shader") :version ("1.2") :extension nil :glxropcode
422 ("?") :glxflags ("ignore") :glsflags ("ignore") :offset ("?")))
423 (defglextfun
424 (("BeginVertexShaderEXT" begin-vertex-shader-ext) :args nil :return ("void")
425 :category ("EXT_vertex_shader") :version ("1.2") :extension nil :glxropcode
426 ("?") :glxflags ("ignore") :glsflags ("ignore") :offset ("?")))