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_gpu_shader_fp64
7 (defconstant +double-mat2
+ #x8F46
)
8 (defconstant +double-mat3
+ #x8F47
)
9 (defconstant +double-mat4
+ #x8F48
)
10 (defconstant +double-mat2x3
+ #x8F49
)
11 (defconstant +double-mat2x4
+ #x8F4A
)
12 (defconstant +double-mat3x2
+ #x8F4B
)
13 (defconstant +double-mat3x4
+ #x8F4C
)
14 (defconstant +double-mat4x2
+ #x8F4D
)
15 (defconstant +double-mat4x3
+ #x8F4E
)
16 (defconstant +double-vec2
+ #x8FFC
)
17 (defconstant +double-vec3
+ #x8FFD
)
18 (defconstant +double-vec4
+ #x8FFE
)
19 (defconstant +double-mat2
+ #x8F46
)
20 (defconstant +double-mat3
+ #x8F47
)
21 (defconstant +double-mat4
+ #x8F48
)
22 (defconstant +double-mat2x3
+ #x8F49
)
23 (defconstant +double-mat2x4
+ #x8F4A
)
24 (defconstant +double-mat3x2
+ #x8F4B
)
25 (defconstant +double-mat3x4
+ #x8F4C
)
26 (defconstant +double-mat4x2
+ #x8F4D
)
27 (defconstant +double-mat4x3
+ #x8F4E
)
28 (defglextfun "GetUniformdv" get-uniform-dv
:return
"void" :args
29 ((:name |program|
:type |UInt32|
:direction
:in
)
30 (:name |location|
:type |Int32|
:direction
:in
)
31 (:name |params|
:type |Float64|
:direction
:out
:array t
:size
(|location|
)))
32 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
33 (defglextfun "UniformMatrix4x3dv" uniform-matrix-4x-3dv
:return
"void" :args
34 ((:name |location|
:type |Int32|
:direction
:in
)
35 (:name |count|
:type |SizeI|
:direction
:in
)
36 (:name |transpose|
:type |Boolean|
:direction
:in
)
37 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
38 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
39 (defglextfun "UniformMatrix4x2dv" uniform-matrix-4x-2dv
:return
"void" :args
40 ((:name |location|
:type |Int32|
:direction
:in
)
41 (:name |count|
:type |SizeI|
:direction
:in
)
42 (:name |transpose|
:type |Boolean|
:direction
:in
)
43 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
44 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
45 (defglextfun "UniformMatrix3x4dv" uniform-matrix-3x-4dv
:return
"void" :args
46 ((:name |location|
:type |Int32|
:direction
:in
)
47 (:name |count|
:type |SizeI|
:direction
:in
)
48 (:name |transpose|
:type |Boolean|
:direction
:in
)
49 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
50 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
51 (defglextfun "UniformMatrix3x2dv" uniform-matrix-3x-2dv
:return
"void" :args
52 ((:name |location|
:type |Int32|
:direction
:in
)
53 (:name |count|
:type |SizeI|
:direction
:in
)
54 (:name |transpose|
:type |Boolean|
:direction
:in
)
55 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
56 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
57 (defglextfun "UniformMatrix2x4dv" uniform-matrix-2x-4dv
:return
"void" :args
58 ((:name |location|
:type |Int32|
:direction
:in
)
59 (:name |count|
:type |SizeI|
:direction
:in
)
60 (:name |transpose|
:type |Boolean|
:direction
:in
)
61 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
62 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
63 (defglextfun "UniformMatrix2x3dv" uniform-matrix-2x-3dv
:return
"void" :args
64 ((:name |location|
:type |Int32|
:direction
:in
)
65 (:name |count|
:type |SizeI|
:direction
:in
)
66 (:name |transpose|
:type |Boolean|
:direction
:in
)
67 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
68 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
69 (defglextfun "UniformMatrix4dv" uniform-matrix-4dv
:return
"void" :args
70 ((:name |location|
:type |Int32|
:direction
:in
)
71 (:name |count|
:type |SizeI|
:direction
:in
)
72 (:name |transpose|
:type |Boolean|
:direction
:in
)
73 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
74 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
75 (defglextfun "UniformMatrix3dv" uniform-matrix-3dv
:return
"void" :args
76 ((:name |location|
:type |Int32|
:direction
:in
)
77 (:name |count|
:type |SizeI|
:direction
:in
)
78 (:name |transpose|
:type |Boolean|
:direction
:in
)
79 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
80 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
81 (defglextfun "UniformMatrix2dv" uniform-matrix-2dv
:return
"void" :args
82 ((:name |location|
:type |Int32|
:direction
:in
)
83 (:name |count|
:type |SizeI|
:direction
:in
)
84 (:name |transpose|
:type |Boolean|
:direction
:in
)
85 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
86 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
87 (defglextfun "Uniform4dv" uniform-4dv
:return
"void" :args
88 ((:name |location|
:type |Int32|
:direction
:in
)
89 (:name |count|
:type |SizeI|
:direction
:in
)
90 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
91 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
92 (defglextfun "Uniform3dv" uniform-3dv
:return
"void" :args
93 ((:name |location|
:type |Int32|
:direction
:in
)
94 (:name |count|
:type |SizeI|
:direction
:in
)
95 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
96 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
97 (defglextfun "Uniform2dv" uniform-2dv
:return
"void" :args
98 ((:name |location|
:type |Int32|
:direction
:in
)
99 (:name |count|
:type |SizeI|
:direction
:in
)
100 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
101 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
102 (defglextfun "Uniform1dv" uniform-1dv
:return
"void" :args
103 ((:name |location|
:type |Int32|
:direction
:in
)
104 (:name |count|
:type |SizeI|
:direction
:in
)
105 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
106 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
107 (defglextfun "Uniform4d" uniform-4d
:return
"void" :args
108 ((:name |location|
:type |Int32|
:direction
:in
)
109 (:name |x|
:type |Float64|
:direction
:in
)
110 (:name |y|
:type |Float64|
:direction
:in
)
111 (:name |z|
:type |Float64|
:direction
:in
)
112 (:name |w|
:type |Float64|
:direction
:in
))
113 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
114 (defglextfun "Uniform3d" uniform-3d
:return
"void" :args
115 ((:name |location|
:type |Int32|
:direction
:in
)
116 (:name |x|
:type |Float64|
:direction
:in
)
117 (:name |y|
:type |Float64|
:direction
:in
)
118 (:name |z|
:type |Float64|
:direction
:in
))
119 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
120 (defglextfun "Uniform2d" uniform-2d
:return
"void" :args
121 ((:name |location|
:type |Int32|
:direction
:in
)
122 (:name |x|
:type |Float64|
:direction
:in
)
123 (:name |y|
:type |Float64|
:direction
:in
))
124 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
125 (defglextfun "Uniform1d" uniform-1d
:return
"void" :args
126 ((:name |location|
:type |Int32|
:direction
:in
)
127 (:name |x|
:type |Float64|
:direction
:in
))
128 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
129 (make-extension-loader |ARB_gpu_shader_fp64|
130 (("GetUniformdv" get-uniform-dv
:return
"void" :args
131 ((:name |program|
:type |UInt32|
:direction
:in
)
132 (:name |location|
:type |Int32|
:direction
:in
)
133 (:name |params|
:type |Float64|
:direction
:out
:array t
:size
135 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
136 ("UniformMatrix4x3dv" uniform-matrix-4x-3dv
:return
"void" :args
137 ((:name |location|
:type |Int32|
:direction
:in
)
138 (:name |count|
:type |SizeI|
:direction
:in
)
139 (:name |transpose|
:type |Boolean|
:direction
:in
)
140 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
141 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
142 ("UniformMatrix4x2dv" uniform-matrix-4x-2dv
:return
"void" :args
143 ((:name |location|
:type |Int32|
:direction
:in
)
144 (:name |count|
:type |SizeI|
:direction
:in
)
145 (:name |transpose|
:type |Boolean|
:direction
:in
)
146 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
147 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
148 ("UniformMatrix3x4dv" uniform-matrix-3x-4dv
:return
"void" :args
149 ((:name |location|
:type |Int32|
:direction
:in
)
150 (:name |count|
:type |SizeI|
:direction
:in
)
151 (:name |transpose|
:type |Boolean|
:direction
:in
)
152 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
153 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
154 ("UniformMatrix3x2dv" uniform-matrix-3x-2dv
:return
"void" :args
155 ((:name |location|
:type |Int32|
:direction
:in
)
156 (:name |count|
:type |SizeI|
:direction
:in
)
157 (:name |transpose|
:type |Boolean|
:direction
:in
)
158 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
159 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
160 ("UniformMatrix2x4dv" uniform-matrix-2x-4dv
:return
"void" :args
161 ((:name |location|
:type |Int32|
:direction
:in
)
162 (:name |count|
:type |SizeI|
:direction
:in
)
163 (:name |transpose|
:type |Boolean|
:direction
:in
)
164 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
165 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
166 ("UniformMatrix2x3dv" uniform-matrix-2x-3dv
:return
"void" :args
167 ((:name |location|
:type |Int32|
:direction
:in
)
168 (:name |count|
:type |SizeI|
:direction
:in
)
169 (:name |transpose|
:type |Boolean|
:direction
:in
)
170 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
171 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
172 ("UniformMatrix4dv" uniform-matrix-4dv
:return
"void" :args
173 ((:name |location|
:type |Int32|
:direction
:in
)
174 (:name |count|
:type |SizeI|
:direction
:in
)
175 (:name |transpose|
:type |Boolean|
:direction
:in
)
176 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
177 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
178 ("UniformMatrix3dv" uniform-matrix-3dv
:return
"void" :args
179 ((:name |location|
:type |Int32|
:direction
:in
)
180 (:name |count|
:type |SizeI|
:direction
:in
)
181 (:name |transpose|
:type |Boolean|
:direction
:in
)
182 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
183 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
184 ("UniformMatrix2dv" uniform-matrix-2dv
:return
"void" :args
185 ((:name |location|
:type |Int32|
:direction
:in
)
186 (:name |count|
:type |SizeI|
:direction
:in
)
187 (:name |transpose|
:type |Boolean|
:direction
:in
)
188 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
189 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
190 ("Uniform4dv" uniform-4dv
:return
"void" :args
191 ((:name |location|
:type |Int32|
:direction
:in
)
192 (:name |count|
:type |SizeI|
:direction
:in
)
193 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
194 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
195 ("Uniform3dv" uniform-3dv
:return
"void" :args
196 ((:name |location|
:type |Int32|
:direction
:in
)
197 (:name |count|
:type |SizeI|
:direction
:in
)
198 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
199 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
200 ("Uniform2dv" uniform-2dv
:return
"void" :args
201 ((:name |location|
:type |Int32|
:direction
:in
)
202 (:name |count|
:type |SizeI|
:direction
:in
)
203 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
204 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
205 ("Uniform1dv" uniform-1dv
:return
"void" :args
206 ((:name |location|
:type |Int32|
:direction
:in
)
207 (:name |count|
:type |SizeI|
:direction
:in
)
208 (:name |value|
:type |Float64|
:direction
:in
:array t
:size count
))
209 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
210 ("Uniform4d" uniform-4d
:return
"void" :args
211 ((:name |location|
:type |Int32|
:direction
:in
)
212 (:name |x|
:type |Float64|
:direction
:in
)
213 (:name |y|
:type |Float64|
:direction
:in
)
214 (:name |z|
:type |Float64|
:direction
:in
)
215 (:name |w|
:type |Float64|
:direction
:in
))
216 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
217 ("Uniform3d" uniform-3d
:return
"void" :args
218 ((:name |location|
:type |Int32|
:direction
:in
)
219 (:name |x|
:type |Float64|
:direction
:in
)
220 (:name |y|
:type |Float64|
:direction
:in
)
221 (:name |z|
:type |Float64|
:direction
:in
))
222 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
223 ("Uniform2d" uniform-2d
:return
"void" :args
224 ((:name |location|
:type |Int32|
:direction
:in
)
225 (:name |x|
:type |Float64|
:direction
:in
)
226 (:name |y|
:type |Float64|
:direction
:in
))
227 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")
228 ("Uniform1d" uniform-1d
:return
"void" :args
229 ((:name |location|
:type |Int32|
:direction
:in
)
230 (:name |x|
:type |Float64|
:direction
:in
))
231 :category
"ARB_gpu_shader_fp64" :deprecated nil
:version
"1.2")))