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