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_coordinate_frame
7 (defconstant +tangent-array-ext
+ #x8439
)
8 (defconstant +binormal-array-ext
+ #x843A
)
9 (defconstant +current-tangent-ext
+ #x843B
)
10 (defconstant +current-binormal-ext
+ #x843C
)
11 (defconstant +tangent-array-type-ext
+ #x843E
)
12 (defconstant +tangent-array-stride-ext
+ #x843F
)
13 (defconstant +binormal-array-type-ext
+ #x8440
)
14 (defconstant +binormal-array-stride-ext
+ #x8441
)
15 (defconstant +tangent-array-pointer-ext
+ #x8442
)
16 (defconstant +binormal-array-pointer-ext
+ #x8443
)
17 (defconstant +map1-tangent-ext
+ #x8444
)
18 (defconstant +map2-tangent-ext
+ #x8445
)
19 (defconstant +map1-binormal-ext
+ #x8446
)
20 (defconstant +map2-binormal-ext
+ #x8447
)
21 (defglextfun "BinormalPointerEXT" binormal-pointer-ext
:return
"void" :args
22 ((:name |type|
:type |BinormalPointerTypeEXT|
:direction
:in
)
23 (:name |stride|
:type |SizeI|
:direction
:in
)
24 (:name |pointer|
:type |Void|
:direction
:in
:array t
:size
(|type| |stride|
)
26 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
27 (defglextfun "TangentPointerEXT" tangent-pointer-ext
:return
"void" :args
28 ((:name |type|
:type |TangentPointerTypeEXT|
:direction
:in
)
29 (:name |stride|
:type |SizeI|
:direction
:in
)
30 (:name |pointer|
:type |Void|
:direction
:in
:array t
:size
(|type| |stride|
)
32 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
33 (defglextfun "Binormal3svEXT" binormal-3sv-ext
:return
"void" :args
34 ((:name |v|
:type |Int16|
:direction
:in
:array t
:size
#x3
)) :category
35 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
36 (defglextfun "Binormal3sEXT" binormal-3s-ext
:return
"void" :args
37 ((:name |bx|
:type |Int16|
:direction
:in
)
38 (:name |by|
:type |Int16|
:direction
:in
)
39 (:name |bz|
:type |Int16|
:direction
:in
))
40 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
41 (defglextfun "Binormal3ivEXT" binormal-3iv-ext
:return
"void" :args
42 ((:name |v|
:type |Int32|
:direction
:in
:array t
:size
#x3
)) :category
43 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
44 (defglextfun "Binormal3iEXT" binormal-3i-ext
:return
"void" :args
45 ((:name |bx|
:type |Int32|
:direction
:in
)
46 (:name |by|
:type |Int32|
:direction
:in
)
47 (:name |bz|
:type |Int32|
:direction
:in
))
48 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
49 (defglextfun "Binormal3fvEXT" binormal-3fv-ext
:return
"void" :args
50 ((:name |v|
:type |CoordF|
:direction
:in
:array t
:size
#x3
)) :category
51 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
52 (defglextfun "Binormal3fEXT" binormal-3f-ext
:return
"void" :args
53 ((:name |bx|
:type |CoordF|
:direction
:in
)
54 (:name |by|
:type |CoordF|
:direction
:in
)
55 (:name |bz|
:type |CoordF|
:direction
:in
))
56 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
57 (defglextfun "Binormal3dvEXT" binormal-3dv-ext
:return
"void" :args
58 ((:name |v|
:type |CoordD|
:direction
:in
:array t
:size
#x3
)) :category
59 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
60 (defglextfun "Binormal3dEXT" binormal-3d-ext
:return
"void" :args
61 ((:name |bx|
:type |CoordD|
:direction
:in
)
62 (:name |by|
:type |CoordD|
:direction
:in
)
63 (:name |bz|
:type |CoordD|
:direction
:in
))
64 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
65 (defglextfun "Binormal3bvEXT" binormal-3bv-ext
:return
"void" :args
66 ((:name |v|
:type |Int8|
:direction
:in
:array t
:size
#x3
)) :category
67 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
68 (defglextfun "Binormal3bEXT" binormal-3b-ext
:return
"void" :args
69 ((:name |bx|
:type |Int8|
:direction
:in
)
70 (:name |by|
:type |Int8|
:direction
:in
)
71 (:name |bz|
:type |Int8|
:direction
:in
))
72 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
73 (defglextfun "Tangent3svEXT" tangent-3sv-ext
:return
"void" :args
74 ((:name |v|
:type |Int16|
:direction
:in
:array t
:size
#x3
)) :category
75 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
76 (defglextfun "Tangent3sEXT" tangent-3s-ext
:return
"void" :args
77 ((:name |tx|
:type |Int16|
:direction
:in
)
78 (:name |ty|
:type |Int16|
:direction
:in
)
79 (:name |tz|
:type |Int16|
:direction
:in
))
80 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
81 (defglextfun "Tangent3ivEXT" tangent-3iv-ext
:return
"void" :args
82 ((:name |v|
:type |Int32|
:direction
:in
:array t
:size
#x3
)) :category
83 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
84 (defglextfun "Tangent3iEXT" tangent-3i-ext
:return
"void" :args
85 ((:name |tx|
:type |Int32|
:direction
:in
)
86 (:name |ty|
:type |Int32|
:direction
:in
)
87 (:name |tz|
:type |Int32|
:direction
:in
))
88 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
89 (defglextfun "Tangent3fvEXT" tangent-3fv-ext
:return
"void" :args
90 ((:name |v|
:type |CoordF|
:direction
:in
:array t
:size
#x3
)) :category
91 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
92 (defglextfun "Tangent3fEXT" tangent-3f-ext
:return
"void" :args
93 ((:name |tx|
:type |CoordF|
:direction
:in
)
94 (:name |ty|
:type |CoordF|
:direction
:in
)
95 (:name |tz|
:type |CoordF|
:direction
:in
))
96 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
97 (defglextfun "Tangent3dvEXT" tangent-3dv-ext
:return
"void" :args
98 ((:name |v|
:type |CoordD|
:direction
:in
:array t
:size
#x3
)) :category
99 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
100 (defglextfun "Tangent3dEXT" tangent-3d-ext
:return
"void" :args
101 ((:name |tx|
:type |CoordD|
:direction
:in
)
102 (:name |ty|
:type |CoordD|
:direction
:in
)
103 (:name |tz|
:type |CoordD|
:direction
:in
))
104 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
105 (defglextfun "Tangent3bvEXT" tangent-3bv-ext
:return
"void" :args
106 ((:name |v|
:type |Int8|
:direction
:in
:array t
:size
#x3
)) :category
107 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
108 (defglextfun "Tangent3bEXT" tangent-3b-ext
:return
"void" :args
109 ((:name |tx|
:type |Int8|
:direction
:in
)
110 (:name |ty|
:type |Int8|
:direction
:in
)
111 (:name |tz|
:type |Int8|
:direction
:in
))
112 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
113 (make-extension-loader |EXT_coordinate_frame|
114 (("BinormalPointerEXT" binormal-pointer-ext
:return
"void" :args
115 ((:name |type|
:type |BinormalPointerTypeEXT|
:direction
:in
)
116 (:name |stride|
:type |SizeI|
:direction
:in
)
117 (:name |pointer|
:type |Void|
:direction
:in
:array t
:size
118 (|type| |stride|
) :retained t
))
119 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
120 ("TangentPointerEXT" tangent-pointer-ext
:return
"void" :args
121 ((:name |type|
:type |TangentPointerTypeEXT|
:direction
:in
)
122 (:name |stride|
:type |SizeI|
:direction
:in
)
123 (:name |pointer|
:type |Void|
:direction
:in
:array t
:size
124 (|type| |stride|
) :retained t
))
125 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
126 ("Binormal3svEXT" binormal-3sv-ext
:return
"void" :args
127 ((:name |v|
:type |Int16|
:direction
:in
:array t
:size
#x3
)) :category
128 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
129 ("Binormal3sEXT" binormal-3s-ext
:return
"void" :args
130 ((:name |bx|
:type |Int16|
:direction
:in
)
131 (:name |by|
:type |Int16|
:direction
:in
)
132 (:name |bz|
:type |Int16|
:direction
:in
))
133 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
134 ("Binormal3ivEXT" binormal-3iv-ext
:return
"void" :args
135 ((:name |v|
:type |Int32|
:direction
:in
:array t
:size
#x3
)) :category
136 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
137 ("Binormal3iEXT" binormal-3i-ext
:return
"void" :args
138 ((:name |bx|
:type |Int32|
:direction
:in
)
139 (:name |by|
:type |Int32|
:direction
:in
)
140 (:name |bz|
:type |Int32|
:direction
:in
))
141 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
142 ("Binormal3fvEXT" binormal-3fv-ext
:return
"void" :args
143 ((:name |v|
:type |CoordF|
:direction
:in
:array t
:size
#x3
)) :category
144 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
145 ("Binormal3fEXT" binormal-3f-ext
:return
"void" :args
146 ((:name |bx|
:type |CoordF|
:direction
:in
)
147 (:name |by|
:type |CoordF|
:direction
:in
)
148 (:name |bz|
:type |CoordF|
:direction
:in
))
149 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
150 ("Binormal3dvEXT" binormal-3dv-ext
:return
"void" :args
151 ((:name |v|
:type |CoordD|
:direction
:in
:array t
:size
#x3
)) :category
152 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
153 ("Binormal3dEXT" binormal-3d-ext
:return
"void" :args
154 ((:name |bx|
:type |CoordD|
:direction
:in
)
155 (:name |by|
:type |CoordD|
:direction
:in
)
156 (:name |bz|
:type |CoordD|
:direction
:in
))
157 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
158 ("Binormal3bvEXT" binormal-3bv-ext
:return
"void" :args
159 ((:name |v|
:type |Int8|
:direction
:in
:array t
:size
#x3
)) :category
160 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
161 ("Binormal3bEXT" binormal-3b-ext
:return
"void" :args
162 ((:name |bx|
:type |Int8|
:direction
:in
)
163 (:name |by|
:type |Int8|
:direction
:in
)
164 (:name |bz|
:type |Int8|
:direction
:in
))
165 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
166 ("Tangent3svEXT" tangent-3sv-ext
:return
"void" :args
167 ((:name |v|
:type |Int16|
:direction
:in
:array t
:size
#x3
)) :category
168 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
169 ("Tangent3sEXT" tangent-3s-ext
:return
"void" :args
170 ((:name |tx|
:type |Int16|
:direction
:in
)
171 (:name |ty|
:type |Int16|
:direction
:in
)
172 (:name |tz|
:type |Int16|
:direction
:in
))
173 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
174 ("Tangent3ivEXT" tangent-3iv-ext
:return
"void" :args
175 ((:name |v|
:type |Int32|
:direction
:in
:array t
:size
#x3
)) :category
176 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
177 ("Tangent3iEXT" tangent-3i-ext
:return
"void" :args
178 ((:name |tx|
:type |Int32|
:direction
:in
)
179 (:name |ty|
:type |Int32|
:direction
:in
)
180 (:name |tz|
:type |Int32|
:direction
:in
))
181 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
182 ("Tangent3fvEXT" tangent-3fv-ext
:return
"void" :args
183 ((:name |v|
:type |CoordF|
:direction
:in
:array t
:size
#x3
)) :category
184 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
185 ("Tangent3fEXT" tangent-3f-ext
:return
"void" :args
186 ((:name |tx|
:type |CoordF|
:direction
:in
)
187 (:name |ty|
:type |CoordF|
:direction
:in
)
188 (:name |tz|
:type |CoordF|
:direction
:in
))
189 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
190 ("Tangent3dvEXT" tangent-3dv-ext
:return
"void" :args
191 ((:name |v|
:type |CoordD|
:direction
:in
:array t
:size
#x3
)) :category
192 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
193 ("Tangent3dEXT" tangent-3d-ext
:return
"void" :args
194 ((:name |tx|
:type |CoordD|
:direction
:in
)
195 (:name |ty|
:type |CoordD|
:direction
:in
)
196 (:name |tz|
:type |CoordD|
:direction
:in
))
197 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")
198 ("Tangent3bvEXT" tangent-3bv-ext
:return
"void" :args
199 ((:name |v|
:type |Int8|
:direction
:in
:array t
:size
#x3
)) :category
200 "EXT_coordinate_frame" :deprecated nil
:version
"1.1")
201 ("Tangent3bEXT" tangent-3b-ext
:return
"void" :args
202 ((:name |tx|
:type |Int8|
:direction
:in
)
203 (:name |ty|
:type |Int8|
:direction
:in
)
204 (:name |tz|
:type |Int8|
:direction
:in
))
205 :category
"EXT_coordinate_frame" :deprecated nil
:version
"1.1")))