Author: D Herring <dherring@at.tentpost.dot.com>
[cl-glfw.git] / lib / opengl-ext_coordinate_frame.lisp
blob49e908de1db0e4dfe105d54ccf09dae37325a7f1
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|)
25 :retained t))
26 :category "EXT_coordinate_frame" :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|)
31 :retained t))
32 :category "EXT_coordinate_frame" :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" :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" :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" :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" :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" :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" :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" :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" :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" :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" :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" :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" :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" :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" :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" :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" :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" :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" :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" :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" :version "1.1")