Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-arb_vertex_type_2_10_10_10_rev.lisp
blob303d2f1718bd79019db37d97aa9ccc4a4e819ff5
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_vertex_type_2_10_10_10_rev
7 (defconstant +int-2-10-10-10-rev+ #x8D9F)
8 (defconstant +unsigned-int-2-10-10-10-rev+ #x8368)
9 (defconstant +int-2-10-10-10-rev+ #x8D9F)
10 (defglextfun "VertexAttribP4uiv" vertex-attrib-p-4uiv :return "void" :args
11 ((:name |index| :type |UInt32| :direction :in)
12 (:name |type| :type |GLenum| :direction :in)
13 (:name |normalized| :type |Boolean| :direction :in)
14 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
15 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
16 (defglextfun "VertexAttribP4ui" vertex-attrib-p-4ui :return "void" :args
17 ((:name |index| :type |UInt32| :direction :in)
18 (:name |type| :type |GLenum| :direction :in)
19 (:name |normalized| :type |Boolean| :direction :in)
20 (:name |value| :type |UInt32| :direction :in))
21 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
22 (defglextfun "VertexAttribP3uiv" vertex-attrib-p-3uiv :return "void" :args
23 ((:name |index| :type |UInt32| :direction :in)
24 (:name |type| :type |GLenum| :direction :in)
25 (:name |normalized| :type |Boolean| :direction :in)
26 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
27 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
28 (defglextfun "VertexAttribP3ui" vertex-attrib-p-3ui :return "void" :args
29 ((:name |index| :type |UInt32| :direction :in)
30 (:name |type| :type |GLenum| :direction :in)
31 (:name |normalized| :type |Boolean| :direction :in)
32 (:name |value| :type |UInt32| :direction :in))
33 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
34 (defglextfun "VertexAttribP2uiv" vertex-attrib-p-2uiv :return "void" :args
35 ((:name |index| :type |UInt32| :direction :in)
36 (:name |type| :type |GLenum| :direction :in)
37 (:name |normalized| :type |Boolean| :direction :in)
38 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
39 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
40 (defglextfun "VertexAttribP2ui" vertex-attrib-p-2ui :return "void" :args
41 ((:name |index| :type |UInt32| :direction :in)
42 (:name |type| :type |GLenum| :direction :in)
43 (:name |normalized| :type |Boolean| :direction :in)
44 (:name |value| :type |UInt32| :direction :in))
45 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
46 (defglextfun "VertexAttribP1uiv" vertex-attrib-p-1uiv :return "void" :args
47 ((:name |index| :type |UInt32| :direction :in)
48 (:name |type| :type |GLenum| :direction :in)
49 (:name |normalized| :type |Boolean| :direction :in)
50 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
51 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
52 (defglextfun "VertexAttribP1ui" vertex-attrib-p-1ui :return "void" :args
53 ((:name |index| :type |UInt32| :direction :in)
54 (:name |type| :type |GLenum| :direction :in)
55 (:name |normalized| :type |Boolean| :direction :in)
56 (:name |value| :type |UInt32| :direction :in))
57 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
58 (defglextfun "SecondaryColorP3uiv" secondary-color-p-3uiv :return "void" :args
59 ((:name |type| :type |GLenum| :direction :in)
60 (:name |color| :type |UInt32| :direction :in :array t :size #x1))
61 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
62 (defglextfun "SecondaryColorP3ui" secondary-color-p-3ui :return "void" :args
63 ((:name |type| :type |GLenum| :direction :in)
64 (:name |color| :type |UInt32| :direction :in))
65 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
66 (defglextfun "ColorP4uiv" color-p-4uiv :return "void" :args
67 ((:name |type| :type |GLenum| :direction :in)
68 (:name |color| :type |UInt32| :direction :in :array t :size #x1))
69 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
70 (defglextfun "ColorP4ui" color-p-4ui :return "void" :args
71 ((:name |type| :type |GLenum| :direction :in)
72 (:name |color| :type |UInt32| :direction :in))
73 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
74 (defglextfun "ColorP3uiv" color-p-3uiv :return "void" :args
75 ((:name |type| :type |GLenum| :direction :in)
76 (:name |color| :type |UInt32| :direction :in :array t :size #x1))
77 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
78 (defglextfun "ColorP3ui" color-p-3ui :return "void" :args
79 ((:name |type| :type |GLenum| :direction :in)
80 (:name |color| :type |UInt32| :direction :in))
81 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
82 (defglextfun "NormalP3uiv" normal-p-3uiv :return "void" :args
83 ((:name |type| :type |GLenum| :direction :in)
84 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
85 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
86 (defglextfun "NormalP3ui" normal-p-3ui :return "void" :args
87 ((:name |type| :type |GLenum| :direction :in)
88 (:name |coords| :type |UInt32| :direction :in))
89 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
90 (defglextfun "MultiTexCoordP4uiv" multi-tex-coord-p-4uiv :return "void" :args
91 ((:name |texture| :type |GLenum| :direction :in)
92 (:name |type| :type |GLenum| :direction :in)
93 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
94 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
95 (defglextfun "MultiTexCoordP4ui" multi-tex-coord-p-4ui :return "void" :args
96 ((:name |texture| :type |GLenum| :direction :in)
97 (:name |type| :type |GLenum| :direction :in)
98 (:name |coords| :type |UInt32| :direction :in))
99 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
100 (defglextfun "MultiTexCoordP3uiv" multi-tex-coord-p-3uiv :return "void" :args
101 ((:name |texture| :type |GLenum| :direction :in)
102 (:name |type| :type |GLenum| :direction :in)
103 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
104 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
105 (defglextfun "MultiTexCoordP3ui" multi-tex-coord-p-3ui :return "void" :args
106 ((:name |texture| :type |GLenum| :direction :in)
107 (:name |type| :type |GLenum| :direction :in)
108 (:name |coords| :type |UInt32| :direction :in))
109 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
110 (defglextfun "MultiTexCoordP2uiv" multi-tex-coord-p-2uiv :return "void" :args
111 ((:name |texture| :type |GLenum| :direction :in)
112 (:name |type| :type |GLenum| :direction :in)
113 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
114 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
115 (defglextfun "MultiTexCoordP2ui" multi-tex-coord-p-2ui :return "void" :args
116 ((:name |texture| :type |GLenum| :direction :in)
117 (:name |type| :type |GLenum| :direction :in)
118 (:name |coords| :type |UInt32| :direction :in))
119 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
120 (defglextfun "MultiTexCoordP1uiv" multi-tex-coord-p-1uiv :return "void" :args
121 ((:name |texture| :type |GLenum| :direction :in)
122 (:name |type| :type |GLenum| :direction :in)
123 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
124 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
125 (defglextfun "MultiTexCoordP1ui" multi-tex-coord-p-1ui :return "void" :args
126 ((:name |texture| :type |GLenum| :direction :in)
127 (:name |type| :type |GLenum| :direction :in)
128 (:name |coords| :type |UInt32| :direction :in))
129 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
130 (defglextfun "TexCoordP4uiv" tex-coord-p-4uiv :return "void" :args
131 ((:name |type| :type |GLenum| :direction :in)
132 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
133 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
134 (defglextfun "TexCoordP4ui" tex-coord-p-4ui :return "void" :args
135 ((:name |type| :type |GLenum| :direction :in)
136 (:name |coords| :type |UInt32| :direction :in))
137 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
138 (defglextfun "TexCoordP3uiv" tex-coord-p-3uiv :return "void" :args
139 ((:name |type| :type |GLenum| :direction :in)
140 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
141 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
142 (defglextfun "TexCoordP3ui" tex-coord-p-3ui :return "void" :args
143 ((:name |type| :type |GLenum| :direction :in)
144 (:name |coords| :type |UInt32| :direction :in))
145 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
146 (defglextfun "TexCoordP2uiv" tex-coord-p-2uiv :return "void" :args
147 ((:name |type| :type |GLenum| :direction :in)
148 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
149 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
150 (defglextfun "TexCoordP2ui" tex-coord-p-2ui :return "void" :args
151 ((:name |type| :type |GLenum| :direction :in)
152 (:name |coords| :type |UInt32| :direction :in))
153 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
154 (defglextfun "TexCoordP1uiv" tex-coord-p-1uiv :return "void" :args
155 ((:name |type| :type |GLenum| :direction :in)
156 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
157 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
158 (defglextfun "TexCoordP1ui" tex-coord-p-1ui :return "void" :args
159 ((:name |type| :type |GLenum| :direction :in)
160 (:name |coords| :type |UInt32| :direction :in))
161 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
162 (defglextfun "VertexP4uiv" vertex-p-4uiv :return "void" :args
163 ((:name |type| :type |GLenum| :direction :in)
164 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
165 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
166 (defglextfun "VertexP4ui" vertex-p-4ui :return "void" :args
167 ((:name |type| :type |GLenum| :direction :in)
168 (:name |value| :type |UInt32| :direction :in))
169 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
170 (defglextfun "VertexP3uiv" vertex-p-3uiv :return "void" :args
171 ((:name |type| :type |GLenum| :direction :in)
172 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
173 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
174 (defglextfun "VertexP3ui" vertex-p-3ui :return "void" :args
175 ((:name |type| :type |GLenum| :direction :in)
176 (:name |value| :type |UInt32| :direction :in))
177 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
178 (defglextfun "VertexP2uiv" vertex-p-2uiv :return "void" :args
179 ((:name |type| :type |GLenum| :direction :in)
180 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
181 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
182 (defglextfun "VertexP2ui" vertex-p-2ui :return "void" :args
183 ((:name |type| :type |GLenum| :direction :in)
184 (:name |value| :type |UInt32| :direction :in))
185 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
186 (make-extension-loader |ARB_vertex_type_2_10_10_10_rev|
187 (("VertexAttribP4uiv" vertex-attrib-p-4uiv :return "void" :args
188 ((:name |index| :type |UInt32| :direction :in)
189 (:name |type| :type |GLenum| :direction :in)
190 (:name |normalized| :type |Boolean| :direction :in)
191 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
192 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
193 ("VertexAttribP4ui" vertex-attrib-p-4ui :return "void" :args
194 ((:name |index| :type |UInt32| :direction :in)
195 (:name |type| :type |GLenum| :direction :in)
196 (:name |normalized| :type |Boolean| :direction :in)
197 (:name |value| :type |UInt32| :direction :in))
198 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
199 ("VertexAttribP3uiv" vertex-attrib-p-3uiv :return "void" :args
200 ((:name |index| :type |UInt32| :direction :in)
201 (:name |type| :type |GLenum| :direction :in)
202 (:name |normalized| :type |Boolean| :direction :in)
203 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
204 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
205 ("VertexAttribP3ui" vertex-attrib-p-3ui :return "void" :args
206 ((:name |index| :type |UInt32| :direction :in)
207 (:name |type| :type |GLenum| :direction :in)
208 (:name |normalized| :type |Boolean| :direction :in)
209 (:name |value| :type |UInt32| :direction :in))
210 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
211 ("VertexAttribP2uiv" vertex-attrib-p-2uiv :return "void" :args
212 ((:name |index| :type |UInt32| :direction :in)
213 (:name |type| :type |GLenum| :direction :in)
214 (:name |normalized| :type |Boolean| :direction :in)
215 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
216 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
217 ("VertexAttribP2ui" vertex-attrib-p-2ui :return "void" :args
218 ((:name |index| :type |UInt32| :direction :in)
219 (:name |type| :type |GLenum| :direction :in)
220 (:name |normalized| :type |Boolean| :direction :in)
221 (:name |value| :type |UInt32| :direction :in))
222 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
223 ("VertexAttribP1uiv" vertex-attrib-p-1uiv :return "void" :args
224 ((:name |index| :type |UInt32| :direction :in)
225 (:name |type| :type |GLenum| :direction :in)
226 (:name |normalized| :type |Boolean| :direction :in)
227 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
228 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
229 ("VertexAttribP1ui" vertex-attrib-p-1ui :return "void" :args
230 ((:name |index| :type |UInt32| :direction :in)
231 (:name |type| :type |GLenum| :direction :in)
232 (:name |normalized| :type |Boolean| :direction :in)
233 (:name |value| :type |UInt32| :direction :in))
234 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
235 ("SecondaryColorP3uiv" secondary-color-p-3uiv :return "void" :args
236 ((:name |type| :type |GLenum| :direction :in)
237 (:name |color| :type |UInt32| :direction :in :array t :size #x1))
238 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
239 ("SecondaryColorP3ui" secondary-color-p-3ui :return "void" :args
240 ((:name |type| :type |GLenum| :direction :in)
241 (:name |color| :type |UInt32| :direction :in))
242 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
243 ("ColorP4uiv" color-p-4uiv :return "void" :args
244 ((:name |type| :type |GLenum| :direction :in)
245 (:name |color| :type |UInt32| :direction :in :array t :size #x1))
246 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
247 ("ColorP4ui" color-p-4ui :return "void" :args
248 ((:name |type| :type |GLenum| :direction :in)
249 (:name |color| :type |UInt32| :direction :in))
250 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
251 ("ColorP3uiv" color-p-3uiv :return "void" :args
252 ((:name |type| :type |GLenum| :direction :in)
253 (:name |color| :type |UInt32| :direction :in :array t :size #x1))
254 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
255 ("ColorP3ui" color-p-3ui :return "void" :args
256 ((:name |type| :type |GLenum| :direction :in)
257 (:name |color| :type |UInt32| :direction :in))
258 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
259 ("NormalP3uiv" normal-p-3uiv :return "void" :args
260 ((:name |type| :type |GLenum| :direction :in)
261 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
262 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
263 ("NormalP3ui" normal-p-3ui :return "void" :args
264 ((:name |type| :type |GLenum| :direction :in)
265 (:name |coords| :type |UInt32| :direction :in))
266 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
267 ("MultiTexCoordP4uiv" multi-tex-coord-p-4uiv :return "void" :args
268 ((:name |texture| :type |GLenum| :direction :in)
269 (:name |type| :type |GLenum| :direction :in)
270 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
271 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
272 ("MultiTexCoordP4ui" multi-tex-coord-p-4ui :return "void" :args
273 ((:name |texture| :type |GLenum| :direction :in)
274 (:name |type| :type |GLenum| :direction :in)
275 (:name |coords| :type |UInt32| :direction :in))
276 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
277 ("MultiTexCoordP3uiv" multi-tex-coord-p-3uiv :return "void" :args
278 ((:name |texture| :type |GLenum| :direction :in)
279 (:name |type| :type |GLenum| :direction :in)
280 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
281 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
282 ("MultiTexCoordP3ui" multi-tex-coord-p-3ui :return "void" :args
283 ((:name |texture| :type |GLenum| :direction :in)
284 (:name |type| :type |GLenum| :direction :in)
285 (:name |coords| :type |UInt32| :direction :in))
286 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
287 ("MultiTexCoordP2uiv" multi-tex-coord-p-2uiv :return "void" :args
288 ((:name |texture| :type |GLenum| :direction :in)
289 (:name |type| :type |GLenum| :direction :in)
290 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
291 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
292 ("MultiTexCoordP2ui" multi-tex-coord-p-2ui :return "void" :args
293 ((:name |texture| :type |GLenum| :direction :in)
294 (:name |type| :type |GLenum| :direction :in)
295 (:name |coords| :type |UInt32| :direction :in))
296 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
297 ("MultiTexCoordP1uiv" multi-tex-coord-p-1uiv :return "void" :args
298 ((:name |texture| :type |GLenum| :direction :in)
299 (:name |type| :type |GLenum| :direction :in)
300 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
301 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
302 ("MultiTexCoordP1ui" multi-tex-coord-p-1ui :return "void" :args
303 ((:name |texture| :type |GLenum| :direction :in)
304 (:name |type| :type |GLenum| :direction :in)
305 (:name |coords| :type |UInt32| :direction :in))
306 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
307 ("TexCoordP4uiv" tex-coord-p-4uiv :return "void" :args
308 ((:name |type| :type |GLenum| :direction :in)
309 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
310 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
311 ("TexCoordP4ui" tex-coord-p-4ui :return "void" :args
312 ((:name |type| :type |GLenum| :direction :in)
313 (:name |coords| :type |UInt32| :direction :in))
314 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
315 ("TexCoordP3uiv" tex-coord-p-3uiv :return "void" :args
316 ((:name |type| :type |GLenum| :direction :in)
317 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
318 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
319 ("TexCoordP3ui" tex-coord-p-3ui :return "void" :args
320 ((:name |type| :type |GLenum| :direction :in)
321 (:name |coords| :type |UInt32| :direction :in))
322 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
323 ("TexCoordP2uiv" tex-coord-p-2uiv :return "void" :args
324 ((:name |type| :type |GLenum| :direction :in)
325 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
326 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
327 ("TexCoordP2ui" tex-coord-p-2ui :return "void" :args
328 ((:name |type| :type |GLenum| :direction :in)
329 (:name |coords| :type |UInt32| :direction :in))
330 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
331 ("TexCoordP1uiv" tex-coord-p-1uiv :return "void" :args
332 ((:name |type| :type |GLenum| :direction :in)
333 (:name |coords| :type |UInt32| :direction :in :array t :size #x1))
334 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
335 ("TexCoordP1ui" tex-coord-p-1ui :return "void" :args
336 ((:name |type| :type |GLenum| :direction :in)
337 (:name |coords| :type |UInt32| :direction :in))
338 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
339 ("VertexP4uiv" vertex-p-4uiv :return "void" :args
340 ((:name |type| :type |GLenum| :direction :in)
341 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
342 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
343 ("VertexP4ui" vertex-p-4ui :return "void" :args
344 ((:name |type| :type |GLenum| :direction :in)
345 (:name |value| :type |UInt32| :direction :in))
346 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
347 ("VertexP3uiv" vertex-p-3uiv :return "void" :args
348 ((:name |type| :type |GLenum| :direction :in)
349 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
350 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
351 ("VertexP3ui" vertex-p-3ui :return "void" :args
352 ((:name |type| :type |GLenum| :direction :in)
353 (:name |value| :type |UInt32| :direction :in))
354 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
355 ("VertexP2uiv" vertex-p-2uiv :return "void" :args
356 ((:name |type| :type |GLenum| :direction :in)
357 (:name |value| :type |UInt32| :direction :in :array t :size #x1))
358 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")
359 ("VertexP2ui" vertex-p-2ui :return "void" :args
360 ((:name |type| :type |GLenum| :direction :in)
361 (:name |value| :type |UInt32| :direction :in))
362 :category "ARB_vertex_type_2_10_10_10_rev" :deprecated nil :version "1.2")))