Fixing opengl package so that types work.
[cl-glfw/jecs.git] / lib / opengl-arb_multitexture.lisp
blob6700b95f1855c2bf3cf38ad4e001050361e0c77e
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 ;;;; arb_multitexture
7 (defconstant +texture0-arb+ #x84C0)
8 (defconstant +texture1-arb+ #x84C1)
9 (defconstant +texture2-arb+ #x84C2)
10 (defconstant +texture3-arb+ #x84C3)
11 (defconstant +texture4-arb+ #x84C4)
12 (defconstant +texture5-arb+ #x84C5)
13 (defconstant +texture6-arb+ #x84C6)
14 (defconstant +texture7-arb+ #x84C7)
15 (defconstant +texture8-arb+ #x84C8)
16 (defconstant +texture9-arb+ #x84C9)
17 (defconstant +texture10-arb+ #x84CA)
18 (defconstant +texture11-arb+ #x84CB)
19 (defconstant +texture12-arb+ #x84CC)
20 (defconstant +texture13-arb+ #x84CD)
21 (defconstant +texture14-arb+ #x84CE)
22 (defconstant +texture15-arb+ #x84CF)
23 (defconstant +texture16-arb+ #x84D0)
24 (defconstant +texture17-arb+ #x84D1)
25 (defconstant +texture18-arb+ #x84D2)
26 (defconstant +texture19-arb+ #x84D3)
27 (defconstant +texture20-arb+ #x84D4)
28 (defconstant +texture21-arb+ #x84D5)
29 (defconstant +texture22-arb+ #x84D6)
30 (defconstant +texture23-arb+ #x84D7)
31 (defconstant +texture24-arb+ #x84D8)
32 (defconstant +texture25-arb+ #x84D9)
33 (defconstant +texture26-arb+ #x84DA)
34 (defconstant +texture27-arb+ #x84DB)
35 (defconstant +texture28-arb+ #x84DC)
36 (defconstant +texture29-arb+ #x84DD)
37 (defconstant +texture30-arb+ #x84DE)
38 (defconstant +texture31-arb+ #x84DF)
39 (defconstant +active-texture-arb+ #x84E0)
40 (defconstant +client-active-texture-arb+ #x84E1)
41 (defconstant +max-texture-units-arb+ #x84E2)
42 (defglextfun "MultiTexCoord4svARB" multi-tex-coord-4sv-arb :return "void" :args
43 ((:name |target| :type |TextureUnit| :direction :in)
44 (:name |v| :type |CoordS| :direction :in :array t :size #x4))
45 :category "ARB_multitexture" :version "1.2")
46 (defglextfun "MultiTexCoord4sARB" multi-tex-coord-4s-arb :return "void" :args
47 ((:name |target| :type |TextureUnit| :direction :in)
48 (:name |s| :type |CoordS| :direction :in)
49 (:name |t| :type |CoordS| :direction :in)
50 (:name |r| :type |CoordS| :direction :in)
51 (:name |q| :type |CoordS| :direction :in))
52 :category "ARB_multitexture" :version "1.2")
53 (defglextfun "MultiTexCoord4ivARB" multi-tex-coord-4iv-arb :return "void" :args
54 ((:name |target| :type |TextureUnit| :direction :in)
55 (:name |v| :type |CoordI| :direction :in :array t :size #x4))
56 :category "ARB_multitexture" :version "1.2")
57 (defglextfun "MultiTexCoord4iARB" multi-tex-coord-4i-arb :return "void" :args
58 ((:name |target| :type |TextureUnit| :direction :in)
59 (:name |s| :type |CoordI| :direction :in)
60 (:name |t| :type |CoordI| :direction :in)
61 (:name |r| :type |CoordI| :direction :in)
62 (:name |q| :type |CoordI| :direction :in))
63 :category "ARB_multitexture" :version "1.2")
64 (defglextfun "MultiTexCoord4fvARB" multi-tex-coord-4fv-arb :return "void" :args
65 ((:name |target| :type |TextureUnit| :direction :in)
66 (:name |v| :type |CoordF| :direction :in :array t :size #x4))
67 :category "ARB_multitexture" :version "1.2")
68 (defglextfun "MultiTexCoord4fARB" multi-tex-coord-4f-arb :return "void" :args
69 ((:name |target| :type |TextureUnit| :direction :in)
70 (:name |s| :type |CoordF| :direction :in)
71 (:name |t| :type |CoordF| :direction :in)
72 (:name |r| :type |CoordF| :direction :in)
73 (:name |q| :type |CoordF| :direction :in))
74 :category "ARB_multitexture" :version "1.2")
75 (defglextfun "MultiTexCoord4dvARB" multi-tex-coord-4dv-arb :return "void" :args
76 ((:name |target| :type |TextureUnit| :direction :in)
77 (:name |v| :type |CoordD| :direction :in :array t :size #x4))
78 :category "ARB_multitexture" :version "1.2")
79 (defglextfun "MultiTexCoord4dARB" multi-tex-coord-4d-arb :return "void" :args
80 ((:name |target| :type |TextureUnit| :direction :in)
81 (:name |s| :type |CoordD| :direction :in)
82 (:name |t| :type |CoordD| :direction :in)
83 (:name |r| :type |CoordD| :direction :in)
84 (:name |q| :type |CoordD| :direction :in))
85 :category "ARB_multitexture" :version "1.2")
86 (defglextfun "MultiTexCoord3svARB" multi-tex-coord-3sv-arb :return "void" :args
87 ((:name |target| :type |TextureUnit| :direction :in)
88 (:name |v| :type |CoordS| :direction :in :array t :size #x3))
89 :category "ARB_multitexture" :version "1.2")
90 (defglextfun "MultiTexCoord3sARB" multi-tex-coord-3s-arb :return "void" :args
91 ((:name |target| :type |TextureUnit| :direction :in)
92 (:name |s| :type |CoordS| :direction :in)
93 (:name |t| :type |CoordS| :direction :in)
94 (:name |r| :type |CoordS| :direction :in))
95 :category "ARB_multitexture" :version "1.2")
96 (defglextfun "MultiTexCoord3ivARB" multi-tex-coord-3iv-arb :return "void" :args
97 ((:name |target| :type |TextureUnit| :direction :in)
98 (:name |v| :type |CoordI| :direction :in :array t :size #x3))
99 :category "ARB_multitexture" :version "1.2")
100 (defglextfun "MultiTexCoord3iARB" multi-tex-coord-3i-arb :return "void" :args
101 ((:name |target| :type |TextureUnit| :direction :in)
102 (:name |s| :type |CoordI| :direction :in)
103 (:name |t| :type |CoordI| :direction :in)
104 (:name |r| :type |CoordI| :direction :in))
105 :category "ARB_multitexture" :version "1.2")
106 (defglextfun "MultiTexCoord3fvARB" multi-tex-coord-3fv-arb :return "void" :args
107 ((:name |target| :type |TextureUnit| :direction :in)
108 (:name |v| :type |CoordF| :direction :in :array t :size #x3))
109 :category "ARB_multitexture" :version "1.2")
110 (defglextfun "MultiTexCoord3fARB" multi-tex-coord-3f-arb :return "void" :args
111 ((:name |target| :type |TextureUnit| :direction :in)
112 (:name |s| :type |CoordF| :direction :in)
113 (:name |t| :type |CoordF| :direction :in)
114 (:name |r| :type |CoordF| :direction :in))
115 :category "ARB_multitexture" :version "1.2")
116 (defglextfun "MultiTexCoord3dvARB" multi-tex-coord-3dv-arb :return "void" :args
117 ((:name |target| :type |TextureUnit| :direction :in)
118 (:name |v| :type |CoordD| :direction :in :array t :size #x3))
119 :category "ARB_multitexture" :version "1.2")
120 (defglextfun "MultiTexCoord3dARB" multi-tex-coord-3d-arb :return "void" :args
121 ((:name |target| :type |TextureUnit| :direction :in)
122 (:name |s| :type |CoordD| :direction :in)
123 (:name |t| :type |CoordD| :direction :in)
124 (:name |r| :type |CoordD| :direction :in))
125 :category "ARB_multitexture" :version "1.2")
126 (defglextfun "MultiTexCoord2svARB" multi-tex-coord-2sv-arb :return "void" :args
127 ((:name |target| :type |TextureUnit| :direction :in)
128 (:name |v| :type |CoordS| :direction :in :array t :size #x2))
129 :category "ARB_multitexture" :version "1.2")
130 (defglextfun "MultiTexCoord2sARB" multi-tex-coord-2s-arb :return "void" :args
131 ((:name |target| :type |TextureUnit| :direction :in)
132 (:name |s| :type |CoordS| :direction :in)
133 (:name |t| :type |CoordS| :direction :in))
134 :category "ARB_multitexture" :version "1.2")
135 (defglextfun "MultiTexCoord2ivARB" multi-tex-coord-2iv-arb :return "void" :args
136 ((:name |target| :type |TextureUnit| :direction :in)
137 (:name |v| :type |CoordI| :direction :in :array t :size #x2))
138 :category "ARB_multitexture" :version "1.2")
139 (defglextfun "MultiTexCoord2iARB" multi-tex-coord-2i-arb :return "void" :args
140 ((:name |target| :type |TextureUnit| :direction :in)
141 (:name |s| :type |CoordI| :direction :in)
142 (:name |t| :type |CoordI| :direction :in))
143 :category "ARB_multitexture" :version "1.2")
144 (defglextfun "MultiTexCoord2fvARB" multi-tex-coord-2fv-arb :return "void" :args
145 ((:name |target| :type |TextureUnit| :direction :in)
146 (:name |v| :type |CoordF| :direction :in :array t :size #x2))
147 :category "ARB_multitexture" :version "1.2")
148 (defglextfun "MultiTexCoord2fARB" multi-tex-coord-2f-arb :return "void" :args
149 ((:name |target| :type |TextureUnit| :direction :in)
150 (:name |s| :type |CoordF| :direction :in)
151 (:name |t| :type |CoordF| :direction :in))
152 :category "ARB_multitexture" :version "1.2")
153 (defglextfun "MultiTexCoord2dvARB" multi-tex-coord-2dv-arb :return "void" :args
154 ((:name |target| :type |TextureUnit| :direction :in)
155 (:name |v| :type |CoordD| :direction :in :array t :size #x2))
156 :category "ARB_multitexture" :version "1.2")
157 (defglextfun "MultiTexCoord2dARB" multi-tex-coord-2d-arb :return "void" :args
158 ((:name |target| :type |TextureUnit| :direction :in)
159 (:name |s| :type |CoordD| :direction :in)
160 (:name |t| :type |CoordD| :direction :in))
161 :category "ARB_multitexture" :version "1.2")
162 (defglextfun "MultiTexCoord1svARB" multi-tex-coord-1sv-arb :return "void" :args
163 ((:name |target| :type |TextureUnit| :direction :in)
164 (:name |v| :type |CoordS| :direction :in :array t :size #x1))
165 :category "ARB_multitexture" :version "1.2")
166 (defglextfun "MultiTexCoord1sARB" multi-tex-coord-1s-arb :return "void" :args
167 ((:name |target| :type |TextureUnit| :direction :in)
168 (:name |s| :type |CoordS| :direction :in))
169 :category "ARB_multitexture" :version "1.2")
170 (defglextfun "MultiTexCoord1ivARB" multi-tex-coord-1iv-arb :return "void" :args
171 ((:name |target| :type |TextureUnit| :direction :in)
172 (:name |v| :type |CoordI| :direction :in :array t :size #x1))
173 :category "ARB_multitexture" :version "1.2")
174 (defglextfun "MultiTexCoord1iARB" multi-tex-coord-1i-arb :return "void" :args
175 ((:name |target| :type |TextureUnit| :direction :in)
176 (:name |s| :type |CoordI| :direction :in))
177 :category "ARB_multitexture" :version "1.2")
178 (defglextfun "MultiTexCoord1fvARB" multi-tex-coord-1fv-arb :return "void" :args
179 ((:name |target| :type |TextureUnit| :direction :in)
180 (:name |v| :type |CoordF| :direction :in :array t :size #x1))
181 :category "ARB_multitexture" :version "1.2")
182 (defglextfun "MultiTexCoord1fARB" multi-tex-coord-1f-arb :return "void" :args
183 ((:name |target| :type |TextureUnit| :direction :in)
184 (:name |s| :type |CoordF| :direction :in))
185 :category "ARB_multitexture" :version "1.2")
186 (defglextfun "MultiTexCoord1dvARB" multi-tex-coord-1dv-arb :return "void" :args
187 ((:name |target| :type |TextureUnit| :direction :in)
188 (:name |v| :type |CoordD| :direction :in :array t :size #x1))
189 :category "ARB_multitexture" :version "1.2")
190 (defglextfun "MultiTexCoord1dARB" multi-tex-coord-1d-arb :return "void" :args
191 ((:name |target| :type |TextureUnit| :direction :in)
192 (:name |s| :type |CoordD| :direction :in))
193 :category "ARB_multitexture" :version "1.2")
194 (defglextfun "ClientActiveTextureARB" client-active-texture-arb :return "void"
195 :args ((:name |texture| :type |TextureUnit| :direction :in)) :category
196 "ARB_multitexture" :version "1.2")
197 (defglextfun "ActiveTextureARB" active-texture-arb :return "void" :args
198 ((:name |texture| :type |TextureUnit| :direction :in)) :category
199 "ARB_multitexture" :version "1.2")