Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_gpu_shader4.lisp
bloba303ef80187bafe59fb5fd748b7f91a342ede316
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 (defglextfun
33 (("Uniform4uivEXT" uniform-4uiv-ext) :args
34 ((:name |location| :type |Int32| :direction :in)
35 (:name |count| :type |SizeI| :direction :in)
36 (:name |value| :type |UInt32| :direction :in :array t :size count*4))
37 :return ("void") :category ("EXT_gpu_shader4") :version ("2.0") :extension
38 ("soft" "WINSOFT") :glfflags ("ignore") :glsflags ("ignore") :glxflags
39 ("ignore")))
40 (defglextfun
41 (("Uniform3uivEXT" uniform-3uiv-ext) :args
42 ((:name |location| :type |Int32| :direction :in)
43 (:name |count| :type |SizeI| :direction :in)
44 (:name |value| :type |UInt32| :direction :in :array t :size count*3))
45 :return ("void") :category ("EXT_gpu_shader4") :version ("2.0") :extension
46 ("soft" "WINSOFT") :glfflags ("ignore") :glsflags ("ignore") :glxflags
47 ("ignore")))
48 (defglextfun
49 (("Uniform2uivEXT" uniform-2uiv-ext) :args
50 ((:name |location| :type |Int32| :direction :in)
51 (:name |count| :type |SizeI| :direction :in)
52 (:name |value| :type |UInt32| :direction :in :array t :size count*2))
53 :return ("void") :category ("EXT_gpu_shader4") :version ("2.0") :extension
54 ("soft" "WINSOFT") :glfflags ("ignore") :glsflags ("ignore") :glxflags
55 ("ignore")))
56 (defglextfun
57 (("Uniform1uivEXT" uniform-1uiv-ext) :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))
61 :return ("void") :category ("EXT_gpu_shader4") :version ("2.0") :extension
62 ("soft" "WINSOFT") :glfflags ("ignore") :glsflags ("ignore") :glxflags
63 ("ignore")))
64 (defglextfun
65 (("Uniform4uiEXT" uniform-4ui-ext) :args
66 ((:name |location| :type |Int32| :direction :in)
67 (:name |v0| :type |UInt32| :direction :in)
68 (:name |v1| :type |UInt32| :direction :in)
69 (:name |v2| :type |UInt32| :direction :in)
70 (:name |v3| :type |UInt32| :direction :in))
71 :return ("void") :category ("EXT_gpu_shader4") :version ("2.0") :extension
72 ("soft" "WINSOFT") :glfflags ("ignore") :glsflags ("ignore") :glxflags
73 ("ignore")))
74 (defglextfun
75 (("Uniform3uiEXT" uniform-3ui-ext) :args
76 ((:name |location| :type |Int32| :direction :in)
77 (:name |v0| :type |UInt32| :direction :in)
78 (:name |v1| :type |UInt32| :direction :in)
79 (:name |v2| :type |UInt32| :direction :in))
80 :return ("void") :category ("EXT_gpu_shader4") :version ("2.0") :extension
81 ("soft" "WINSOFT") :glfflags ("ignore") :glsflags ("ignore") :glxflags
82 ("ignore")))
83 (defglextfun
84 (("Uniform2uiEXT" uniform-2ui-ext) :args
85 ((:name |location| :type |Int32| :direction :in)
86 (:name |v0| :type |UInt32| :direction :in)
87 (:name |v1| :type |UInt32| :direction :in))
88 :return ("void") :category ("EXT_gpu_shader4") :version ("2.0") :extension
89 ("soft" "WINSOFT") :glfflags ("ignore") :glsflags ("ignore") :glxflags
90 ("ignore")))
91 (defglextfun
92 (("Uniform1uiEXT" uniform-1ui-ext) :args
93 ((:name |location| :type |Int32| :direction :in)
94 (:name |v0| :type |UInt32| :direction :in))
95 :return ("void") :category ("EXT_gpu_shader4") :version ("2.0") :extension
96 ("soft" "WINSOFT") :glfflags ("ignore") :glsflags ("ignore") :glxflags
97 ("ignore")))
98 (defglextfun
99 (("GetFragDataLocationEXT" get-frag-data-location-ext) :args
100 ((:name |program| :type |UInt32| :direction :in)
101 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
102 :return ("Int32") :category ("EXT_gpu_shader4") :dlflags ("notlistable")
103 :version ("2.0") :extension ("soft" "WINSOFT") :glfflags ("ignore") :glsflags
104 ("ignore") :glxflags ("ignore")))
105 (defglextfun
106 (("BindFragDataLocationEXT" bind-frag-data-location-ext) :args
107 ((:name |program| :type |UInt32| :direction :in)
108 (:name |color| :type |UInt32| :direction :in)
109 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
110 :return ("void") :category ("EXT_gpu_shader4") :dlflags ("notlistable")
111 :version ("2.0") :extension ("soft" "WINSOFT") :glfflags ("ignore") :glsflags
112 ("ignore") :glxflags ("ignore")))
113 (defglextfun
114 (("GetUniformuivEXT" get-uniform-uiv-ext) :args
115 ((:name |program| :type |UInt32| :direction :in)
116 (:name |location| :type |Int32| :direction :in)
117 (:name |params| :type |UInt32| :direction :out :array t :size
118 (|program| |location|)))
119 :return ("void") :category ("EXT_gpu_shader4") :dlflags ("notlistable")
120 :version ("2.0") :extension ("soft" "WINSOFT") :glfflags ("ignore") :glsflags
121 ("ignore") :glxflags ("ignore")))