1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl
)
7 (defconstant +half-float-nv
+ #x140B
)
8 (defconstant +half-apple
+ #x140B
)
9 (defconstant +fixed
+ #x140C
)
10 (defconstant +fixed-oes
+ #x140C
)
11 (defconstant +half-float-nv
+ #x140B
)
12 (defglextfun "VertexAttribs4hvNV" vertex-attribs-4hv-nv
:return
"void" :args
13 ((:name |index|
:type |UInt32|
:direction
:in
)
14 (:name |n|
:type |SizeI|
:direction
:in
)
15 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size n
))
16 :category
"NV_half_float" :deprecated nil
:version
"1.2")
17 (defglextfun "VertexAttribs3hvNV" vertex-attribs-3hv-nv
:return
"void" :args
18 ((:name |index|
:type |UInt32|
:direction
:in
)
19 (:name |n|
:type |SizeI|
:direction
:in
)
20 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size n
))
21 :category
"NV_half_float" :deprecated nil
:version
"1.2")
22 (defglextfun "VertexAttribs2hvNV" vertex-attribs-2hv-nv
:return
"void" :args
23 ((:name |index|
:type |UInt32|
:direction
:in
)
24 (:name |n|
:type |SizeI|
:direction
:in
)
25 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size n
))
26 :category
"NV_half_float" :deprecated nil
:version
"1.2")
27 (defglextfun "VertexAttribs1hvNV" vertex-attribs-1hv-nv
:return
"void" :args
28 ((:name |index|
:type |UInt32|
:direction
:in
)
29 (:name |n|
:type |SizeI|
:direction
:in
)
30 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size n
))
31 :category
"NV_half_float" :deprecated nil
:version
"1.2")
32 (defglextfun "VertexAttrib4hvNV" vertex-attrib-4hv-nv
:return
"void" :args
33 ((:name |index|
:type |UInt32|
:direction
:in
)
34 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x4
))
35 :category
"NV_half_float" :deprecated nil
:version
"1.2")
36 (defglextfun "VertexAttrib4hNV" vertex-attrib-4h-nv
:return
"void" :args
37 ((:name |index|
:type |UInt32|
:direction
:in
)
38 (:name |x|
:type |Half16NV|
:direction
:in
)
39 (:name |y|
:type |Half16NV|
:direction
:in
)
40 (:name |z|
:type |Half16NV|
:direction
:in
)
41 (:name |w|
:type |Half16NV|
:direction
:in
))
42 :category
"NV_half_float" :deprecated nil
:version
"1.2")
43 (defglextfun "VertexAttrib3hvNV" vertex-attrib-3hv-nv
:return
"void" :args
44 ((:name |index|
:type |UInt32|
:direction
:in
)
45 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
))
46 :category
"NV_half_float" :deprecated nil
:version
"1.2")
47 (defglextfun "VertexAttrib3hNV" vertex-attrib-3h-nv
:return
"void" :args
48 ((:name |index|
:type |UInt32|
:direction
:in
)
49 (:name |x|
:type |Half16NV|
:direction
:in
)
50 (:name |y|
:type |Half16NV|
:direction
:in
)
51 (:name |z|
:type |Half16NV|
:direction
:in
))
52 :category
"NV_half_float" :deprecated nil
:version
"1.2")
53 (defglextfun "VertexAttrib2hvNV" vertex-attrib-2hv-nv
:return
"void" :args
54 ((:name |index|
:type |UInt32|
:direction
:in
)
55 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x2
))
56 :category
"NV_half_float" :deprecated nil
:version
"1.2")
57 (defglextfun "VertexAttrib2hNV" vertex-attrib-2h-nv
:return
"void" :args
58 ((:name |index|
:type |UInt32|
:direction
:in
)
59 (:name |x|
:type |Half16NV|
:direction
:in
)
60 (:name |y|
:type |Half16NV|
:direction
:in
))
61 :category
"NV_half_float" :deprecated nil
:version
"1.2")
62 (defglextfun "VertexAttrib1hvNV" vertex-attrib-1hv-nv
:return
"void" :args
63 ((:name |index|
:type |UInt32|
:direction
:in
)
64 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x1
))
65 :category
"NV_half_float" :deprecated nil
:version
"1.2")
66 (defglextfun "VertexAttrib1hNV" vertex-attrib-1h-nv
:return
"void" :args
67 ((:name |index|
:type |UInt32|
:direction
:in
)
68 (:name |x|
:type |Half16NV|
:direction
:in
))
69 :category
"NV_half_float" :deprecated nil
:version
"1.2")
70 (defglextfun "VertexWeighthvNV" vertex-weight-hv-nv
:return
"void" :args
71 ((:name |weight|
:type |Half16NV|
:direction
:in
:array t
:size
#x1
))
72 :category
"NV_half_float" :deprecated nil
:version
"1.2")
73 (defglextfun "VertexWeighthNV" vertex-weight-h-nv
:return
"void" :args
74 ((:name |weight|
:type |Half16NV|
:direction
:in
)) :category
"NV_half_float"
75 :deprecated nil
:version
"1.2")
76 (defglextfun "SecondaryColor3hvNV" secondary-color-3hv-nv
:return
"void" :args
77 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
)) :category
78 "NV_half_float" :deprecated nil
:version
"1.2")
79 (defglextfun "SecondaryColor3hNV" secondary-color-3h-nv
:return
"void" :args
80 ((:name |red|
:type |Half16NV|
:direction
:in
)
81 (:name |green|
:type |Half16NV|
:direction
:in
)
82 (:name |blue|
:type |Half16NV|
:direction
:in
))
83 :category
"NV_half_float" :deprecated nil
:version
"1.2")
84 (defglextfun "FogCoordhvNV" fog-coord-hv-nv
:return
"void" :args
85 ((:name |fog|
:type |Half16NV|
:direction
:in
:array t
:size
#x1
)) :category
86 "NV_half_float" :deprecated nil
:version
"1.2")
87 (defglextfun "FogCoordhNV" fog-coord-h-nv
:return
"void" :args
88 ((:name |fog|
:type |Half16NV|
:direction
:in
)) :category
"NV_half_float"
89 :deprecated nil
:version
"1.2")
90 (defglextfun "MultiTexCoord4hvNV" multi-tex-coord-4hv-nv
:return
"void" :args
91 ((:name |target|
:type |TextureUnit|
:direction
:in
)
92 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x4
))
93 :category
"NV_half_float" :deprecated nil
:version
"1.2")
94 (defglextfun "MultiTexCoord4hNV" multi-tex-coord-4h-nv
:return
"void" :args
95 ((:name |target|
:type |TextureUnit|
:direction
:in
)
96 (:name |s|
:type |Half16NV|
:direction
:in
)
97 (:name |t|
:type |Half16NV|
:direction
:in
)
98 (:name |r|
:type |Half16NV|
:direction
:in
)
99 (:name |q|
:type |Half16NV|
:direction
:in
))
100 :category
"NV_half_float" :deprecated nil
:version
"1.2")
101 (defglextfun "MultiTexCoord3hvNV" multi-tex-coord-3hv-nv
:return
"void" :args
102 ((:name |target|
:type |TextureUnit|
:direction
:in
)
103 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
))
104 :category
"NV_half_float" :deprecated nil
:version
"1.2")
105 (defglextfun "MultiTexCoord3hNV" multi-tex-coord-3h-nv
:return
"void" :args
106 ((:name |target|
:type |TextureUnit|
:direction
:in
)
107 (:name |s|
:type |Half16NV|
:direction
:in
)
108 (:name |t|
:type |Half16NV|
:direction
:in
)
109 (:name |r|
:type |Half16NV|
:direction
:in
))
110 :category
"NV_half_float" :deprecated nil
:version
"1.2")
111 (defglextfun "MultiTexCoord2hvNV" multi-tex-coord-2hv-nv
:return
"void" :args
112 ((:name |target|
:type |TextureUnit|
:direction
:in
)
113 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x2
))
114 :category
"NV_half_float" :deprecated nil
:version
"1.2")
115 (defglextfun "MultiTexCoord2hNV" multi-tex-coord-2h-nv
:return
"void" :args
116 ((:name |target|
:type |TextureUnit|
:direction
:in
)
117 (:name |s|
:type |Half16NV|
:direction
:in
)
118 (:name |t|
:type |Half16NV|
:direction
:in
))
119 :category
"NV_half_float" :deprecated nil
:version
"1.2")
120 (defglextfun "MultiTexCoord1hvNV" multi-tex-coord-1hv-nv
:return
"void" :args
121 ((:name |target|
:type |TextureUnit|
:direction
:in
)
122 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x1
))
123 :category
"NV_half_float" :deprecated nil
:version
"1.2")
124 (defglextfun "MultiTexCoord1hNV" multi-tex-coord-1h-nv
:return
"void" :args
125 ((:name |target|
:type |TextureUnit|
:direction
:in
)
126 (:name |s|
:type |Half16NV|
:direction
:in
))
127 :category
"NV_half_float" :deprecated nil
:version
"1.2")
128 (defglextfun "TexCoord4hvNV" tex-coord-4hv-nv
:return
"void" :args
129 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x4
)) :category
130 "NV_half_float" :deprecated nil
:version
"1.2")
131 (defglextfun "TexCoord4hNV" tex-coord-4h-nv
:return
"void" :args
132 ((:name |s|
:type |Half16NV|
:direction
:in
)
133 (:name |t|
:type |Half16NV|
:direction
:in
)
134 (:name |r|
:type |Half16NV|
:direction
:in
)
135 (:name |q|
:type |Half16NV|
:direction
:in
))
136 :category
"NV_half_float" :deprecated nil
:version
"1.2")
137 (defglextfun "TexCoord3hvNV" tex-coord-3hv-nv
:return
"void" :args
138 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
)) :category
139 "NV_half_float" :deprecated nil
:version
"1.2")
140 (defglextfun "TexCoord3hNV" tex-coord-3h-nv
:return
"void" :args
141 ((:name |s|
:type |Half16NV|
:direction
:in
)
142 (:name |t|
:type |Half16NV|
:direction
:in
)
143 (:name |r|
:type |Half16NV|
:direction
:in
))
144 :category
"NV_half_float" :deprecated nil
:version
"1.2")
145 (defglextfun "TexCoord2hvNV" tex-coord-2hv-nv
:return
"void" :args
146 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x2
)) :category
147 "NV_half_float" :deprecated nil
:version
"1.2")
148 (defglextfun "TexCoord2hNV" tex-coord-2h-nv
:return
"void" :args
149 ((:name |s|
:type |Half16NV|
:direction
:in
)
150 (:name |t|
:type |Half16NV|
:direction
:in
))
151 :category
"NV_half_float" :deprecated nil
:version
"1.2")
152 (defglextfun "TexCoord1hvNV" tex-coord-1hv-nv
:return
"void" :args
153 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x1
)) :category
154 "NV_half_float" :deprecated nil
:version
"1.2")
155 (defglextfun "TexCoord1hNV" tex-coord-1h-nv
:return
"void" :args
156 ((:name |s|
:type |Half16NV|
:direction
:in
)) :category
"NV_half_float"
157 :deprecated nil
:version
"1.2")
158 (defglextfun "Color4hvNV" color-4hv-nv
:return
"void" :args
159 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x4
)) :category
160 "NV_half_float" :deprecated nil
:version
"1.2")
161 (defglextfun "Color4hNV" color-4h-nv
:return
"void" :args
162 ((:name |red|
:type |Half16NV|
:direction
:in
)
163 (:name |green|
:type |Half16NV|
:direction
:in
)
164 (:name |blue|
:type |Half16NV|
:direction
:in
)
165 (:name |alpha|
:type |Half16NV|
:direction
:in
))
166 :category
"NV_half_float" :deprecated nil
:version
"1.2")
167 (defglextfun "Color3hvNV" color-3hv-nv
:return
"void" :args
168 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
)) :category
169 "NV_half_float" :deprecated nil
:version
"1.2")
170 (defglextfun "Color3hNV" color-3h-nv
:return
"void" :args
171 ((:name |red|
:type |Half16NV|
:direction
:in
)
172 (:name |green|
:type |Half16NV|
:direction
:in
)
173 (:name |blue|
:type |Half16NV|
:direction
:in
))
174 :category
"NV_half_float" :deprecated nil
:version
"1.2")
175 (defglextfun "Normal3hvNV" normal-3hv-nv
:return
"void" :args
176 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
)) :category
177 "NV_half_float" :deprecated nil
:version
"1.2")
178 (defglextfun "Normal3hNV" normal-3h-nv
:return
"void" :args
179 ((:name |nx|
:type |Half16NV|
:direction
:in
)
180 (:name |ny|
:type |Half16NV|
:direction
:in
)
181 (:name |nz|
:type |Half16NV|
:direction
:in
))
182 :category
"NV_half_float" :deprecated nil
:version
"1.2")
183 (defglextfun "Vertex4hvNV" vertex-4hv-nv
:return
"void" :args
184 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x4
)) :category
185 "NV_half_float" :deprecated nil
:version
"1.2")
186 (defglextfun "Vertex4hNV" vertex-4h-nv
:return
"void" :args
187 ((:name |x|
:type |Half16NV|
:direction
:in
)
188 (:name |y|
:type |Half16NV|
:direction
:in
)
189 (:name |z|
:type |Half16NV|
:direction
:in
)
190 (:name |w|
:type |Half16NV|
:direction
:in
))
191 :category
"NV_half_float" :deprecated nil
:version
"1.2")
192 (defglextfun "Vertex3hvNV" vertex-3hv-nv
:return
"void" :args
193 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
)) :category
194 "NV_half_float" :deprecated nil
:version
"1.2")
195 (defglextfun "Vertex3hNV" vertex-3h-nv
:return
"void" :args
196 ((:name |x|
:type |Half16NV|
:direction
:in
)
197 (:name |y|
:type |Half16NV|
:direction
:in
)
198 (:name |z|
:type |Half16NV|
:direction
:in
))
199 :category
"NV_half_float" :deprecated nil
:version
"1.2")
200 (defglextfun "Vertex2hvNV" vertex-2hv-nv
:return
"void" :args
201 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x2
)) :category
202 "NV_half_float" :deprecated nil
:version
"1.2")
203 (defglextfun "Vertex2hNV" vertex-2h-nv
:return
"void" :args
204 ((:name |x|
:type |Half16NV|
:direction
:in
)
205 (:name |y|
:type |Half16NV|
:direction
:in
))
206 :category
"NV_half_float" :deprecated nil
:version
"1.2")
207 (make-extension-loader |NV_half_float|
208 (("VertexAttribs4hvNV" vertex-attribs-4hv-nv
:return
"void" :args
209 ((:name |index|
:type |UInt32|
:direction
:in
)
210 (:name |n|
:type |SizeI|
:direction
:in
)
211 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size n
))
212 :category
"NV_half_float" :deprecated nil
:version
"1.2")
213 ("VertexAttribs3hvNV" vertex-attribs-3hv-nv
:return
"void" :args
214 ((:name |index|
:type |UInt32|
:direction
:in
)
215 (:name |n|
:type |SizeI|
:direction
:in
)
216 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size n
))
217 :category
"NV_half_float" :deprecated nil
:version
"1.2")
218 ("VertexAttribs2hvNV" vertex-attribs-2hv-nv
:return
"void" :args
219 ((:name |index|
:type |UInt32|
:direction
:in
)
220 (:name |n|
:type |SizeI|
:direction
:in
)
221 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size n
))
222 :category
"NV_half_float" :deprecated nil
:version
"1.2")
223 ("VertexAttribs1hvNV" vertex-attribs-1hv-nv
:return
"void" :args
224 ((:name |index|
:type |UInt32|
:direction
:in
)
225 (:name |n|
:type |SizeI|
:direction
:in
)
226 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size n
))
227 :category
"NV_half_float" :deprecated nil
:version
"1.2")
228 ("VertexAttrib4hvNV" vertex-attrib-4hv-nv
:return
"void" :args
229 ((:name |index|
:type |UInt32|
:direction
:in
)
230 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x4
))
231 :category
"NV_half_float" :deprecated nil
:version
"1.2")
232 ("VertexAttrib4hNV" vertex-attrib-4h-nv
:return
"void" :args
233 ((:name |index|
:type |UInt32|
:direction
:in
)
234 (:name |x|
:type |Half16NV|
:direction
:in
)
235 (:name |y|
:type |Half16NV|
:direction
:in
)
236 (:name |z|
:type |Half16NV|
:direction
:in
)
237 (:name |w|
:type |Half16NV|
:direction
:in
))
238 :category
"NV_half_float" :deprecated nil
:version
"1.2")
239 ("VertexAttrib3hvNV" vertex-attrib-3hv-nv
:return
"void" :args
240 ((:name |index|
:type |UInt32|
:direction
:in
)
241 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
))
242 :category
"NV_half_float" :deprecated nil
:version
"1.2")
243 ("VertexAttrib3hNV" vertex-attrib-3h-nv
:return
"void" :args
244 ((:name |index|
:type |UInt32|
:direction
:in
)
245 (:name |x|
:type |Half16NV|
:direction
:in
)
246 (:name |y|
:type |Half16NV|
:direction
:in
)
247 (:name |z|
:type |Half16NV|
:direction
:in
))
248 :category
"NV_half_float" :deprecated nil
:version
"1.2")
249 ("VertexAttrib2hvNV" vertex-attrib-2hv-nv
:return
"void" :args
250 ((:name |index|
:type |UInt32|
:direction
:in
)
251 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x2
))
252 :category
"NV_half_float" :deprecated nil
:version
"1.2")
253 ("VertexAttrib2hNV" vertex-attrib-2h-nv
:return
"void" :args
254 ((:name |index|
:type |UInt32|
:direction
:in
)
255 (:name |x|
:type |Half16NV|
:direction
:in
)
256 (:name |y|
:type |Half16NV|
:direction
:in
))
257 :category
"NV_half_float" :deprecated nil
:version
"1.2")
258 ("VertexAttrib1hvNV" vertex-attrib-1hv-nv
:return
"void" :args
259 ((:name |index|
:type |UInt32|
:direction
:in
)
260 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x1
))
261 :category
"NV_half_float" :deprecated nil
:version
"1.2")
262 ("VertexAttrib1hNV" vertex-attrib-1h-nv
:return
"void" :args
263 ((:name |index|
:type |UInt32|
:direction
:in
)
264 (:name |x|
:type |Half16NV|
:direction
:in
))
265 :category
"NV_half_float" :deprecated nil
:version
"1.2")
266 ("VertexWeighthvNV" vertex-weight-hv-nv
:return
"void" :args
267 ((:name |weight|
:type |Half16NV|
:direction
:in
:array t
:size
#x1
))
268 :category
"NV_half_float" :deprecated nil
:version
"1.2")
269 ("VertexWeighthNV" vertex-weight-h-nv
:return
"void" :args
270 ((:name |weight|
:type |Half16NV|
:direction
:in
)) :category
"NV_half_float"
271 :deprecated nil
:version
"1.2")
272 ("SecondaryColor3hvNV" secondary-color-3hv-nv
:return
"void" :args
273 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
)) :category
274 "NV_half_float" :deprecated nil
:version
"1.2")
275 ("SecondaryColor3hNV" secondary-color-3h-nv
:return
"void" :args
276 ((:name |red|
:type |Half16NV|
:direction
:in
)
277 (:name |green|
:type |Half16NV|
:direction
:in
)
278 (:name |blue|
:type |Half16NV|
:direction
:in
))
279 :category
"NV_half_float" :deprecated nil
:version
"1.2")
280 ("FogCoordhvNV" fog-coord-hv-nv
:return
"void" :args
281 ((:name |fog|
:type |Half16NV|
:direction
:in
:array t
:size
#x1
)) :category
282 "NV_half_float" :deprecated nil
:version
"1.2")
283 ("FogCoordhNV" fog-coord-h-nv
:return
"void" :args
284 ((:name |fog|
:type |Half16NV|
:direction
:in
)) :category
"NV_half_float"
285 :deprecated nil
:version
"1.2")
286 ("MultiTexCoord4hvNV" multi-tex-coord-4hv-nv
:return
"void" :args
287 ((:name |target|
:type |TextureUnit|
:direction
:in
)
288 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x4
))
289 :category
"NV_half_float" :deprecated nil
:version
"1.2")
290 ("MultiTexCoord4hNV" multi-tex-coord-4h-nv
:return
"void" :args
291 ((:name |target|
:type |TextureUnit|
:direction
:in
)
292 (:name |s|
:type |Half16NV|
:direction
:in
)
293 (:name |t|
:type |Half16NV|
:direction
:in
)
294 (:name |r|
:type |Half16NV|
:direction
:in
)
295 (:name |q|
:type |Half16NV|
:direction
:in
))
296 :category
"NV_half_float" :deprecated nil
:version
"1.2")
297 ("MultiTexCoord3hvNV" multi-tex-coord-3hv-nv
:return
"void" :args
298 ((:name |target|
:type |TextureUnit|
:direction
:in
)
299 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
))
300 :category
"NV_half_float" :deprecated nil
:version
"1.2")
301 ("MultiTexCoord3hNV" multi-tex-coord-3h-nv
:return
"void" :args
302 ((:name |target|
:type |TextureUnit|
:direction
:in
)
303 (:name |s|
:type |Half16NV|
:direction
:in
)
304 (:name |t|
:type |Half16NV|
:direction
:in
)
305 (:name |r|
:type |Half16NV|
:direction
:in
))
306 :category
"NV_half_float" :deprecated nil
:version
"1.2")
307 ("MultiTexCoord2hvNV" multi-tex-coord-2hv-nv
:return
"void" :args
308 ((:name |target|
:type |TextureUnit|
:direction
:in
)
309 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x2
))
310 :category
"NV_half_float" :deprecated nil
:version
"1.2")
311 ("MultiTexCoord2hNV" multi-tex-coord-2h-nv
:return
"void" :args
312 ((:name |target|
:type |TextureUnit|
:direction
:in
)
313 (:name |s|
:type |Half16NV|
:direction
:in
)
314 (:name |t|
:type |Half16NV|
:direction
:in
))
315 :category
"NV_half_float" :deprecated nil
:version
"1.2")
316 ("MultiTexCoord1hvNV" multi-tex-coord-1hv-nv
:return
"void" :args
317 ((:name |target|
:type |TextureUnit|
:direction
:in
)
318 (:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x1
))
319 :category
"NV_half_float" :deprecated nil
:version
"1.2")
320 ("MultiTexCoord1hNV" multi-tex-coord-1h-nv
:return
"void" :args
321 ((:name |target|
:type |TextureUnit|
:direction
:in
)
322 (:name |s|
:type |Half16NV|
:direction
:in
))
323 :category
"NV_half_float" :deprecated nil
:version
"1.2")
324 ("TexCoord4hvNV" tex-coord-4hv-nv
:return
"void" :args
325 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x4
)) :category
326 "NV_half_float" :deprecated nil
:version
"1.2")
327 ("TexCoord4hNV" tex-coord-4h-nv
:return
"void" :args
328 ((:name |s|
:type |Half16NV|
:direction
:in
)
329 (:name |t|
:type |Half16NV|
:direction
:in
)
330 (:name |r|
:type |Half16NV|
:direction
:in
)
331 (:name |q|
:type |Half16NV|
:direction
:in
))
332 :category
"NV_half_float" :deprecated nil
:version
"1.2")
333 ("TexCoord3hvNV" tex-coord-3hv-nv
:return
"void" :args
334 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
)) :category
335 "NV_half_float" :deprecated nil
:version
"1.2")
336 ("TexCoord3hNV" tex-coord-3h-nv
:return
"void" :args
337 ((:name |s|
:type |Half16NV|
:direction
:in
)
338 (:name |t|
:type |Half16NV|
:direction
:in
)
339 (:name |r|
:type |Half16NV|
:direction
:in
))
340 :category
"NV_half_float" :deprecated nil
:version
"1.2")
341 ("TexCoord2hvNV" tex-coord-2hv-nv
:return
"void" :args
342 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x2
)) :category
343 "NV_half_float" :deprecated nil
:version
"1.2")
344 ("TexCoord2hNV" tex-coord-2h-nv
:return
"void" :args
345 ((:name |s|
:type |Half16NV|
:direction
:in
)
346 (:name |t|
:type |Half16NV|
:direction
:in
))
347 :category
"NV_half_float" :deprecated nil
:version
"1.2")
348 ("TexCoord1hvNV" tex-coord-1hv-nv
:return
"void" :args
349 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x1
)) :category
350 "NV_half_float" :deprecated nil
:version
"1.2")
351 ("TexCoord1hNV" tex-coord-1h-nv
:return
"void" :args
352 ((:name |s|
:type |Half16NV|
:direction
:in
)) :category
"NV_half_float"
353 :deprecated nil
:version
"1.2")
354 ("Color4hvNV" color-4hv-nv
:return
"void" :args
355 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x4
)) :category
356 "NV_half_float" :deprecated nil
:version
"1.2")
357 ("Color4hNV" color-4h-nv
:return
"void" :args
358 ((:name |red|
:type |Half16NV|
:direction
:in
)
359 (:name |green|
:type |Half16NV|
:direction
:in
)
360 (:name |blue|
:type |Half16NV|
:direction
:in
)
361 (:name |alpha|
:type |Half16NV|
:direction
:in
))
362 :category
"NV_half_float" :deprecated nil
:version
"1.2")
363 ("Color3hvNV" color-3hv-nv
:return
"void" :args
364 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
)) :category
365 "NV_half_float" :deprecated nil
:version
"1.2")
366 ("Color3hNV" color-3h-nv
:return
"void" :args
367 ((:name |red|
:type |Half16NV|
:direction
:in
)
368 (:name |green|
:type |Half16NV|
:direction
:in
)
369 (:name |blue|
:type |Half16NV|
:direction
:in
))
370 :category
"NV_half_float" :deprecated nil
:version
"1.2")
371 ("Normal3hvNV" normal-3hv-nv
:return
"void" :args
372 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
)) :category
373 "NV_half_float" :deprecated nil
:version
"1.2")
374 ("Normal3hNV" normal-3h-nv
:return
"void" :args
375 ((:name |nx|
:type |Half16NV|
:direction
:in
)
376 (:name |ny|
:type |Half16NV|
:direction
:in
)
377 (:name |nz|
:type |Half16NV|
:direction
:in
))
378 :category
"NV_half_float" :deprecated nil
:version
"1.2")
379 ("Vertex4hvNV" vertex-4hv-nv
:return
"void" :args
380 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x4
)) :category
381 "NV_half_float" :deprecated nil
:version
"1.2")
382 ("Vertex4hNV" vertex-4h-nv
:return
"void" :args
383 ((:name |x|
:type |Half16NV|
:direction
:in
)
384 (:name |y|
:type |Half16NV|
:direction
:in
)
385 (:name |z|
:type |Half16NV|
:direction
:in
)
386 (:name |w|
:type |Half16NV|
:direction
:in
))
387 :category
"NV_half_float" :deprecated nil
:version
"1.2")
388 ("Vertex3hvNV" vertex-3hv-nv
:return
"void" :args
389 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x3
)) :category
390 "NV_half_float" :deprecated nil
:version
"1.2")
391 ("Vertex3hNV" vertex-3h-nv
:return
"void" :args
392 ((:name |x|
:type |Half16NV|
:direction
:in
)
393 (:name |y|
:type |Half16NV|
:direction
:in
)
394 (:name |z|
:type |Half16NV|
:direction
:in
))
395 :category
"NV_half_float" :deprecated nil
:version
"1.2")
396 ("Vertex2hvNV" vertex-2hv-nv
:return
"void" :args
397 ((:name |v|
:type |Half16NV|
:direction
:in
:array t
:size
#x2
)) :category
398 "NV_half_float" :deprecated nil
:version
"1.2")
399 ("Vertex2hNV" vertex-2h-nv
:return
"void" :args
400 ((:name |x|
:type |Half16NV|
:direction
:in
)
401 (:name |y|
:type |Half16NV|
:direction
:in
))
402 :category
"NV_half_float" :deprecated nil
:version
"1.2")))