Documentation changes.
[cl-glfw.git] / lib / opengl-ext_gpu_shader4.lisp
blobdbe956d3368821ffc04a38885b159e730c739685
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 "Uniform4uivEXT" uniform-4uiv-ext :return "void" :args
33 ((:name |location| :type |Int32| :direction :in)
34 (:name |count| :type |SizeI| :direction :in)
35 (:name |value| :type |UInt32| :direction :in :array t :size count*4))
36 :category "EXT_gpu_shader4" :version "2.0")
37 (defglextfun "Uniform3uivEXT" uniform-3uiv-ext :return "void" :args
38 ((:name |location| :type |Int32| :direction :in)
39 (:name |count| :type |SizeI| :direction :in)
40 (:name |value| :type |UInt32| :direction :in :array t :size count*3))
41 :category "EXT_gpu_shader4" :version "2.0")
42 (defglextfun "Uniform2uivEXT" uniform-2uiv-ext :return "void" :args
43 ((:name |location| :type |Int32| :direction :in)
44 (:name |count| :type |SizeI| :direction :in)
45 (:name |value| :type |UInt32| :direction :in :array t :size count*2))
46 :category "EXT_gpu_shader4" :version "2.0")
47 (defglextfun "Uniform1uivEXT" uniform-1uiv-ext :return "void" :args
48 ((:name |location| :type |Int32| :direction :in)
49 (:name |count| :type |SizeI| :direction :in)
50 (:name |value| :type |UInt32| :direction :in :array t :size count))
51 :category "EXT_gpu_shader4" :version "2.0")
52 (defglextfun "Uniform4uiEXT" uniform-4ui-ext :return "void" :args
53 ((:name |location| :type |Int32| :direction :in)
54 (:name |v0| :type |UInt32| :direction :in)
55 (:name |v1| :type |UInt32| :direction :in)
56 (:name |v2| :type |UInt32| :direction :in)
57 (:name |v3| :type |UInt32| :direction :in))
58 :category "EXT_gpu_shader4" :version "2.0")
59 (defglextfun "Uniform3uiEXT" uniform-3ui-ext :return "void" :args
60 ((:name |location| :type |Int32| :direction :in)
61 (:name |v0| :type |UInt32| :direction :in)
62 (:name |v1| :type |UInt32| :direction :in)
63 (:name |v2| :type |UInt32| :direction :in))
64 :category "EXT_gpu_shader4" :version "2.0")
65 (defglextfun "Uniform2uiEXT" uniform-2ui-ext :return "void" :args
66 ((:name |location| :type |Int32| :direction :in)
67 (:name |v0| :type |UInt32| :direction :in)
68 (:name |v1| :type |UInt32| :direction :in))
69 :category "EXT_gpu_shader4" :version "2.0")
70 (defglextfun "Uniform1uiEXT" uniform-1ui-ext :return "void" :args
71 ((:name |location| :type |Int32| :direction :in)
72 (:name |v0| :type |UInt32| :direction :in))
73 :category "EXT_gpu_shader4" :version "2.0")
74 (defglextfun "GetFragDataLocationEXT" get-frag-data-location-ext :return
75 "Int32" :args
76 ((:name |program| :type |UInt32| :direction :in)
77 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
78 :category "EXT_gpu_shader4" :version "2.0")
79 (defglextfun "BindFragDataLocationEXT" bind-frag-data-location-ext :return
80 "void" :args
81 ((:name |program| :type |UInt32| :direction :in)
82 (:name |color| :type |UInt32| :direction :in)
83 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
84 :category "EXT_gpu_shader4" :version "2.0")
85 (defglextfun "GetUniformuivEXT" get-uniform-uiv-ext :return "void" :args
86 ((:name |program| :type |UInt32| :direction :in)
87 (:name |location| :type |Int32| :direction :in)
88 (:name |params| :type |UInt32| :direction :out :array t :size
89 (|program| |location|)))
90 :category "EXT_gpu_shader4" :version "2.0")