Added FTGL for convenience
[cl-glfw.git] / lib / opengl-nv_half_float.lisp
blob7b1720dab8e977892e67c74d3046eff05c2f6011
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 ;;;; nv_half_float
7 (defconstant +half-float-nv+ #x140B)
8 (defconstant +fixed-oes+ #x140C)
9 (defconstant +half-float-nv+ #x140B)
10 (defglextfun "VertexAttribs4hvNV" vertex-attribs-4hv-nv :return "void" :args
11 ((:name |index| :type |UInt32| :direction :in)
12 (:name |n| :type |SizeI| :direction :in)
13 (:name |v| :type |Half16NV| :direction :in :array t :size n))
14 :category "NV_half_float" :deprecated nil :version "1.2")
15 (defglextfun "VertexAttribs3hvNV" vertex-attribs-3hv-nv :return "void" :args
16 ((:name |index| :type |UInt32| :direction :in)
17 (:name |n| :type |SizeI| :direction :in)
18 (:name |v| :type |Half16NV| :direction :in :array t :size n))
19 :category "NV_half_float" :deprecated nil :version "1.2")
20 (defglextfun "VertexAttribs2hvNV" vertex-attribs-2hv-nv :return "void" :args
21 ((:name |index| :type |UInt32| :direction :in)
22 (:name |n| :type |SizeI| :direction :in)
23 (:name |v| :type |Half16NV| :direction :in :array t :size n))
24 :category "NV_half_float" :deprecated nil :version "1.2")
25 (defglextfun "VertexAttribs1hvNV" vertex-attribs-1hv-nv :return "void" :args
26 ((:name |index| :type |UInt32| :direction :in)
27 (:name |n| :type |SizeI| :direction :in)
28 (:name |v| :type |Half16NV| :direction :in :array t :size n))
29 :category "NV_half_float" :deprecated nil :version "1.2")
30 (defglextfun "VertexAttrib4hvNV" vertex-attrib-4hv-nv :return "void" :args
31 ((:name |index| :type |UInt32| :direction :in)
32 (:name |v| :type |Half16NV| :direction :in :array t :size #x4))
33 :category "NV_half_float" :deprecated nil :version "1.2")
34 (defglextfun "VertexAttrib4hNV" vertex-attrib-4h-nv :return "void" :args
35 ((:name |index| :type |UInt32| :direction :in)
36 (:name |x| :type |Half16NV| :direction :in)
37 (:name |y| :type |Half16NV| :direction :in)
38 (:name |z| :type |Half16NV| :direction :in)
39 (:name |w| :type |Half16NV| :direction :in))
40 :category "NV_half_float" :deprecated nil :version "1.2")
41 (defglextfun "VertexAttrib3hvNV" vertex-attrib-3hv-nv :return "void" :args
42 ((:name |index| :type |UInt32| :direction :in)
43 (:name |v| :type |Half16NV| :direction :in :array t :size #x3))
44 :category "NV_half_float" :deprecated nil :version "1.2")
45 (defglextfun "VertexAttrib3hNV" vertex-attrib-3h-nv :return "void" :args
46 ((:name |index| :type |UInt32| :direction :in)
47 (:name |x| :type |Half16NV| :direction :in)
48 (:name |y| :type |Half16NV| :direction :in)
49 (:name |z| :type |Half16NV| :direction :in))
50 :category "NV_half_float" :deprecated nil :version "1.2")
51 (defglextfun "VertexAttrib2hvNV" vertex-attrib-2hv-nv :return "void" :args
52 ((:name |index| :type |UInt32| :direction :in)
53 (:name |v| :type |Half16NV| :direction :in :array t :size #x2))
54 :category "NV_half_float" :deprecated nil :version "1.2")
55 (defglextfun "VertexAttrib2hNV" vertex-attrib-2h-nv :return "void" :args
56 ((:name |index| :type |UInt32| :direction :in)
57 (:name |x| :type |Half16NV| :direction :in)
58 (:name |y| :type |Half16NV| :direction :in))
59 :category "NV_half_float" :deprecated nil :version "1.2")
60 (defglextfun "VertexAttrib1hvNV" vertex-attrib-1hv-nv :return "void" :args
61 ((:name |index| :type |UInt32| :direction :in)
62 (:name |v| :type |Half16NV| :direction :in :array t :size #x1))
63 :category "NV_half_float" :deprecated nil :version "1.2")
64 (defglextfun "VertexAttrib1hNV" vertex-attrib-1h-nv :return "void" :args
65 ((:name |index| :type |UInt32| :direction :in)
66 (:name |x| :type |Half16NV| :direction :in))
67 :category "NV_half_float" :deprecated nil :version "1.2")
68 (defglextfun "VertexWeighthvNV" vertex-weight-hv-nv :return "void" :args
69 ((:name |weight| :type |Half16NV| :direction :in :array t :size #x1))
70 :category "NV_half_float" :deprecated nil :version "1.2")
71 (defglextfun "VertexWeighthNV" vertex-weight-h-nv :return "void" :args
72 ((:name |weight| :type |Half16NV| :direction :in)) :category "NV_half_float"
73 :deprecated nil :version "1.2")
74 (defglextfun "SecondaryColor3hvNV" secondary-color-3hv-nv :return "void" :args
75 ((:name |v| :type |Half16NV| :direction :in :array t :size #x3)) :category
76 "NV_half_float" :deprecated nil :version "1.2")
77 (defglextfun "SecondaryColor3hNV" secondary-color-3h-nv :return "void" :args
78 ((:name |red| :type |Half16NV| :direction :in)
79 (:name |green| :type |Half16NV| :direction :in)
80 (:name |blue| :type |Half16NV| :direction :in))
81 :category "NV_half_float" :deprecated nil :version "1.2")
82 (defglextfun "FogCoordhvNV" fog-coord-hv-nv :return "void" :args
83 ((:name |fog| :type |Half16NV| :direction :in :array t :size #x1)) :category
84 "NV_half_float" :deprecated nil :version "1.2")
85 (defglextfun "FogCoordhNV" fog-coord-h-nv :return "void" :args
86 ((:name |fog| :type |Half16NV| :direction :in)) :category "NV_half_float"
87 :deprecated nil :version "1.2")
88 (defglextfun "MultiTexCoord4hvNV" multi-tex-coord-4hv-nv :return "void" :args
89 ((:name |target| :type |TextureUnit| :direction :in)
90 (:name |v| :type |Half16NV| :direction :in :array t :size #x4))
91 :category "NV_half_float" :deprecated nil :version "1.2")
92 (defglextfun "MultiTexCoord4hNV" multi-tex-coord-4h-nv :return "void" :args
93 ((:name |target| :type |TextureUnit| :direction :in)
94 (:name |s| :type |Half16NV| :direction :in)
95 (:name |t| :type |Half16NV| :direction :in)
96 (:name |r| :type |Half16NV| :direction :in)
97 (:name |q| :type |Half16NV| :direction :in))
98 :category "NV_half_float" :deprecated nil :version "1.2")
99 (defglextfun "MultiTexCoord3hvNV" multi-tex-coord-3hv-nv :return "void" :args
100 ((:name |target| :type |TextureUnit| :direction :in)
101 (:name |v| :type |Half16NV| :direction :in :array t :size #x3))
102 :category "NV_half_float" :deprecated nil :version "1.2")
103 (defglextfun "MultiTexCoord3hNV" multi-tex-coord-3h-nv :return "void" :args
104 ((:name |target| :type |TextureUnit| :direction :in)
105 (:name |s| :type |Half16NV| :direction :in)
106 (:name |t| :type |Half16NV| :direction :in)
107 (:name |r| :type |Half16NV| :direction :in))
108 :category "NV_half_float" :deprecated nil :version "1.2")
109 (defglextfun "MultiTexCoord2hvNV" multi-tex-coord-2hv-nv :return "void" :args
110 ((:name |target| :type |TextureUnit| :direction :in)
111 (:name |v| :type |Half16NV| :direction :in :array t :size #x2))
112 :category "NV_half_float" :deprecated nil :version "1.2")
113 (defglextfun "MultiTexCoord2hNV" multi-tex-coord-2h-nv :return "void" :args
114 ((:name |target| :type |TextureUnit| :direction :in)
115 (:name |s| :type |Half16NV| :direction :in)
116 (:name |t| :type |Half16NV| :direction :in))
117 :category "NV_half_float" :deprecated nil :version "1.2")
118 (defglextfun "MultiTexCoord1hvNV" multi-tex-coord-1hv-nv :return "void" :args
119 ((:name |target| :type |TextureUnit| :direction :in)
120 (:name |v| :type |Half16NV| :direction :in :array t :size #x1))
121 :category "NV_half_float" :deprecated nil :version "1.2")
122 (defglextfun "MultiTexCoord1hNV" multi-tex-coord-1h-nv :return "void" :args
123 ((:name |target| :type |TextureUnit| :direction :in)
124 (:name |s| :type |Half16NV| :direction :in))
125 :category "NV_half_float" :deprecated nil :version "1.2")
126 (defglextfun "TexCoord4hvNV" tex-coord-4hv-nv :return "void" :args
127 ((:name |v| :type |Half16NV| :direction :in :array t :size #x4)) :category
128 "NV_half_float" :deprecated nil :version "1.2")
129 (defglextfun "TexCoord4hNV" tex-coord-4h-nv :return "void" :args
130 ((:name |s| :type |Half16NV| :direction :in)
131 (:name |t| :type |Half16NV| :direction :in)
132 (:name |r| :type |Half16NV| :direction :in)
133 (:name |q| :type |Half16NV| :direction :in))
134 :category "NV_half_float" :deprecated nil :version "1.2")
135 (defglextfun "TexCoord3hvNV" tex-coord-3hv-nv :return "void" :args
136 ((:name |v| :type |Half16NV| :direction :in :array t :size #x3)) :category
137 "NV_half_float" :deprecated nil :version "1.2")
138 (defglextfun "TexCoord3hNV" tex-coord-3h-nv :return "void" :args
139 ((:name |s| :type |Half16NV| :direction :in)
140 (:name |t| :type |Half16NV| :direction :in)
141 (:name |r| :type |Half16NV| :direction :in))
142 :category "NV_half_float" :deprecated nil :version "1.2")
143 (defglextfun "TexCoord2hvNV" tex-coord-2hv-nv :return "void" :args
144 ((:name |v| :type |Half16NV| :direction :in :array t :size #x2)) :category
145 "NV_half_float" :deprecated nil :version "1.2")
146 (defglextfun "TexCoord2hNV" tex-coord-2h-nv :return "void" :args
147 ((:name |s| :type |Half16NV| :direction :in)
148 (:name |t| :type |Half16NV| :direction :in))
149 :category "NV_half_float" :deprecated nil :version "1.2")
150 (defglextfun "TexCoord1hvNV" tex-coord-1hv-nv :return "void" :args
151 ((:name |v| :type |Half16NV| :direction :in :array t :size #x1)) :category
152 "NV_half_float" :deprecated nil :version "1.2")
153 (defglextfun "TexCoord1hNV" tex-coord-1h-nv :return "void" :args
154 ((:name |s| :type |Half16NV| :direction :in)) :category "NV_half_float"
155 :deprecated nil :version "1.2")
156 (defglextfun "Color4hvNV" color-4hv-nv :return "void" :args
157 ((:name |v| :type |Half16NV| :direction :in :array t :size #x4)) :category
158 "NV_half_float" :deprecated nil :version "1.2")
159 (defglextfun "Color4hNV" color-4h-nv :return "void" :args
160 ((:name |red| :type |Half16NV| :direction :in)
161 (:name |green| :type |Half16NV| :direction :in)
162 (:name |blue| :type |Half16NV| :direction :in)
163 (:name |alpha| :type |Half16NV| :direction :in))
164 :category "NV_half_float" :deprecated nil :version "1.2")
165 (defglextfun "Color3hvNV" color-3hv-nv :return "void" :args
166 ((:name |v| :type |Half16NV| :direction :in :array t :size #x3)) :category
167 "NV_half_float" :deprecated nil :version "1.2")
168 (defglextfun "Color3hNV" color-3h-nv :return "void" :args
169 ((:name |red| :type |Half16NV| :direction :in)
170 (:name |green| :type |Half16NV| :direction :in)
171 (:name |blue| :type |Half16NV| :direction :in))
172 :category "NV_half_float" :deprecated nil :version "1.2")
173 (defglextfun "Normal3hvNV" normal-3hv-nv :return "void" :args
174 ((:name |v| :type |Half16NV| :direction :in :array t :size #x3)) :category
175 "NV_half_float" :deprecated nil :version "1.2")
176 (defglextfun "Normal3hNV" normal-3h-nv :return "void" :args
177 ((:name |nx| :type |Half16NV| :direction :in)
178 (:name |ny| :type |Half16NV| :direction :in)
179 (:name |nz| :type |Half16NV| :direction :in))
180 :category "NV_half_float" :deprecated nil :version "1.2")
181 (defglextfun "Vertex4hvNV" vertex-4hv-nv :return "void" :args
182 ((:name |v| :type |Half16NV| :direction :in :array t :size #x4)) :category
183 "NV_half_float" :deprecated nil :version "1.2")
184 (defglextfun "Vertex4hNV" vertex-4h-nv :return "void" :args
185 ((:name |x| :type |Half16NV| :direction :in)
186 (:name |y| :type |Half16NV| :direction :in)
187 (:name |z| :type |Half16NV| :direction :in)
188 (:name |w| :type |Half16NV| :direction :in))
189 :category "NV_half_float" :deprecated nil :version "1.2")
190 (defglextfun "Vertex3hvNV" vertex-3hv-nv :return "void" :args
191 ((:name |v| :type |Half16NV| :direction :in :array t :size #x3)) :category
192 "NV_half_float" :deprecated nil :version "1.2")
193 (defglextfun "Vertex3hNV" vertex-3h-nv :return "void" :args
194 ((:name |x| :type |Half16NV| :direction :in)
195 (:name |y| :type |Half16NV| :direction :in)
196 (:name |z| :type |Half16NV| :direction :in))
197 :category "NV_half_float" :deprecated nil :version "1.2")
198 (defglextfun "Vertex2hvNV" vertex-2hv-nv :return "void" :args
199 ((:name |v| :type |Half16NV| :direction :in :array t :size #x2)) :category
200 "NV_half_float" :deprecated nil :version "1.2")
201 (defglextfun "Vertex2hNV" vertex-2h-nv :return "void" :args
202 ((:name |x| :type |Half16NV| :direction :in)
203 (:name |y| :type |Half16NV| :direction :in))
204 :category "NV_half_float" :deprecated nil :version "1.2")