1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl
)
7 (defconstant +min-program-texel-offset-nv
+ #x8904
)
8 (defconstant +max-program-texel-offset-nv
+ #x8905
)
9 (defconstant +program-attrib-components-nv
+ #x8906
)
10 (defconstant +program-result-components-nv
+ #x8907
)
11 (defconstant +max-program-attrib-components-nv
+ #x8908
)
12 (defconstant +max-program-result-components-nv
+ #x8909
)
13 (defconstant +min-program-texel-offset-nv
+ #x8904
)
14 (defconstant +max-program-texel-offset-nv
+ #x8905
)
15 (defconstant +program-attrib-components-nv
+ #x8906
)
16 (defconstant +program-result-components-nv
+ #x8907
)
17 (defconstant +max-program-attrib-components-nv
+ #x8908
)
18 (defconstant +max-program-result-components-nv
+ #x8909
)
19 (defconstant +max-program-generic-attribs-nv
+ #x8DA5
)
20 (defconstant +max-program-generic-results-nv
+ #x8DA6
)
21 (defglextfun "GetProgramEnvParameterIuivNV" get-program-env-parameter-i-uiv-nv
23 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
24 (:name |index|
:type |UInt32|
:direction
:in
)
25 (:name |params|
:type |UInt32|
:direction
:out
:array t
:size
#x4
))
26 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
27 (defglextfun "GetProgramEnvParameterIivNV" get-program-env-parameter-i-iv-nv
29 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
30 (:name |index|
:type |UInt32|
:direction
:in
)
31 (:name |params|
:type |Int32|
:direction
:out
:array t
:size
#x4
))
32 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
33 (defglextfun "GetProgramLocalParameterIuivNV"
34 get-program-local-parameter-i-uiv-nv
:return
"void" :args
35 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
36 (:name |index|
:type |UInt32|
:direction
:in
)
37 (:name |params|
:type |UInt32|
:direction
:out
:array t
:size
#x4
))
38 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
39 (defglextfun "GetProgramLocalParameterIivNV"
40 get-program-local-parameter-i-iv-nv
:return
"void" :args
41 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
42 (:name |index|
:type |UInt32|
:direction
:in
)
43 (:name |params|
:type |Int32|
:direction
:out
:array t
:size
#x4
))
44 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
45 (defglextfun "ProgramEnvParametersI4uivNV" program-env-parameters-i-4uiv-nv
47 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
48 (:name |index|
:type |UInt32|
:direction
:in
)
49 (:name |count|
:type |SizeI|
:direction
:in
)
50 (:name |params|
:type |UInt32|
:direction
:in
:array t
:size count
*4))
51 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
52 (defglextfun "ProgramEnvParameterI4uivNV" program-env-parameter-i-4uiv-nv
54 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
55 (:name |index|
:type |UInt32|
:direction
:in
)
56 (:name |params|
:type |UInt32|
:direction
:in
:array t
:size
#x4
))
57 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
58 (defglextfun "ProgramEnvParameterI4uiNV" program-env-parameter-i-4ui-nv
:return
60 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
61 (:name |index|
:type |UInt32|
:direction
:in
)
62 (:name |x|
:type |UInt32|
:direction
:in
)
63 (:name |y|
:type |UInt32|
:direction
:in
)
64 (:name |z|
:type |UInt32|
:direction
:in
)
65 (:name |w|
:type |UInt32|
:direction
:in
))
66 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
67 (defglextfun "ProgramEnvParametersI4ivNV" program-env-parameters-i-4iv-nv
69 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
70 (:name |index|
:type |UInt32|
:direction
:in
)
71 (:name |count|
:type |SizeI|
:direction
:in
)
72 (:name |params|
:type |Int32|
:direction
:in
:array t
:size count
*4))
73 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
74 (defglextfun "ProgramEnvParameterI4ivNV" program-env-parameter-i-4iv-nv
:return
76 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
77 (:name |index|
:type |UInt32|
:direction
:in
)
78 (:name |params|
:type |Int32|
:direction
:in
:array t
:size
#x4
))
79 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
80 (defglextfun "ProgramEnvParameterI4iNV" program-env-parameter-i-4i-nv
:return
82 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
83 (:name |index|
:type |UInt32|
:direction
:in
)
84 (:name |x|
:type |Int32|
:direction
:in
)
85 (:name |y|
:type |Int32|
:direction
:in
)
86 (:name |z|
:type |Int32|
:direction
:in
)
87 (:name |w|
:type |Int32|
:direction
:in
))
88 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
89 (defglextfun "ProgramLocalParametersI4uivNV" program-local-parameters-i-4uiv-nv
91 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
92 (:name |index|
:type |UInt32|
:direction
:in
)
93 (:name |count|
:type |SizeI|
:direction
:in
)
94 (:name |params|
:type |UInt32|
:direction
:in
:array t
:size count
*4))
95 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
96 (defglextfun "ProgramLocalParameterI4uivNV" program-local-parameter-i-4uiv-nv
98 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
99 (:name |index|
:type |UInt32|
:direction
:in
)
100 (:name |params|
:type |UInt32|
:direction
:in
:array t
:size
#x4
))
101 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
102 (defglextfun "ProgramLocalParameterI4uiNV" program-local-parameter-i-4ui-nv
104 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
105 (:name |index|
:type |UInt32|
:direction
:in
)
106 (:name |x|
:type |UInt32|
:direction
:in
)
107 (:name |y|
:type |UInt32|
:direction
:in
)
108 (:name |z|
:type |UInt32|
:direction
:in
)
109 (:name |w|
:type |UInt32|
:direction
:in
))
110 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
111 (defglextfun "ProgramLocalParametersI4ivNV" program-local-parameters-i-4iv-nv
113 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
114 (:name |index|
:type |UInt32|
:direction
:in
)
115 (:name |count|
:type |SizeI|
:direction
:in
)
116 (:name |params|
:type |Int32|
:direction
:in
:array t
:size count
*4))
117 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
118 (defglextfun "ProgramLocalParameterI4ivNV" program-local-parameter-i-4iv-nv
120 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
121 (:name |index|
:type |UInt32|
:direction
:in
)
122 (:name |params|
:type |Int32|
:direction
:in
:array t
:size
#x4
))
123 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
124 (defglextfun "ProgramLocalParameterI4iNV" program-local-parameter-i-4i-nv
126 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
127 (:name |index|
:type |UInt32|
:direction
:in
)
128 (:name |x|
:type |Int32|
:direction
:in
)
129 (:name |y|
:type |Int32|
:direction
:in
)
130 (:name |z|
:type |Int32|
:direction
:in
)
131 (:name |w|
:type |Int32|
:direction
:in
))
132 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
133 (make-extension-loader |NV_gpu_program4|
134 (("GetProgramEnvParameterIuivNV" get-program-env-parameter-i-uiv-nv
:return
136 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
137 (:name |index|
:type |UInt32|
:direction
:in
)
138 (:name |params|
:type |UInt32|
:direction
:out
:array t
:size
#x4
))
139 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
140 ("GetProgramEnvParameterIivNV" get-program-env-parameter-i-iv-nv
:return
142 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
143 (:name |index|
:type |UInt32|
:direction
:in
)
144 (:name |params|
:type |Int32|
:direction
:out
:array t
:size
#x4
))
145 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
146 ("GetProgramLocalParameterIuivNV" get-program-local-parameter-i-uiv-nv
148 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
149 (:name |index|
:type |UInt32|
:direction
:in
)
150 (:name |params|
:type |UInt32|
:direction
:out
:array t
:size
#x4
))
151 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
152 ("GetProgramLocalParameterIivNV" get-program-local-parameter-i-iv-nv
:return
154 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
155 (:name |index|
:type |UInt32|
:direction
:in
)
156 (:name |params|
:type |Int32|
:direction
:out
:array t
:size
#x4
))
157 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
158 ("ProgramEnvParametersI4uivNV" program-env-parameters-i-4uiv-nv
:return
160 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
161 (:name |index|
:type |UInt32|
:direction
:in
)
162 (:name |count|
:type |SizeI|
:direction
:in
)
163 (:name |params|
:type |UInt32|
:direction
:in
:array t
:size count
*4))
164 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
165 ("ProgramEnvParameterI4uivNV" program-env-parameter-i-4uiv-nv
:return
"void"
167 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
168 (:name |index|
:type |UInt32|
:direction
:in
)
169 (:name |params|
:type |UInt32|
:direction
:in
:array t
:size
#x4
))
170 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
171 ("ProgramEnvParameterI4uiNV" program-env-parameter-i-4ui-nv
:return
"void"
173 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
174 (:name |index|
:type |UInt32|
:direction
:in
)
175 (:name |x|
:type |UInt32|
:direction
:in
)
176 (:name |y|
:type |UInt32|
:direction
:in
)
177 (:name |z|
:type |UInt32|
:direction
:in
)
178 (:name |w|
:type |UInt32|
:direction
:in
))
179 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
180 ("ProgramEnvParametersI4ivNV" program-env-parameters-i-4iv-nv
:return
"void"
182 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
183 (:name |index|
:type |UInt32|
:direction
:in
)
184 (:name |count|
:type |SizeI|
:direction
:in
)
185 (:name |params|
:type |Int32|
:direction
:in
:array t
:size count
*4))
186 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
187 ("ProgramEnvParameterI4ivNV" program-env-parameter-i-4iv-nv
:return
"void"
189 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
190 (:name |index|
:type |UInt32|
:direction
:in
)
191 (:name |params|
:type |Int32|
:direction
:in
:array t
:size
#x4
))
192 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
193 ("ProgramEnvParameterI4iNV" program-env-parameter-i-4i-nv
:return
"void"
195 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
196 (:name |index|
:type |UInt32|
:direction
:in
)
197 (:name |x|
:type |Int32|
:direction
:in
)
198 (:name |y|
:type |Int32|
:direction
:in
)
199 (:name |z|
:type |Int32|
:direction
:in
)
200 (:name |w|
:type |Int32|
:direction
:in
))
201 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
202 ("ProgramLocalParametersI4uivNV" program-local-parameters-i-4uiv-nv
:return
204 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
205 (:name |index|
:type |UInt32|
:direction
:in
)
206 (:name |count|
:type |SizeI|
:direction
:in
)
207 (:name |params|
:type |UInt32|
:direction
:in
:array t
:size count
*4))
208 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
209 ("ProgramLocalParameterI4uivNV" program-local-parameter-i-4uiv-nv
:return
211 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
212 (:name |index|
:type |UInt32|
:direction
:in
)
213 (:name |params|
:type |UInt32|
:direction
:in
:array t
:size
#x4
))
214 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
215 ("ProgramLocalParameterI4uiNV" program-local-parameter-i-4ui-nv
:return
217 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
218 (:name |index|
:type |UInt32|
:direction
:in
)
219 (:name |x|
:type |UInt32|
:direction
:in
)
220 (:name |y|
:type |UInt32|
:direction
:in
)
221 (:name |z|
:type |UInt32|
:direction
:in
)
222 (:name |w|
:type |UInt32|
:direction
:in
))
223 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
224 ("ProgramLocalParametersI4ivNV" program-local-parameters-i-4iv-nv
:return
226 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
227 (:name |index|
:type |UInt32|
:direction
:in
)
228 (:name |count|
:type |SizeI|
:direction
:in
)
229 (:name |params|
:type |Int32|
:direction
:in
:array t
:size count
*4))
230 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
231 ("ProgramLocalParameterI4ivNV" program-local-parameter-i-4iv-nv
:return
233 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
234 (:name |index|
:type |UInt32|
:direction
:in
)
235 (:name |params|
:type |Int32|
:direction
:in
:array t
:size
#x4
))
236 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")
237 ("ProgramLocalParameterI4iNV" program-local-parameter-i-4i-nv
:return
"void"
239 ((:name |target|
:type |ProgramTarget|
:direction
:in
)
240 (:name |index|
:type |UInt32|
:direction
:in
)
241 (:name |x|
:type |Int32|
:direction
:in
)
242 (:name |y|
:type |Int32|
:direction
:in
)
243 (:name |z|
:type |Int32|
:direction
:in
)
244 (:name |w|
:type |Int32|
:direction
:in
))
245 :category
"NV_gpu_program4" :deprecated nil
:version
"1.3")))