Fixed package name
[cl-glfw.git] / lib / opengl-ext_coordinate_frame.lisp
blob62eb558f15558773408b66c621ebfbd932d66c6e
2 (in-package #:gl)
4 ;;;; EXT_coordinate_frame
6 (defconstant +tangent-array-ext+ #x8439)
7 (defconstant +binormal-array-ext+ #x843A)
8 (defconstant +current-tangent-ext+ #x843B)
9 (defconstant +current-binormal-ext+ #x843C)
10 (defconstant +tangent-array-type-ext+ #x843E)
11 (defconstant +tangent-array-stride-ext+ #x843F)
12 (defconstant +binormal-array-type-ext+ #x8440)
13 (defconstant +binormal-array-stride-ext+ #x8441)
14 (defconstant +tangent-array-pointer-ext+ #x8442)
15 (defconstant +binormal-array-pointer-ext+ #x8443)
16 (defconstant +map1-tangent-ext+ #x8444)
17 (defconstant +map2-tangent-ext+ #x8445)
18 (defconstant +map1-binormal-ext+ #x8446)
19 (defconstant +map2-binormal-ext+ #x8447)
20 (defglextfun
21 (("BinormalPointerEXT" binormal-pointer-ext) :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
25 (|type| |stride|) :retained t))
26 :return ("void") :category ("EXT_coordinate_frame") :dlflags ("notlistable")
27 :glxflags ("client-handcode" "client-intercept" "server-handcode") :version
28 ("1.1") :glsflags ("ignore") :offset ("?")))
29 (defglextfun
30 (("TangentPointerEXT" tangent-pointer-ext) :args
31 ((:name |type| :type |TangentPointerTypeEXT| :direction :in)
32 (:name |stride| :type |SizeI| :direction :in)
33 (:name |pointer| :type |Void| :direction :in :array t :size
34 (|type| |stride|) :retained t))
35 :return ("void") :category ("EXT_coordinate_frame") :dlflags ("notlistable")
36 :glxflags ("client-handcode" "client-intercept" "server-handcode") :version
37 ("1.1") :glsflags ("ignore") :offset ("?")))
38 (defglextfun
39 (("Binormal3svEXT" binormal-3sv-ext) :args
40 ((:name |v| :type |Int16| :direction :in :array t :size #x3)) :return
41 ("void") :category ("EXT_coordinate_frame") :version ("1.1") :glxropcode
42 ("?") :glsflags ("ignore") :offset ("?")))
43 (defglextfun
44 (("Binormal3sEXT" binormal-3s-ext) :args
45 ((:name |bx| :type |Int16| :direction :in)
46 (:name |by| :type |Int16| :direction :in)
47 (:name |bz| :type |Int16| :direction :in))
48 :return ("void") :category ("EXT_coordinate_frame") :vectorequiv
49 ("Binormal3svEXT") :version ("1.1") :glsflags ("ignore") :offset ("?")))
50 (defglextfun
51 (("Binormal3ivEXT" binormal-3iv-ext) :args
52 ((:name |v| :type |Int32| :direction :in :array t :size #x3)) :return
53 ("void") :category ("EXT_coordinate_frame") :version ("1.1") :glxropcode
54 ("?") :glsflags ("ignore") :offset ("?")))
55 (defglextfun
56 (("Binormal3iEXT" binormal-3i-ext) :args
57 ((:name |bx| :type |Int32| :direction :in)
58 (:name |by| :type |Int32| :direction :in)
59 (:name |bz| :type |Int32| :direction :in))
60 :return ("void") :category ("EXT_coordinate_frame") :vectorequiv
61 ("Binormal3ivEXT") :version ("1.1") :glsflags ("ignore") :offset ("?")))
62 (defglextfun
63 (("Binormal3fvEXT" binormal-3fv-ext) :args
64 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
65 ("void") :category ("EXT_coordinate_frame") :version ("1.1") :glxropcode
66 ("?") :glsflags ("ignore") :offset ("?")))
67 (defglextfun
68 (("Binormal3fEXT" binormal-3f-ext) :args
69 ((:name |bx| :type |CoordF| :direction :in)
70 (:name |by| :type |CoordF| :direction :in)
71 (:name |bz| :type |CoordF| :direction :in))
72 :return ("void") :category ("EXT_coordinate_frame") :vectorequiv
73 ("Binormal3fvEXT") :version ("1.1") :glsflags ("ignore") :offset ("?")))
74 (defglextfun
75 (("Binormal3dvEXT" binormal-3dv-ext) :args
76 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
77 ("void") :category ("EXT_coordinate_frame") :version ("1.1") :glxropcode
78 ("?") :glsflags ("ignore") :offset ("?")))
79 (defglextfun
80 (("Binormal3dEXT" binormal-3d-ext) :args
81 ((:name |bx| :type |CoordD| :direction :in)
82 (:name |by| :type |CoordD| :direction :in)
83 (:name |bz| :type |CoordD| :direction :in))
84 :return ("void") :category ("EXT_coordinate_frame") :vectorequiv
85 ("Binormal3dvEXT") :version ("1.1") :glsflags ("ignore") :offset ("?")))
86 (defglextfun
87 (("Binormal3bvEXT" binormal-3bv-ext) :args
88 ((:name |v| :type |Int8| :direction :in :array t :size #x3)) :return ("void")
89 :category ("EXT_coordinate_frame") :version ("1.1") :glxropcode ("?")
90 :glsflags ("ignore") :offset ("?")))
91 (defglextfun
92 (("Binormal3bEXT" binormal-3b-ext) :args
93 ((:name |bx| :type |Int8| :direction :in)
94 (:name |by| :type |Int8| :direction :in)
95 (:name |bz| :type |Int8| :direction :in))
96 :return ("void") :category ("EXT_coordinate_frame") :vectorequiv
97 ("Binormal3bvEXT") :version ("1.1") :glsflags ("ignore") :offset ("?")))
98 (defglextfun
99 (("Tangent3svEXT" tangent-3sv-ext) :args
100 ((:name |v| :type |Int16| :direction :in :array t :size #x3)) :return
101 ("void") :category ("EXT_coordinate_frame") :version ("1.1") :glxropcode
102 ("?") :glsflags ("ignore") :offset ("?")))
103 (defglextfun
104 (("Tangent3sEXT" tangent-3s-ext) :args
105 ((:name |tx| :type |Int16| :direction :in)
106 (:name |ty| :type |Int16| :direction :in)
107 (:name |tz| :type |Int16| :direction :in))
108 :return ("void") :category ("EXT_coordinate_frame") :vectorequiv
109 ("Tangent3svEXT") :version ("1.1") :glsflags ("ignore") :offset ("?")))
110 (defglextfun
111 (("Tangent3ivEXT" tangent-3iv-ext) :args
112 ((:name |v| :type |Int32| :direction :in :array t :size #x3)) :return
113 ("void") :category ("EXT_coordinate_frame") :version ("1.1") :glxropcode
114 ("?") :glsflags ("ignore") :offset ("?")))
115 (defglextfun
116 (("Tangent3iEXT" tangent-3i-ext) :args
117 ((:name |tx| :type |Int32| :direction :in)
118 (:name |ty| :type |Int32| :direction :in)
119 (:name |tz| :type |Int32| :direction :in))
120 :return ("void") :category ("EXT_coordinate_frame") :vectorequiv
121 ("Tangent3ivEXT") :version ("1.1") :glsflags ("ignore") :offset ("?")))
122 (defglextfun
123 (("Tangent3fvEXT" tangent-3fv-ext) :args
124 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
125 ("void") :category ("EXT_coordinate_frame") :version ("1.1") :glxropcode
126 ("?") :glsflags ("ignore") :offset ("?")))
127 (defglextfun
128 (("Tangent3fEXT" tangent-3f-ext) :args
129 ((:name |tx| :type |CoordF| :direction :in)
130 (:name |ty| :type |CoordF| :direction :in)
131 (:name |tz| :type |CoordF| :direction :in))
132 :return ("void") :category ("EXT_coordinate_frame") :vectorequiv
133 ("Tangent3fvEXT") :version ("1.1") :glsflags ("ignore") :offset ("?")))
134 (defglextfun
135 (("Tangent3dvEXT" tangent-3dv-ext) :args
136 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
137 ("void") :category ("EXT_coordinate_frame") :version ("1.1") :glxropcode
138 ("?") :glsflags ("ignore") :offset ("?")))
139 (defglextfun
140 (("Tangent3dEXT" tangent-3d-ext) :args
141 ((:name |tx| :type |CoordD| :direction :in)
142 (:name |ty| :type |CoordD| :direction :in)
143 (:name |tz| :type |CoordD| :direction :in))
144 :return ("void") :category ("EXT_coordinate_frame") :vectorequiv
145 ("Tangent3dvEXT") :version ("1.1") :glsflags ("ignore") :offset ("?")))
146 (defglextfun
147 (("Tangent3bvEXT" tangent-3bv-ext) :args
148 ((:name |v| :type |Int8| :direction :in :array t :size #x3)) :return ("void")
149 :category ("EXT_coordinate_frame") :version ("1.1") :glxropcode ("?")
150 :glsflags ("ignore") :offset ("?")))
151 (defglextfun
152 (("Tangent3bEXT" tangent-3b-ext) :args
153 ((:name |tx| :type |Int8| :direction :in)
154 (:name |ty| :type |Int8| :direction :in)
155 (:name |tz| :type |Int8| :direction :in))
156 :return ("void") :category ("EXT_coordinate_frame") :vectorequiv
157 ("Tangent3bvEXT") :version ("1.1") :glsflags ("ignore") :offset ("?")))