Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-arb_vertex_blend.lisp
blob168e5c106ce75db59865aa84f67643145efe7cc3
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 ;;;; arb_vertex_blend
7 (defconstant +max-vertex-units-arb+ #x86A4)
8 (defconstant +active-vertex-units-arb+ #x86A5)
9 (defconstant +weight-sum-unity-arb+ #x86A6)
10 (defconstant +vertex-blend-arb+ #x86A7)
11 (defconstant +current-weight-arb+ #x86A8)
12 (defconstant +weight-array-type-arb+ #x86A9)
13 (defconstant +weight-array-stride-arb+ #x86AA)
14 (defconstant +weight-array-size-arb+ #x86AB)
15 (defconstant +weight-array-pointer-arb+ #x86AC)
16 (defconstant +weight-array-arb+ #x86AD)
17 (defconstant +modelview0-arb+ #x1700)
18 (defconstant +modelview1-arb+ #x850A)
19 (defconstant +modelview2-arb+ #x8722)
20 (defconstant +modelview3-arb+ #x8723)
21 (defconstant +modelview4-arb+ #x8724)
22 (defconstant +modelview5-arb+ #x8725)
23 (defconstant +modelview6-arb+ #x8726)
24 (defconstant +modelview7-arb+ #x8727)
25 (defconstant +modelview8-arb+ #x8728)
26 (defconstant +modelview9-arb+ #x8729)
27 (defconstant +modelview10-arb+ #x872A)
28 (defconstant +modelview11-arb+ #x872B)
29 (defconstant +modelview12-arb+ #x872C)
30 (defconstant +modelview13-arb+ #x872D)
31 (defconstant +modelview14-arb+ #x872E)
32 (defconstant +modelview15-arb+ #x872F)
33 (defconstant +modelview16-arb+ #x8730)
34 (defconstant +modelview17-arb+ #x8731)
35 (defconstant +modelview18-arb+ #x8732)
36 (defconstant +modelview19-arb+ #x8733)
37 (defconstant +modelview20-arb+ #x8734)
38 (defconstant +modelview21-arb+ #x8735)
39 (defconstant +modelview22-arb+ #x8736)
40 (defconstant +modelview23-arb+ #x8737)
41 (defconstant +modelview24-arb+ #x8738)
42 (defconstant +modelview25-arb+ #x8739)
43 (defconstant +modelview26-arb+ #x873A)
44 (defconstant +modelview27-arb+ #x873B)
45 (defconstant +modelview28-arb+ #x873C)
46 (defconstant +modelview29-arb+ #x873D)
47 (defconstant +modelview30-arb+ #x873E)
48 (defconstant +modelview31-arb+ #x873F)
49 (defglextfun
50 (("VertexBlendARB" vertex-blend-arb) :args
51 ((:name |count| :type |Int32| :direction :in)) :return ("void") :category
52 ("ARB_vertex_blend") :version ("1.1") :extension nil :glxropcode ("226")
53 :glxflags ("ignore") :glsopcode ("0x020F") :offset ("?")))
54 (defglextfun
55 (("WeightPointerARB" weight-pointer-arb) :args
56 ((:name |size| :type |Int32| :direction :in)
57 (:name |type| :type |WeightPointerTypeARB| :direction :in)
58 (:name |stride| :type |SizeI| :direction :in)
59 (:name |pointer| :type |Void| :direction :in :array t :size
60 (|type| |stride|) :retained t))
61 :return ("void") :category ("ARB_vertex_blend") :version ("1.1") :extension
62 nil :dlflags ("notlistable") :glxflags ("ignore") :glsflags ("client")
63 :glsopcode ("0x020E") :offset ("?")))
64 (defglextfun
65 (("WeightuivARB" weight-uiv-arb) :args
66 ((:name |size| :type |Int32| :direction :in)
67 (:name |weights| :type |UInt32| :direction :in :array t :size size))
68 :return ("void") :category ("ARB_vertex_blend") :version ("1.1") :extension
69 nil :glxropcode ("225") :glxflags ("ignore") :glsopcode ("0x020D") :offset
70 ("?")))
71 (defglextfun
72 (("WeightusvARB" weight-usv-arb) :args
73 ((:name |size| :type |Int32| :direction :in)
74 (:name |weights| :type |UInt16| :direction :in :array t :size size))
75 :return ("void") :category ("ARB_vertex_blend") :version ("1.1") :extension
76 nil :glxropcode ("223") :glxflags ("ignore") :glsopcode ("0x020C") :offset
77 ("?")))
78 (defglextfun
79 (("WeightubvARB" weight-ubv-arb) :args
80 ((:name |size| :type |Int32| :direction :in)
81 (:name |weights| :type |UInt8| :direction :in :array t :size size))
82 :return ("void") :category ("ARB_vertex_blend") :version ("1.1") :extension
83 nil :glxropcode ("221") :glxflags ("ignore") :glsopcode ("0x020B") :offset
84 ("?")))
85 (defglextfun
86 (("WeightdvARB" weight-dv-arb) :args
87 ((:name |size| :type |Int32| :direction :in)
88 (:name |weights| :type |Float64| :direction :in :array t :size size))
89 :return ("void") :category ("ARB_vertex_blend") :version ("1.1") :extension
90 nil :glxropcode ("228") :glxflags ("ignore") :glsopcode ("0x020A") :offset
91 ("?")))
92 (defglextfun
93 (("WeightfvARB" weight-fv-arb) :args
94 ((:name |size| :type |Int32| :direction :in)
95 (:name |weights| :type |Float32| :direction :in :array t :size size))
96 :return ("void") :category ("ARB_vertex_blend") :version ("1.1") :extension
97 nil :glxropcode ("227") :glxflags ("ignore") :glsopcode ("0x0209") :offset
98 ("?")))
99 (defglextfun
100 (("WeightivARB" weight-iv-arb) :args
101 ((:name |size| :type |Int32| :direction :in)
102 (:name |weights| :type |Int32| :direction :in :array t :size size))
103 :return ("void") :category ("ARB_vertex_blend") :version ("1.1") :extension
104 nil :glxropcode ("224") :glxflags ("ignore") :glsopcode ("0x0208") :offset
105 ("?")))
106 (defglextfun
107 (("WeightsvARB" weight-sv-arb) :args
108 ((:name |size| :type |Int32| :direction :in)
109 (:name |weights| :type |Int16| :direction :in :array t :size size))
110 :return ("void") :category ("ARB_vertex_blend") :version ("1.1") :extension
111 nil :glxropcode ("222") :glxflags ("ignore") :glsopcode ("0x0207") :offset
112 ("?")))
113 (defglextfun
114 (("WeightbvARB" weight-bv-arb) :args
115 ((:name |size| :type |Int32| :direction :in)
116 (:name |weights| :type |Int8| :direction :in :array t :size size))
117 :return ("void") :category ("ARB_vertex_blend") :version ("1.1") :extension
118 nil :glxropcode ("220") :glxflags ("ignore") :glsopcode ("0x0206") :offset
119 ("?")))