Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-arb_vertex_blend.lisp
blob9a2e91c552315a7e04003341ab292af9a56d7f30
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 "VertexBlendARB" vertex-blend-arb :return "void" :args
50 ((:name |count| :type |Int32| :direction :in)) :category "ARB_vertex_blend"
51 :version "1.1")
52 (defglextfun "WeightPointerARB" weight-pointer-arb :return "void" :args
53 ((:name |size| :type |Int32| :direction :in)
54 (:name |type| :type |WeightPointerTypeARB| :direction :in)
55 (:name |stride| :type |SizeI| :direction :in)
56 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
57 :retained t))
58 :category "ARB_vertex_blend" :version "1.1")
59 (defglextfun "WeightuivARB" weight-uiv-arb :return "void" :args
60 ((:name |size| :type |Int32| :direction :in)
61 (:name |weights| :type |UInt32| :direction :in :array t :size size))
62 :category "ARB_vertex_blend" :version "1.1")
63 (defglextfun "WeightusvARB" weight-usv-arb :return "void" :args
64 ((:name |size| :type |Int32| :direction :in)
65 (:name |weights| :type |UInt16| :direction :in :array t :size size))
66 :category "ARB_vertex_blend" :version "1.1")
67 (defglextfun "WeightubvARB" weight-ubv-arb :return "void" :args
68 ((:name |size| :type |Int32| :direction :in)
69 (:name |weights| :type |UInt8| :direction :in :array t :size size))
70 :category "ARB_vertex_blend" :version "1.1")
71 (defglextfun "WeightdvARB" weight-dv-arb :return "void" :args
72 ((:name |size| :type |Int32| :direction :in)
73 (:name |weights| :type |Float64| :direction :in :array t :size size))
74 :category "ARB_vertex_blend" :version "1.1")
75 (defglextfun "WeightfvARB" weight-fv-arb :return "void" :args
76 ((:name |size| :type |Int32| :direction :in)
77 (:name |weights| :type |Float32| :direction :in :array t :size size))
78 :category "ARB_vertex_blend" :version "1.1")
79 (defglextfun "WeightivARB" weight-iv-arb :return "void" :args
80 ((:name |size| :type |Int32| :direction :in)
81 (:name |weights| :type |Int32| :direction :in :array t :size size))
82 :category "ARB_vertex_blend" :version "1.1")
83 (defglextfun "WeightsvARB" weight-sv-arb :return "void" :args
84 ((:name |size| :type |Int32| :direction :in)
85 (:name |weights| :type |Int16| :direction :in :array t :size size))
86 :category "ARB_vertex_blend" :version "1.1")
87 (defglextfun "WeightbvARB" weight-bv-arb :return "void" :args
88 ((:name |size| :type |Int32| :direction :in)
89 (:name |weights| :type |Int8| :direction :in :array t :size size))
90 :category "ARB_vertex_blend" :version "1.1")