Better support for loading extensions:
[cl-glfw.git] / lib / opengl-arb_sampler_objects.lisp
blob5401eb165975b1886a3cb5ad99ff6d7d2cea6e8f
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_sampler_objects
7 (defconstant +sampler-binding+ #x8919)
8 (defconstant +sampler-binding+ #x8919)
9 (defglextfun "GetSamplerParameterIuiv" get-sampler-parameter-i-uiv :return
10 "void" :args
11 ((:name |sampler| :type |UInt32| :direction :in)
12 (:name |pname| :type |GLenum| :direction :in)
13 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
14 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
15 (defglextfun "GetSamplerParameterfv" get-sampler-parameter-fv :return "void"
16 :args
17 ((:name |sampler| :type |UInt32| :direction :in)
18 (:name |pname| :type |GLenum| :direction :in)
19 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
20 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
21 (defglextfun "GetSamplerParameterIiv" get-sampler-parameter-i-iv :return "void"
22 :args
23 ((:name |sampler| :type |UInt32| :direction :in)
24 (:name |pname| :type |GLenum| :direction :in)
25 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
26 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
27 (defglextfun "GetSamplerParameteriv" get-sampler-parameter-iv :return "void"
28 :args
29 ((:name |sampler| :type |UInt32| :direction :in)
30 (:name |pname| :type |GLenum| :direction :in)
31 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
32 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
33 (defglextfun "SamplerParameterIuiv" sampler-parameter-i-uiv :return "void"
34 :args
35 ((:name |sampler| :type |UInt32| :direction :in)
36 (:name |pname| :type |GLenum| :direction :in)
37 (:name |param| :type |UInt32| :direction :in :array t :size (|pname|)))
38 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
39 (defglextfun "SamplerParameterIiv" sampler-parameter-i-iv :return "void" :args
40 ((:name |sampler| :type |UInt32| :direction :in)
41 (:name |pname| :type |GLenum| :direction :in)
42 (:name |param| :type |Int32| :direction :in :array t :size (|pname|)))
43 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
44 (defglextfun "SamplerParameterfv" sampler-parameter-fv :return "void" :args
45 ((:name |sampler| :type |UInt32| :direction :in)
46 (:name |pname| :type |GLenum| :direction :in)
47 (:name |param| :type |Float32| :direction :in :array t :size (|pname|)))
48 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
49 (defglextfun "SamplerParameterf" sampler-parameter-f :return "void" :args
50 ((:name |sampler| :type |UInt32| :direction :in)
51 (:name |pname| :type |GLenum| :direction :in)
52 (:name |param| :type |Float32| :direction :in))
53 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
54 (defglextfun "SamplerParameteriv" sampler-parameter-iv :return "void" :args
55 ((:name |sampler| :type |UInt32| :direction :in)
56 (:name |pname| :type |GLenum| :direction :in)
57 (:name |param| :type |Int32| :direction :in :array t :size (|pname|)))
58 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
59 (defglextfun "SamplerParameteri" sampler-parameter-i :return "void" :args
60 ((:name |sampler| :type |UInt32| :direction :in)
61 (:name |pname| :type |GLenum| :direction :in)
62 (:name |param| :type |Int32| :direction :in))
63 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
64 (defglextfun "BindSampler" bind-sampler :return "void" :args
65 ((:name |unit| :type |UInt32| :direction :in)
66 (:name |sampler| :type |UInt32| :direction :in))
67 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
68 (defglextfun "IsSampler" is-sampler :return "Boolean" :args
69 ((:name |sampler| :type |UInt32| :direction :in)) :category
70 "ARB_sampler_objects" :deprecated nil :version "1.2")
71 (defglextfun "DeleteSamplers" delete-samplers :return "void" :args
72 ((:name |count| :type |SizeI| :direction :in)
73 (:name |samplers| :type |UInt32| :direction :in :array t :size count))
74 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
75 (defglextfun "GenSamplers" gen-samplers :return "void" :args
76 ((:name |count| :type |SizeI| :direction :in)
77 (:name |samplers| :type |UInt32| :direction :out :array t :size count))
78 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
79 (make-extension-loader |ARB_sampler_objects|
80 (("GetSamplerParameterIuiv" get-sampler-parameter-i-uiv :return "void" :args
81 ((:name |sampler| :type |UInt32| :direction :in)
82 (:name |pname| :type |GLenum| :direction :in)
83 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
84 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
85 ("GetSamplerParameterfv" get-sampler-parameter-fv :return "void" :args
86 ((:name |sampler| :type |UInt32| :direction :in)
87 (:name |pname| :type |GLenum| :direction :in)
88 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
89 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
90 ("GetSamplerParameterIiv" get-sampler-parameter-i-iv :return "void" :args
91 ((:name |sampler| :type |UInt32| :direction :in)
92 (:name |pname| :type |GLenum| :direction :in)
93 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
94 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
95 ("GetSamplerParameteriv" get-sampler-parameter-iv :return "void" :args
96 ((:name |sampler| :type |UInt32| :direction :in)
97 (:name |pname| :type |GLenum| :direction :in)
98 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
99 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
100 ("SamplerParameterIuiv" sampler-parameter-i-uiv :return "void" :args
101 ((:name |sampler| :type |UInt32| :direction :in)
102 (:name |pname| :type |GLenum| :direction :in)
103 (:name |param| :type |UInt32| :direction :in :array t :size (|pname|)))
104 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
105 ("SamplerParameterIiv" sampler-parameter-i-iv :return "void" :args
106 ((:name |sampler| :type |UInt32| :direction :in)
107 (:name |pname| :type |GLenum| :direction :in)
108 (:name |param| :type |Int32| :direction :in :array t :size (|pname|)))
109 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
110 ("SamplerParameterfv" sampler-parameter-fv :return "void" :args
111 ((:name |sampler| :type |UInt32| :direction :in)
112 (:name |pname| :type |GLenum| :direction :in)
113 (:name |param| :type |Float32| :direction :in :array t :size (|pname|)))
114 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
115 ("SamplerParameterf" sampler-parameter-f :return "void" :args
116 ((:name |sampler| :type |UInt32| :direction :in)
117 (:name |pname| :type |GLenum| :direction :in)
118 (:name |param| :type |Float32| :direction :in))
119 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
120 ("SamplerParameteriv" sampler-parameter-iv :return "void" :args
121 ((:name |sampler| :type |UInt32| :direction :in)
122 (:name |pname| :type |GLenum| :direction :in)
123 (:name |param| :type |Int32| :direction :in :array t :size (|pname|)))
124 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
125 ("SamplerParameteri" sampler-parameter-i :return "void" :args
126 ((:name |sampler| :type |UInt32| :direction :in)
127 (:name |pname| :type |GLenum| :direction :in)
128 (:name |param| :type |Int32| :direction :in))
129 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
130 ("BindSampler" bind-sampler :return "void" :args
131 ((:name |unit| :type |UInt32| :direction :in)
132 (:name |sampler| :type |UInt32| :direction :in))
133 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
134 ("IsSampler" is-sampler :return "Boolean" :args
135 ((:name |sampler| :type |UInt32| :direction :in)) :category
136 "ARB_sampler_objects" :deprecated nil :version "1.2")
137 ("DeleteSamplers" delete-samplers :return "void" :args
138 ((:name |count| :type |SizeI| :direction :in)
139 (:name |samplers| :type |UInt32| :direction :in :array t :size count))
140 :category "ARB_sampler_objects" :deprecated nil :version "1.2")
141 ("GenSamplers" gen-samplers :return "void" :args
142 ((:name |count| :type |SizeI| :direction :in)
143 (:name |samplers| :type |UInt32| :direction :out :array t :size count))
144 :category "ARB_sampler_objects" :deprecated nil :version "1.2")))