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 ;;;; apple_vertex_program_evaluators
7 (defconstant +vertex-attrib-map1-apple
+ #x8A00
)
8 (defconstant +vertex-attrib-map2-apple
+ #x8A01
)
9 (defconstant +vertex-attrib-map1-size-apple
+ #x8A02
)
10 (defconstant +vertex-attrib-map1-coeff-apple
+ #x8A03
)
11 (defconstant +vertex-attrib-map1-order-apple
+ #x8A04
)
12 (defconstant +vertex-attrib-map1-domain-apple
+ #x8A05
)
13 (defconstant +vertex-attrib-map2-size-apple
+ #x8A06
)
14 (defconstant +vertex-attrib-map2-coeff-apple
+ #x8A07
)
15 (defconstant +vertex-attrib-map2-order-apple
+ #x8A08
)
16 (defconstant +vertex-attrib-map2-domain-apple
+ #x8A09
)
17 (defconstant +vertex-attrib-map1-apple
+ #x8A00
)
18 (defconstant +vertex-attrib-map2-apple
+ #x8A01
)
19 (defconstant +vertex-attrib-map1-size-apple
+ #x8A02
)
20 (defconstant +vertex-attrib-map1-coeff-apple
+ #x8A03
)
21 (defconstant +vertex-attrib-map1-order-apple
+ #x8A04
)
22 (defconstant +vertex-attrib-map1-domain-apple
+ #x8A05
)
23 (defconstant +vertex-attrib-map2-size-apple
+ #x8A06
)
24 (defconstant +vertex-attrib-map2-coeff-apple
+ #x8A07
)
25 (defconstant +vertex-attrib-map2-order-apple
+ #x8A08
)
26 (defconstant +vertex-attrib-map2-domain-apple
+ #x8A09
)
27 (defglextfun "MapVertexAttrib2fAPPLE" map-vertex-attrib-2f-apple
:return
"void"
29 ((:name |index|
:type |UInt32|
:direction
:in
)
30 (:name |size|
:type |UInt32|
:direction
:in
)
31 (:name |u1|
:type |CoordF|
:direction
:in
)
32 (:name |u2|
:type |CoordF|
:direction
:in
)
33 (:name |ustride|
:type |Int32|
:direction
:in
)
34 (:name |uorder|
:type |CheckedInt32|
:direction
:in
)
35 (:name |v1|
:type |CoordF|
:direction
:in
)
36 (:name |v2|
:type |CoordF|
:direction
:in
)
37 (:name |vstride|
:type |Int32|
:direction
:in
)
38 (:name |vorder|
:type |CheckedInt32|
:direction
:in
)
39 (:name |points|
:type |CoordF|
:direction
:in
:array t
:size
40 (|size| |ustride| |uorder| |vstride| |vorder|
)))
41 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
42 (defglextfun "MapVertexAttrib2dAPPLE" map-vertex-attrib-2d-apple
:return
"void"
44 ((:name |index|
:type |UInt32|
:direction
:in
)
45 (:name |size|
:type |UInt32|
:direction
:in
)
46 (:name |u1|
:type |CoordD|
:direction
:in
)
47 (:name |u2|
:type |CoordD|
:direction
:in
)
48 (:name |ustride|
:type |Int32|
:direction
:in
)
49 (:name |uorder|
:type |CheckedInt32|
:direction
:in
)
50 (:name |v1|
:type |CoordD|
:direction
:in
)
51 (:name |v2|
:type |CoordD|
:direction
:in
)
52 (:name |vstride|
:type |Int32|
:direction
:in
)
53 (:name |vorder|
:type |CheckedInt32|
:direction
:in
)
54 (:name |points|
:type |CoordD|
:direction
:in
:array t
:size
55 (|size| |ustride| |uorder| |vstride| |vorder|
)))
56 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
57 (defglextfun "MapVertexAttrib1fAPPLE" map-vertex-attrib-1f-apple
:return
"void"
59 ((:name |index|
:type |UInt32|
:direction
:in
)
60 (:name |size|
:type |UInt32|
:direction
:in
)
61 (:name |u1|
:type |CoordF|
:direction
:in
)
62 (:name |u2|
:type |CoordF|
:direction
:in
)
63 (:name |stride|
:type |Int32|
:direction
:in
)
64 (:name |order|
:type |CheckedInt32|
:direction
:in
)
65 (:name |points|
:type |CoordF|
:direction
:in
:array t
:size
66 (|size| |stride| |order|
)))
67 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
68 (defglextfun "MapVertexAttrib1dAPPLE" map-vertex-attrib-1d-apple
:return
"void"
70 ((:name |index|
:type |UInt32|
:direction
:in
)
71 (:name |size|
:type |UInt32|
:direction
:in
)
72 (:name |u1|
:type |CoordD|
:direction
:in
)
73 (:name |u2|
:type |CoordD|
:direction
:in
)
74 (:name |stride|
:type |Int32|
:direction
:in
)
75 (:name |order|
:type |CheckedInt32|
:direction
:in
)
76 (:name |points|
:type |CoordD|
:direction
:in
:array t
:size
77 (|size| |stride| |order|
)))
78 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
79 (defglextfun "IsVertexAttribEnabledAPPLE" is-vertex-attrib-enabled-apple
80 :return
"Boolean" :args
81 ((:name |index|
:type |UInt32|
:direction
:in
)
82 (:name |pname|
:type |GLenum|
:direction
:in
))
83 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
84 (defglextfun "DisableVertexAttribAPPLE" disable-vertex-attrib-apple
:return
86 ((:name |index|
:type |UInt32|
:direction
:in
)
87 (:name |pname|
:type |GLenum|
:direction
:in
))
88 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
89 (defglextfun "EnableVertexAttribAPPLE" enable-vertex-attrib-apple
:return
91 ((:name |index|
:type |UInt32|
:direction
:in
)
92 (:name |pname|
:type |GLenum|
:direction
:in
))
93 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
94 (make-extension-loader |APPLE_vertex_program_evaluators|
95 (("MapVertexAttrib2fAPPLE" map-vertex-attrib-2f-apple
:return
"void" :args
96 ((:name |index|
:type |UInt32|
:direction
:in
)
97 (:name |size|
:type |UInt32|
:direction
:in
)
98 (:name |u1|
:type |CoordF|
:direction
:in
)
99 (:name |u2|
:type |CoordF|
:direction
:in
)
100 (:name |ustride|
:type |Int32|
:direction
:in
)
101 (:name |uorder|
:type |CheckedInt32|
:direction
:in
)
102 (:name |v1|
:type |CoordF|
:direction
:in
)
103 (:name |v2|
:type |CoordF|
:direction
:in
)
104 (:name |vstride|
:type |Int32|
:direction
:in
)
105 (:name |vorder|
:type |CheckedInt32|
:direction
:in
)
106 (:name |points|
:type |CoordF|
:direction
:in
:array t
:size
107 (|size| |ustride| |uorder| |vstride| |vorder|
)))
108 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
109 ("MapVertexAttrib2dAPPLE" map-vertex-attrib-2d-apple
:return
"void" :args
110 ((:name |index|
:type |UInt32|
:direction
:in
)
111 (:name |size|
:type |UInt32|
:direction
:in
)
112 (:name |u1|
:type |CoordD|
:direction
:in
)
113 (:name |u2|
:type |CoordD|
:direction
:in
)
114 (:name |ustride|
:type |Int32|
:direction
:in
)
115 (:name |uorder|
:type |CheckedInt32|
:direction
:in
)
116 (:name |v1|
:type |CoordD|
:direction
:in
)
117 (:name |v2|
:type |CoordD|
:direction
:in
)
118 (:name |vstride|
:type |Int32|
:direction
:in
)
119 (:name |vorder|
:type |CheckedInt32|
:direction
:in
)
120 (:name |points|
:type |CoordD|
:direction
:in
:array t
:size
121 (|size| |ustride| |uorder| |vstride| |vorder|
)))
122 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
123 ("MapVertexAttrib1fAPPLE" map-vertex-attrib-1f-apple
:return
"void" :args
124 ((:name |index|
:type |UInt32|
:direction
:in
)
125 (:name |size|
:type |UInt32|
:direction
:in
)
126 (:name |u1|
:type |CoordF|
:direction
:in
)
127 (:name |u2|
:type |CoordF|
:direction
:in
)
128 (:name |stride|
:type |Int32|
:direction
:in
)
129 (:name |order|
:type |CheckedInt32|
:direction
:in
)
130 (:name |points|
:type |CoordF|
:direction
:in
:array t
:size
131 (|size| |stride| |order|
)))
132 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
133 ("MapVertexAttrib1dAPPLE" map-vertex-attrib-1d-apple
:return
"void" :args
134 ((:name |index|
:type |UInt32|
:direction
:in
)
135 (:name |size|
:type |UInt32|
:direction
:in
)
136 (:name |u1|
:type |CoordD|
:direction
:in
)
137 (:name |u2|
:type |CoordD|
:direction
:in
)
138 (:name |stride|
:type |Int32|
:direction
:in
)
139 (:name |order|
:type |CheckedInt32|
:direction
:in
)
140 (:name |points|
:type |CoordD|
:direction
:in
:array t
:size
141 (|size| |stride| |order|
)))
142 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
143 ("IsVertexAttribEnabledAPPLE" is-vertex-attrib-enabled-apple
:return
145 ((:name |index|
:type |UInt32|
:direction
:in
)
146 (:name |pname|
:type |GLenum|
:direction
:in
))
147 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
148 ("DisableVertexAttribAPPLE" disable-vertex-attrib-apple
:return
"void" :args
149 ((:name |index|
:type |UInt32|
:direction
:in
)
150 (:name |pname|
:type |GLenum|
:direction
:in
))
151 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")
152 ("EnableVertexAttribAPPLE" enable-vertex-attrib-apple
:return
"void" :args
153 ((:name |index|
:type |UInt32|
:direction
:in
)
154 (:name |pname|
:type |GLenum|
:direction
:in
))
155 :category
"APPLE_vertex_program_evaluators" :deprecated nil
:version
"1.5")))