Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw/jecs.git] / lib / opengl-nv_gpu_program4.lisp
blobf3b21efec5651ed767e0441ce9fd90929d1f4f5f
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 ;;;; nv_gpu_program4
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 +max-program-generic-attribs-nv+ #x8DA5)
14 (defconstant +max-program-generic-results-nv+ #x8DA6)
15 (defglextfun
16 (("GetProgramEnvParameterIuivNV" get-program-env-parameter-i-uiv-nv) :args
17 ((:name |target| :type |ProgramTarget| :direction :in)
18 (:name |index| :type |UInt32| :direction :in)
19 (:name |params| :type |UInt32| :direction :out :array t :size #x4))
20 :return ("void") :dlflags ("notlistable") :category ("NV_gpu_program4")
21 :version ("1.3") :extension ("soft" "WINSOFT" "NV50") :glfflags ("ignore")
22 :glsflags ("ignore") :glxflags ("ignore")))
23 (defglextfun
24 (("GetProgramEnvParameterIivNV" get-program-env-parameter-i-iv-nv) :args
25 ((:name |target| :type |ProgramTarget| :direction :in)
26 (:name |index| :type |UInt32| :direction :in)
27 (:name |params| :type |Int32| :direction :out :array t :size #x4))
28 :return ("void") :dlflags ("notlistable") :category ("NV_gpu_program4")
29 :version ("1.3") :extension ("soft" "WINSOFT" "NV50") :glfflags ("ignore")
30 :glsflags ("ignore") :glxflags ("ignore")))
31 (defglextfun
32 (("GetProgramLocalParameterIuivNV" get-program-local-parameter-i-uiv-nv) :args
33 ((:name |target| :type |ProgramTarget| :direction :in)
34 (:name |index| :type |UInt32| :direction :in)
35 (:name |params| :type |UInt32| :direction :out :array t :size #x4))
36 :return ("void") :dlflags ("notlistable") :category ("NV_gpu_program4")
37 :version ("1.3") :extension ("soft" "WINSOFT" "NV50") :glfflags ("ignore")
38 :glsflags ("ignore") :glxflags ("ignore")))
39 (defglextfun
40 (("GetProgramLocalParameterIivNV" get-program-local-parameter-i-iv-nv) :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 :return ("void") :dlflags ("notlistable") :category ("NV_gpu_program4")
45 :version ("1.3") :extension ("soft" "WINSOFT" "NV50") :glfflags ("ignore")
46 :glsflags ("ignore") :glxflags ("ignore")))
47 (defglextfun
48 (("ProgramEnvParametersI4uivNV" program-env-parameters-i-4uiv-nv) :args
49 ((:name |target| :type |ProgramTarget| :direction :in)
50 (:name |index| :type |UInt32| :direction :in)
51 (:name |count| :type |SizeI| :direction :in)
52 (:name |params| :type |UInt32| :direction :in :array t :size count*4))
53 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :extension
54 ("soft" "WINSOFT" "NV50") :glfflags ("ignore") :glsflags ("ignore") :glxflags
55 ("ignore")))
56 (defglextfun
57 (("ProgramEnvParameterI4uivNV" program-env-parameter-i-4uiv-nv) :args
58 ((:name |target| :type |ProgramTarget| :direction :in)
59 (:name |index| :type |UInt32| :direction :in)
60 (:name |params| :type |UInt32| :direction :in :array t :size #x4))
61 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :extension
62 ("soft" "WINSOFT" "NV50") :glfflags ("ignore") :glsflags ("ignore") :glxflags
63 ("ignore")))
64 (defglextfun
65 (("ProgramEnvParameterI4uiNV" program-env-parameter-i-4ui-nv) :args
66 ((:name |target| :type |ProgramTarget| :direction :in)
67 (:name |index| :type |UInt32| :direction :in)
68 (:name |x| :type |UInt32| :direction :in)
69 (:name |y| :type |UInt32| :direction :in)
70 (:name |z| :type |UInt32| :direction :in)
71 (:name |w| :type |UInt32| :direction :in))
72 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :vectorequiv
73 ("ProgramEnvParameterI4uivNV") :glxvectorequiv ("ProgramEnvParameterI4uivNV")
74 :extension ("soft" "WINSOFT" "NV50") :glfflags ("ignore") :glsflags
75 ("ignore") :glxflags ("ignore")))
76 (defglextfun
77 (("ProgramEnvParametersI4ivNV" program-env-parameters-i-4iv-nv) :args
78 ((:name |target| :type |ProgramTarget| :direction :in)
79 (:name |index| :type |UInt32| :direction :in)
80 (:name |count| :type |SizeI| :direction :in)
81 (:name |params| :type |Int32| :direction :in :array t :size count*4))
82 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :extension
83 ("soft" "WINSOFT" "NV50") :glfflags ("ignore") :glsflags ("ignore") :glxflags
84 ("ignore")))
85 (defglextfun
86 (("ProgramEnvParameterI4ivNV" program-env-parameter-i-4iv-nv) :args
87 ((:name |target| :type |ProgramTarget| :direction :in)
88 (:name |index| :type |UInt32| :direction :in)
89 (:name |params| :type |Int32| :direction :in :array t :size #x4))
90 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :extension
91 ("soft" "WINSOFT" "NV50") :glfflags ("ignore") :glsflags ("ignore") :glxflags
92 ("ignore")))
93 (defglextfun
94 (("ProgramEnvParameterI4iNV" program-env-parameter-i-4i-nv) :args
95 ((:name |target| :type |ProgramTarget| :direction :in)
96 (:name |index| :type |UInt32| :direction :in)
97 (:name |x| :type |Int32| :direction :in)
98 (:name |y| :type |Int32| :direction :in)
99 (:name |z| :type |Int32| :direction :in)
100 (:name |w| :type |Int32| :direction :in))
101 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :vectorequiv
102 ("ProgramEnvParameterI4ivNV") :glxvectorequiv ("ProgramEnvParameterI4ivNV")
103 :extension ("soft" "WINSOFT" "NV50") :glfflags ("ignore") :glsflags
104 ("ignore") :glxflags ("ignore")))
105 (defglextfun
106 (("ProgramLocalParametersI4uivNV" program-local-parameters-i-4uiv-nv) :args
107 ((:name |target| :type |ProgramTarget| :direction :in)
108 (:name |index| :type |UInt32| :direction :in)
109 (:name |count| :type |SizeI| :direction :in)
110 (:name |params| :type |UInt32| :direction :in :array t :size count*4))
111 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :extension
112 ("soft" "WINSOFT" "NV50") :glfflags ("ignore") :glsflags ("ignore") :glxflags
113 ("ignore")))
114 (defglextfun
115 (("ProgramLocalParameterI4uivNV" program-local-parameter-i-4uiv-nv) :args
116 ((:name |target| :type |ProgramTarget| :direction :in)
117 (:name |index| :type |UInt32| :direction :in)
118 (:name |params| :type |UInt32| :direction :in :array t :size #x4))
119 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :extension
120 ("soft" "WINSOFT" "NV50") :glfflags ("ignore") :glsflags ("ignore") :glxflags
121 ("ignore")))
122 (defglextfun
123 (("ProgramLocalParameterI4uiNV" program-local-parameter-i-4ui-nv) :args
124 ((:name |target| :type |ProgramTarget| :direction :in)
125 (:name |index| :type |UInt32| :direction :in)
126 (:name |x| :type |UInt32| :direction :in)
127 (:name |y| :type |UInt32| :direction :in)
128 (:name |z| :type |UInt32| :direction :in)
129 (:name |w| :type |UInt32| :direction :in))
130 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :vectorequiv
131 ("ProgramLocalParameterI4uivNV") :glxvectorequiv
132 ("ProgramLocalParameterI4uivNV") :extension ("soft" "WINSOFT" "NV50")
133 :glfflags ("ignore") :glsflags ("ignore") :glxflags ("ignore")))
134 (defglextfun
135 (("ProgramLocalParametersI4ivNV" program-local-parameters-i-4iv-nv) :args
136 ((:name |target| :type |ProgramTarget| :direction :in)
137 (:name |index| :type |UInt32| :direction :in)
138 (:name |count| :type |SizeI| :direction :in)
139 (:name |params| :type |Int32| :direction :in :array t :size count*4))
140 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :extension
141 ("soft" "WINSOFT" "NV50") :glfflags ("ignore") :glsflags ("ignore") :glxflags
142 ("ignore")))
143 (defglextfun
144 (("ProgramLocalParameterI4ivNV" program-local-parameter-i-4iv-nv) :args
145 ((:name |target| :type |ProgramTarget| :direction :in)
146 (:name |index| :type |UInt32| :direction :in)
147 (:name |params| :type |Int32| :direction :in :array t :size #x4))
148 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :extension
149 ("soft" "WINSOFT" "NV50") :glfflags ("ignore") :glsflags ("ignore") :glxflags
150 ("ignore")))
151 (defglextfun
152 (("ProgramLocalParameterI4iNV" program-local-parameter-i-4i-nv) :args
153 ((:name |target| :type |ProgramTarget| :direction :in)
154 (:name |index| :type |UInt32| :direction :in)
155 (:name |x| :type |Int32| :direction :in)
156 (:name |y| :type |Int32| :direction :in)
157 (:name |z| :type |Int32| :direction :in)
158 (:name |w| :type |Int32| :direction :in))
159 :return ("void") :category ("NV_gpu_program4") :version ("1.3") :vectorequiv
160 ("ProgramLocalParameterI4ivNV") :glxvectorequiv
161 ("ProgramLocalParameterI4ivNV") :extension ("soft" "WINSOFT" "NV50")
162 :glfflags ("ignore") :glsflags ("ignore") :glxflags ("ignore")))