Bill's coming back online merge. API breaking changes!
[cl-glfw.git] / lib / opengl-ext_vertex_shader.lisp
blob85b2276f9b81923da2eb468b050a36ab06f36b69
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 "GetLocalConstantFloatvEXT" get-local-constant-floatv-ext :return
118 "void" :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 :category "EXT_vertex_shader" :version "1.2")
123 (defglextfun "GetLocalConstantIntegervEXT" get-local-constant-integerv-ext
124 :return "void" :args
125 ((:name |id| :type |UInt32| :direction :in)
126 (:name |value| :type |GetVariantValueEXT| :direction :in)
127 (:name |data| :type |Int32| :direction :out :array t :size (|id|)))
128 :category "EXT_vertex_shader" :version "1.2")
129 (defglextfun "GetLocalConstantBooleanvEXT" get-local-constant-booleanv-ext
130 :return "void" :args
131 ((:name |id| :type |UInt32| :direction :in)
132 (:name |value| :type |GetVariantValueEXT| :direction :in)
133 (:name |data| :type |Boolean| :direction :out :array t :size (|id|)))
134 :category "EXT_vertex_shader" :version "1.2")
135 (defglextfun "GetInvariantFloatvEXT" get-invariant-floatv-ext :return "void"
136 :args
137 ((:name |id| :type |UInt32| :direction :in)
138 (:name |value| :type |GetVariantValueEXT| :direction :in)
139 (:name |data| :type |Float32| :direction :out :array t :size (|id|)))
140 :category "EXT_vertex_shader" :version "1.2")
141 (defglextfun "GetInvariantIntegervEXT" get-invariant-integerv-ext :return
142 "void" :args
143 ((:name |id| :type |UInt32| :direction :in)
144 (:name |value| :type |GetVariantValueEXT| :direction :in)
145 (:name |data| :type |Int32| :direction :out :array t :size (|id|)))
146 :category "EXT_vertex_shader" :version "1.2")
147 (defglextfun "GetInvariantBooleanvEXT" get-invariant-booleanv-ext :return
148 "void" :args
149 ((:name |id| :type |UInt32| :direction :in)
150 (:name |value| :type |GetVariantValueEXT| :direction :in)
151 (:name |data| :type |Boolean| :direction :out :array t :size (|id|)))
152 :category "EXT_vertex_shader" :version "1.2")
153 (defglextfun "GetVariantPointervEXT" get-variant-pointerv-ext :return "void"
154 :args
155 ((:name |id| :type |UInt32| :direction :in)
156 (:name |value| :type |GetVariantValueEXT| :direction :in)
157 (:name |data| :type |VoidPointer| :direction :out :array t :size (|id|)))
158 :category "EXT_vertex_shader" :version "1.2")
159 (defglextfun "GetVariantFloatvEXT" get-variant-floatv-ext :return "void" :args
160 ((:name |id| :type |UInt32| :direction :in)
161 (:name |value| :type |GetVariantValueEXT| :direction :in)
162 (:name |data| :type |Float32| :direction :out :array t :size (|id|)))
163 :category "EXT_vertex_shader" :version "1.2")
164 (defglextfun "GetVariantIntegervEXT" get-variant-integerv-ext :return "void"
165 :args
166 ((:name |id| :type |UInt32| :direction :in)
167 (:name |value| :type |GetVariantValueEXT| :direction :in)
168 (:name |data| :type |Int32| :direction :out :array t :size (|id|)))
169 :category "EXT_vertex_shader" :version "1.2")
170 (defglextfun "GetVariantBooleanvEXT" get-variant-booleanv-ext :return "void"
171 :args
172 ((:name |id| :type |UInt32| :direction :in)
173 (:name |value| :type |GetVariantValueEXT| :direction :in)
174 (:name |data| :type |Boolean| :direction :out :array t :size (|id|)))
175 :category "EXT_vertex_shader" :version "1.2")
176 (defglextfun "IsVariantEnabledEXT" is-variant-enabled-ext :return "Boolean"
177 :args
178 ((:name |id| :type |UInt32| :direction :in)
179 (:name |cap| :type |VariantCapEXT| :direction :in))
180 :category "EXT_vertex_shader" :version "1.2")
181 (defglextfun "BindParameterEXT" bind-parameter-ext :return "UInt32" :args
182 ((:name |value| :type |VertexShaderParameterEXT| :direction :in)) :category
183 "EXT_vertex_shader" :version "1.2")
184 (defglextfun "BindTextureUnitParameterEXT" bind-texture-unit-parameter-ext
185 :return "UInt32" :args
186 ((:name |unit| :type |TextureUnit| :direction :in)
187 (:name |value| :type |VertexShaderTextureUnitParameter| :direction :in))
188 :category "EXT_vertex_shader" :version "1.2")
189 (defglextfun "BindTexGenParameterEXT" bind-tex-gen-parameter-ext :return
190 "UInt32" :args
191 ((:name |unit| :type |TextureUnit| :direction :in)
192 (:name |coord| :type |TextureCoordName| :direction :in)
193 (:name |value| :type |TextureGenParameter| :direction :in))
194 :category "EXT_vertex_shader" :version "1.2")
195 (defglextfun "BindMaterialParameterEXT" bind-material-parameter-ext :return
196 "UInt32" :args
197 ((:name |face| :type |MaterialFace| :direction :in)
198 (:name |value| :type |MaterialParameter| :direction :in))
199 :category "EXT_vertex_shader" :version "1.2")
200 (defglextfun "BindLightParameterEXT" bind-light-parameter-ext :return "UInt32"
201 :args
202 ((:name |light| :type |LightName| :direction :in)
203 (:name |value| :type |LightParameter| :direction :in))
204 :category "EXT_vertex_shader" :version "1.2")
205 (defglextfun "DisableVariantClientStateEXT" disable-variant-client-state-ext
206 :return "void" :args ((:name |id| :type |UInt32| :direction :in)) :category
207 "EXT_vertex_shader" :version "1.2")
208 (defglextfun "EnableVariantClientStateEXT" enable-variant-client-state-ext
209 :return "void" :args ((:name |id| :type |UInt32| :direction :in)) :category
210 "EXT_vertex_shader" :version "1.2")
211 (defglextfun "VariantPointerEXT" variant-pointer-ext :return "void" :args
212 ((:name |id| :type |UInt32| :direction :in)
213 (:name |type| :type |ScalarType| :direction :in)
214 (:name |stride| :type |UInt32| :direction :in)
215 (:name |addr| :type |Void| :direction :in :array t :size
216 (|id| |type| |stride|)))
217 :category "EXT_vertex_shader" :version "1.2")
218 (defglextfun "VariantuivEXT" variant-uiv-ext :return "void" :args
219 ((:name |id| :type |UInt32| :direction :in)
220 (:name |addr| :type |UInt32| :direction :in :array t :size (|id|)))
221 :category "EXT_vertex_shader" :version "1.2")
222 (defglextfun "VariantusvEXT" variant-usv-ext :return "void" :args
223 ((:name |id| :type |UInt32| :direction :in)
224 (:name |addr| :type |UInt16| :direction :in :array t :size (|id|)))
225 :category "EXT_vertex_shader" :version "1.2")
226 (defglextfun "VariantubvEXT" variant-ubv-ext :return "void" :args
227 ((:name |id| :type |UInt32| :direction :in)
228 (:name |addr| :type |UInt8| :direction :in :array t :size (|id|)))
229 :category "EXT_vertex_shader" :version "1.2")
230 (defglextfun "VariantdvEXT" variant-dv-ext :return "void" :args
231 ((:name |id| :type |UInt32| :direction :in)
232 (:name |addr| :type |Float64| :direction :in :array t :size (|id|)))
233 :category "EXT_vertex_shader" :version "1.2")
234 (defglextfun "VariantfvEXT" variant-fv-ext :return "void" :args
235 ((:name |id| :type |UInt32| :direction :in)
236 (:name |addr| :type |Float32| :direction :in :array t :size (|id|)))
237 :category "EXT_vertex_shader" :version "1.2")
238 (defglextfun "VariantivEXT" variant-iv-ext :return "void" :args
239 ((:name |id| :type |UInt32| :direction :in)
240 (:name |addr| :type |Int32| :direction :in :array t :size (|id|)))
241 :category "EXT_vertex_shader" :version "1.2")
242 (defglextfun "VariantsvEXT" variant-sv-ext :return "void" :args
243 ((:name |id| :type |UInt32| :direction :in)
244 (:name |addr| :type |Int16| :direction :in :array t :size (|id|)))
245 :category "EXT_vertex_shader" :version "1.2")
246 (defglextfun "VariantbvEXT" variant-bv-ext :return "void" :args
247 ((:name |id| :type |UInt32| :direction :in)
248 (:name |addr| :type |Int8| :direction :in :array t :size (|id|)))
249 :category "EXT_vertex_shader" :version "1.2")
250 (defglextfun "SetLocalConstantEXT" set-local-constant-ext :return "void" :args
251 ((:name |id| :type |UInt32| :direction :in)
252 (:name |type| :type |ScalarType| :direction :in)
253 (:name |addr| :type |Void| :direction :in :array t :size (|id| |type|)))
254 :category "EXT_vertex_shader" :version "1.2")
255 (defglextfun "SetInvariantEXT" set-invariant-ext :return "void" :args
256 ((:name |id| :type |UInt32| :direction :in)
257 (:name |type| :type |ScalarType| :direction :in)
258 (:name |addr| :type |Void| :direction :in :array t :size (|id| |type|)))
259 :category "EXT_vertex_shader" :version "1.2")
260 (defglextfun "GenSymbolsEXT" gen-symbols-ext :return "UInt32" :args
261 ((:name |datatype| :type |DataTypeEXT| :direction :in)
262 (:name |storagetype| :type |VertexShaderStorageTypeEXT| :direction :in)
263 (:name |range| :type |ParameterRangeEXT| :direction :in)
264 (:name |components| :type |UInt32| :direction :in))
265 :category "EXT_vertex_shader" :version "1.2")
266 (defglextfun "ExtractComponentEXT" extract-component-ext :return "void" :args
267 ((:name |res| :type |UInt32| :direction :in)
268 (:name |src| :type |UInt32| :direction :in)
269 (:name |num| :type |UInt32| :direction :in))
270 :category "EXT_vertex_shader" :version "1.2")
271 (defglextfun "InsertComponentEXT" insert-component-ext :return "void" :args
272 ((:name |res| :type |UInt32| :direction :in)
273 (:name |src| :type |UInt32| :direction :in)
274 (:name |num| :type |UInt32| :direction :in))
275 :category "EXT_vertex_shader" :version "1.2")
276 (defglextfun "WriteMaskEXT" write-mask-ext :return "void" :args
277 ((:name |res| :type |UInt32| :direction :in)
278 (:name |in| :type |UInt32| :direction :in)
279 (:name |outX| :type |VertexShaderWriteMaskEXT| :direction :in)
280 (:name |outY| :type |VertexShaderWriteMaskEXT| :direction :in)
281 (:name |outZ| :type |VertexShaderWriteMaskEXT| :direction :in)
282 (:name |outW| :type |VertexShaderWriteMaskEXT| :direction :in))
283 :category "EXT_vertex_shader" :version "1.2")
284 (defglextfun "SwizzleEXT" swizzle-ext :return "void" :args
285 ((:name |res| :type |UInt32| :direction :in)
286 (:name |in| :type |UInt32| :direction :in)
287 (:name |outX| :type |VertexShaderCoordOutEXT| :direction :in)
288 (:name |outY| :type |VertexShaderCoordOutEXT| :direction :in)
289 (:name |outZ| :type |VertexShaderCoordOutEXT| :direction :in)
290 (:name |outW| :type |VertexShaderCoordOutEXT| :direction :in))
291 :category "EXT_vertex_shader" :version "1.2")
292 (defglextfun "ShaderOp3EXT" shader-op-3-ext :return "void" :args
293 ((:name |op| :type |VertexShaderOpEXT| :direction :in)
294 (:name |res| :type |UInt32| :direction :in)
295 (:name |arg1| :type |UInt32| :direction :in)
296 (:name |arg2| :type |UInt32| :direction :in)
297 (:name |arg3| :type |UInt32| :direction :in))
298 :category "EXT_vertex_shader" :version "1.2")
299 (defglextfun "ShaderOp2EXT" shader-op-2-ext :return "void" :args
300 ((:name |op| :type |VertexShaderOpEXT| :direction :in)
301 (:name |res| :type |UInt32| :direction :in)
302 (:name |arg1| :type |UInt32| :direction :in)
303 (:name |arg2| :type |UInt32| :direction :in))
304 :category "EXT_vertex_shader" :version "1.2")
305 (defglextfun "ShaderOp1EXT" shader-op-1-ext :return "void" :args
306 ((:name |op| :type |VertexShaderOpEXT| :direction :in)
307 (:name |res| :type |UInt32| :direction :in)
308 (:name |arg1| :type |UInt32| :direction :in))
309 :category "EXT_vertex_shader" :version "1.2")
310 (defglextfun "DeleteVertexShaderEXT" delete-vertex-shader-ext :return "void"
311 :args ((:name |id| :type |UInt32| :direction :in)) :category
312 "EXT_vertex_shader" :version "1.2")
313 (defglextfun "GenVertexShadersEXT" gen-vertex-shaders-ext :return "UInt32"
314 :args ((:name |range| :type |UInt32| :direction :in)) :category
315 "EXT_vertex_shader" :version "1.2")
316 (defglextfun "BindVertexShaderEXT" bind-vertex-shader-ext :return "void" :args
317 ((:name |id| :type |UInt32| :direction :in)) :category "EXT_vertex_shader"
318 :version "1.2")
319 (defglextfun "EndVertexShaderEXT" end-vertex-shader-ext :return "void" :args
320 nil :category "EXT_vertex_shader" :version "1.2")
321 (defglextfun "BeginVertexShaderEXT" begin-vertex-shader-ext :return "void"
322 :args nil :category "EXT_vertex_shader" :version "1.2")