dd3f338f5fdbecb687b2683e60584850166470e2
[cl-glfw.git] / lib / opengl-arb_gpu_shader_fp64.lisp
blobdd3f338f5fdbecb687b2683e60584850166470e2
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")