Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_gpu_shader4.lisp
blobe3e54862aefce95d09b1e59a85ff95bdffa582a0
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 ;;;; ext_gpu_shader4
7 (defconstant +sampler-1d-array-ext+ #x8DC0)
8 (defconstant +sampler-2d-array-ext+ #x8DC1)
9 (defconstant +sampler-buffer-ext+ #x8DC2)
10 (defconstant +sampler-1d-array-shadow-ext+ #x8DC3)
11 (defconstant +sampler-2d-array-shadow-ext+ #x8DC4)
12 (defconstant +sampler-cube-shadow-ext+ #x8DC5)
13 (defconstant +unsigned-int-vec2-ext+ #x8DC6)
14 (defconstant +unsigned-int-vec3-ext+ #x8DC7)
15 (defconstant +unsigned-int-vec4-ext+ #x8DC8)
16 (defconstant +int-sampler-1d-ext+ #x8DC9)
17 (defconstant +int-sampler-2d-ext+ #x8DCA)
18 (defconstant +int-sampler-3d-ext+ #x8DCB)
19 (defconstant +int-sampler-cube-ext+ #x8DCC)
20 (defconstant +int-sampler-2d-rect-ext+ #x8DCD)
21 (defconstant +int-sampler-1d-array-ext+ #x8DCE)
22 (defconstant +int-sampler-2d-array-ext+ #x8DCF)
23 (defconstant +int-sampler-buffer-ext+ #x8DD0)
24 (defconstant +unsigned-int-sampler-1d-ext+ #x8DD1)
25 (defconstant +unsigned-int-sampler-2d-ext+ #x8DD2)
26 (defconstant +unsigned-int-sampler-3d-ext+ #x8DD3)
27 (defconstant +unsigned-int-sampler-cube-ext+ #x8DD4)
28 (defconstant +unsigned-int-sampler-2d-rect-ext+ #x8DD5)
29 (defconstant +unsigned-int-sampler-1d-array-ext+ #x8DD6)
30 (defconstant +unsigned-int-sampler-2d-array-ext+ #x8DD7)
31 (defconstant +unsigned-int-sampler-buffer-ext+ #x8DD8)
32 (defconstant +sampler-1d-array-ext+ #x8DC0)
33 (defconstant +sampler-2d-array-ext+ #x8DC1)
34 (defconstant +sampler-buffer-ext+ #x8DC2)
35 (defconstant +sampler-1d-array-shadow-ext+ #x8DC3)
36 (defconstant +sampler-2d-array-shadow-ext+ #x8DC4)
37 (defconstant +sampler-cube-shadow-ext+ #x8DC5)
38 (defconstant +unsigned-int-vec2-ext+ #x8DC6)
39 (defconstant +unsigned-int-vec3-ext+ #x8DC7)
40 (defconstant +unsigned-int-vec4-ext+ #x8DC8)
41 (defconstant +int-sampler-1d-ext+ #x8DC9)
42 (defconstant +int-sampler-2d-ext+ #x8DCA)
43 (defconstant +int-sampler-3d-ext+ #x8DCB)
44 (defconstant +int-sampler-cube-ext+ #x8DCC)
45 (defconstant +int-sampler-2d-rect-ext+ #x8DCD)
46 (defconstant +int-sampler-1d-array-ext+ #x8DCE)
47 (defconstant +int-sampler-2d-array-ext+ #x8DCF)
48 (defconstant +int-sampler-buffer-ext+ #x8DD0)
49 (defconstant +unsigned-int-sampler-1d-ext+ #x8DD1)
50 (defconstant +unsigned-int-sampler-2d-ext+ #x8DD2)
51 (defconstant +unsigned-int-sampler-3d-ext+ #x8DD3)
52 (defconstant +unsigned-int-sampler-cube-ext+ #x8DD4)
53 (defconstant +unsigned-int-sampler-2d-rect-ext+ #x8DD5)
54 (defconstant +unsigned-int-sampler-1d-array-ext+ #x8DD6)
55 (defconstant +unsigned-int-sampler-2d-array-ext+ #x8DD7)
56 (defconstant +unsigned-int-sampler-buffer-ext+ #x8DD8)
57 (defglextfun "Uniform4uivEXT" uniform-4uiv-ext :return "void" :args
58 ((:name |location| :type |Int32| :direction :in)
59 (:name |count| :type |SizeI| :direction :in)
60 (:name |value| :type |UInt32| :direction :in :array t :size count*4))
61 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
62 (defglextfun "Uniform3uivEXT" uniform-3uiv-ext :return "void" :args
63 ((:name |location| :type |Int32| :direction :in)
64 (:name |count| :type |SizeI| :direction :in)
65 (:name |value| :type |UInt32| :direction :in :array t :size count*3))
66 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
67 (defglextfun "Uniform2uivEXT" uniform-2uiv-ext :return "void" :args
68 ((:name |location| :type |Int32| :direction :in)
69 (:name |count| :type |SizeI| :direction :in)
70 (:name |value| :type |UInt32| :direction :in :array t :size count*2))
71 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
72 (defglextfun "Uniform1uivEXT" uniform-1uiv-ext :return "void" :args
73 ((:name |location| :type |Int32| :direction :in)
74 (:name |count| :type |SizeI| :direction :in)
75 (:name |value| :type |UInt32| :direction :in :array t :size count))
76 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
77 (defglextfun "Uniform4uiEXT" uniform-4ui-ext :return "void" :args
78 ((:name |location| :type |Int32| :direction :in)
79 (:name |v0| :type |UInt32| :direction :in)
80 (:name |v1| :type |UInt32| :direction :in)
81 (:name |v2| :type |UInt32| :direction :in)
82 (:name |v3| :type |UInt32| :direction :in))
83 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
84 (defglextfun "Uniform3uiEXT" uniform-3ui-ext :return "void" :args
85 ((:name |location| :type |Int32| :direction :in)
86 (:name |v0| :type |UInt32| :direction :in)
87 (:name |v1| :type |UInt32| :direction :in)
88 (:name |v2| :type |UInt32| :direction :in))
89 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
90 (defglextfun "Uniform2uiEXT" uniform-2ui-ext :return "void" :args
91 ((:name |location| :type |Int32| :direction :in)
92 (:name |v0| :type |UInt32| :direction :in)
93 (:name |v1| :type |UInt32| :direction :in))
94 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
95 (defglextfun "Uniform1uiEXT" uniform-1ui-ext :return "void" :args
96 ((:name |location| :type |Int32| :direction :in)
97 (:name |v0| :type |UInt32| :direction :in))
98 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
99 (defglextfun "GetFragDataLocationEXT" get-frag-data-location-ext :return
100 "Int32" :args
101 ((:name |program| :type |UInt32| :direction :in)
102 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
103 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
104 (defglextfun "BindFragDataLocationEXT" bind-frag-data-location-ext :return
105 "void" :args
106 ((:name |program| :type |UInt32| :direction :in)
107 (:name |color| :type |UInt32| :direction :in)
108 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
109 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
110 (defglextfun "GetUniformuivEXT" get-uniform-uiv-ext :return "void" :args
111 ((:name |program| :type |UInt32| :direction :in)
112 (:name |location| :type |Int32| :direction :in)
113 (:name |params| :type |UInt32| :direction :out :array t :size
114 (|program| |location|)))
115 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
116 (make-extension-loader |EXT_gpu_shader4|
117 (("Uniform4uivEXT" uniform-4uiv-ext :return "void" :args
118 ((:name |location| :type |Int32| :direction :in)
119 (:name |count| :type |SizeI| :direction :in)
120 (:name |value| :type |UInt32| :direction :in :array t :size count*4))
121 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
122 ("Uniform3uivEXT" uniform-3uiv-ext :return "void" :args
123 ((:name |location| :type |Int32| :direction :in)
124 (:name |count| :type |SizeI| :direction :in)
125 (:name |value| :type |UInt32| :direction :in :array t :size count*3))
126 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
127 ("Uniform2uivEXT" uniform-2uiv-ext :return "void" :args
128 ((:name |location| :type |Int32| :direction :in)
129 (:name |count| :type |SizeI| :direction :in)
130 (:name |value| :type |UInt32| :direction :in :array t :size count*2))
131 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
132 ("Uniform1uivEXT" uniform-1uiv-ext :return "void" :args
133 ((:name |location| :type |Int32| :direction :in)
134 (:name |count| :type |SizeI| :direction :in)
135 (:name |value| :type |UInt32| :direction :in :array t :size count))
136 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
137 ("Uniform4uiEXT" uniform-4ui-ext :return "void" :args
138 ((:name |location| :type |Int32| :direction :in)
139 (:name |v0| :type |UInt32| :direction :in)
140 (:name |v1| :type |UInt32| :direction :in)
141 (:name |v2| :type |UInt32| :direction :in)
142 (:name |v3| :type |UInt32| :direction :in))
143 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
144 ("Uniform3uiEXT" uniform-3ui-ext :return "void" :args
145 ((:name |location| :type |Int32| :direction :in)
146 (:name |v0| :type |UInt32| :direction :in)
147 (:name |v1| :type |UInt32| :direction :in)
148 (:name |v2| :type |UInt32| :direction :in))
149 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
150 ("Uniform2uiEXT" uniform-2ui-ext :return "void" :args
151 ((:name |location| :type |Int32| :direction :in)
152 (:name |v0| :type |UInt32| :direction :in)
153 (:name |v1| :type |UInt32| :direction :in))
154 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
155 ("Uniform1uiEXT" uniform-1ui-ext :return "void" :args
156 ((:name |location| :type |Int32| :direction :in)
157 (:name |v0| :type |UInt32| :direction :in))
158 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
159 ("GetFragDataLocationEXT" get-frag-data-location-ext :return "Int32" :args
160 ((:name |program| :type |UInt32| :direction :in)
161 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
162 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
163 ("BindFragDataLocationEXT" bind-frag-data-location-ext :return "void" :args
164 ((:name |program| :type |UInt32| :direction :in)
165 (:name |color| :type |UInt32| :direction :in)
166 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
167 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")
168 ("GetUniformuivEXT" get-uniform-uiv-ext :return "void" :args
169 ((:name |program| :type |UInt32| :direction :in)
170 (:name |location| :type |Int32| :direction :in)
171 (:name |params| :type |UInt32| :direction :out :array t :size
172 (|program| |location|)))
173 :category "EXT_gpu_shader4" :deprecated nil :version "2.0")))