Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-nv_vertex_program4.lisp
blob1b6e514ad8b03095d93abfb995e7af78050198ab
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_vertex_program4
7 (defconstant +vertex-attrib-array-integer-nv+ #x88FD)
8 (defglextfun
9 (("GetVertexAttribIuivEXT" get-vertex-attrib-i-uiv-ext) :args
10 ((:name |index| :type |UInt32| :direction :in)
11 (:name |pname| :type |VertexAttribEnum| :direction :in)
12 (:name |params| :type |UInt32| :direction :out :array t :size #x1))
13 :return ("void") :category ("NV_vertex_program4") :dlflags ("notlistable")
14 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
15 ("ignore") :glxflags ("ignore")))
16 (defglextfun
17 (("GetVertexAttribIivEXT" get-vertex-attrib-i-iv-ext) :args
18 ((:name |index| :type |UInt32| :direction :in)
19 (:name |pname| :type |VertexAttribEnum| :direction :in)
20 (:name |params| :type |Int32| :direction :out :array t :size #x1))
21 :return ("void") :category ("NV_vertex_program4") :dlflags ("notlistable")
22 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
23 ("ignore") :glxflags ("ignore")))
24 (defglextfun
25 (("VertexAttribIPointerEXT" vertex-attrib-ipointer-ext) :args
26 ((:name |index| :type |UInt32| :direction :in)
27 (:name |size| :type |Int32| :direction :in)
28 (:name |type| :type |VertexAttribEnum| :direction :in)
29 (:name |stride| :type |SizeI| :direction :in)
30 (:name |pointer| :type |Void| :direction :in :array t :size
31 (|size| |type| |stride|) :retained t))
32 :return ("void") :category ("NV_vertex_program4") :dlflags ("notlistable")
33 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
34 ("ignore") :glxflags ("ignore")))
35 (defglextfun
36 (("VertexAttribI4usvEXT" vertex-attrib-i-4usv-ext) :args
37 ((:name |index| :type |UInt32| :direction :in)
38 (:name |v| :type |UInt16| :direction :in :array t :size #x4))
39 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
40 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
41 ("ignore") :glxflags ("ignore")))
42 (defglextfun
43 (("VertexAttribI4ubvEXT" vertex-attrib-i-4ubv-ext) :args
44 ((:name |index| :type |UInt32| :direction :in)
45 (:name |v| :type |UInt8| :direction :in :array t :size #x4))
46 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
47 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
48 ("ignore") :glxflags ("ignore")))
49 (defglextfun
50 (("VertexAttribI4svEXT" vertex-attrib-i-4sv-ext) :args
51 ((:name |index| :type |UInt32| :direction :in)
52 (:name |v| :type |Int16| :direction :in :array t :size #x4))
53 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
54 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
55 ("ignore") :glxflags ("ignore")))
56 (defglextfun
57 (("VertexAttribI4bvEXT" vertex-attrib-i-4bv-ext) :args
58 ((:name |index| :type |UInt32| :direction :in)
59 (:name |v| :type |Int8| :direction :in :array t :size #x4))
60 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
61 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
62 ("ignore") :glxflags ("ignore")))
63 (defglextfun
64 (("VertexAttribI4uivEXT" vertex-attrib-i-4uiv-ext) :args
65 ((:name |index| :type |UInt32| :direction :in)
66 (:name |v| :type |UInt32| :direction :in :array t :size #x4))
67 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
68 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
69 ("ignore") :glxflags ("ignore")))
70 (defglextfun
71 (("VertexAttribI3uivEXT" vertex-attrib-i-3uiv-ext) :args
72 ((:name |index| :type |UInt32| :direction :in)
73 (:name |v| :type |UInt32| :direction :in :array t :size #x3))
74 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
75 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
76 ("ignore") :glxflags ("ignore")))
77 (defglextfun
78 (("VertexAttribI2uivEXT" vertex-attrib-i-2uiv-ext) :args
79 ((:name |index| :type |UInt32| :direction :in)
80 (:name |v| :type |UInt32| :direction :in :array t :size #x2))
81 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
82 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
83 ("ignore") :glxflags ("ignore")))
84 (defglextfun
85 (("VertexAttribI1uivEXT" vertex-attrib-i-1uiv-ext) :args
86 ((:name |index| :type |UInt32| :direction :in)
87 (:name |v| :type |UInt32| :direction :in :array t :size #x1))
88 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
89 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
90 ("ignore") :glxflags ("ignore")))
91 (defglextfun
92 (("VertexAttribI4ivEXT" vertex-attrib-i-4iv-ext) :args
93 ((:name |index| :type |UInt32| :direction :in)
94 (:name |v| :type |Int32| :direction :in :array t :size #x4))
95 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
96 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
97 ("ignore") :glxflags ("ignore")))
98 (defglextfun
99 (("VertexAttribI3ivEXT" vertex-attrib-i-3iv-ext) :args
100 ((:name |index| :type |UInt32| :direction :in)
101 (:name |v| :type |Int32| :direction :in :array t :size #x3))
102 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
103 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
104 ("ignore") :glxflags ("ignore")))
105 (defglextfun
106 (("VertexAttribI2ivEXT" vertex-attrib-i-2iv-ext) :args
107 ((:name |index| :type |UInt32| :direction :in)
108 (:name |v| :type |Int32| :direction :in :array t :size #x2))
109 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
110 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
111 ("ignore") :glxflags ("ignore")))
112 (defglextfun
113 (("VertexAttribI1ivEXT" vertex-attrib-i-1iv-ext) :args
114 ((:name |index| :type |UInt32| :direction :in)
115 (:name |v| :type |Int32| :direction :in :array t :size #x1))
116 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
117 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
118 ("ignore") :glxflags ("ignore")))
119 (defglextfun
120 (("VertexAttribI4uiEXT" vertex-attrib-i-4ui-ext) :args
121 ((:name |index| :type |UInt32| :direction :in)
122 (:name |x| :type |UInt32| :direction :in)
123 (:name |y| :type |UInt32| :direction :in)
124 (:name |z| :type |UInt32| :direction :in)
125 (:name |w| :type |UInt32| :direction :in))
126 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
127 :vectorequiv ("VertexAttribI4uivEXT") :glxvectorequiv
128 ("VertexAttribI4uivEXT") :extension ("soft" "WINSOFT" "NV10") :glfflags
129 ("ignore") :glsflags ("ignore") :glxflags ("ignore")))
130 (defglextfun
131 (("VertexAttribI3uiEXT" vertex-attrib-i-3ui-ext) :args
132 ((:name |index| :type |UInt32| :direction :in)
133 (:name |x| :type |UInt32| :direction :in)
134 (:name |y| :type |UInt32| :direction :in)
135 (:name |z| :type |UInt32| :direction :in))
136 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
137 :vectorequiv ("VertexAttribI3uivEXT") :glxvectorequiv
138 ("VertexAttribI3uivEXT") :extension ("soft" "WINSOFT" "NV10") :glfflags
139 ("ignore") :glsflags ("ignore") :glxflags ("ignore")))
140 (defglextfun
141 (("VertexAttribI2uiEXT" vertex-attrib-i-2ui-ext) :args
142 ((:name |index| :type |UInt32| :direction :in)
143 (:name |x| :type |UInt32| :direction :in)
144 (:name |y| :type |UInt32| :direction :in))
145 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
146 :vectorequiv ("VertexAttribI2uivEXT") :glxvectorequiv
147 ("VertexAttribI2uivEXT") :extension ("soft" "WINSOFT" "NV10") :glfflags
148 ("ignore") :glsflags ("ignore") :glxflags ("ignore")))
149 (defglextfun
150 (("VertexAttribI1uiEXT" vertex-attrib-i-1ui-ext) :args
151 ((:name |index| :type |UInt32| :direction :in)
152 (:name |x| :type |UInt32| :direction :in))
153 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
154 :vectorequiv ("VertexAttribI1uivEXT") :glxvectorequiv
155 ("VertexAttribI1uivEXT") :extension ("soft" "WINSOFT" "NV10") :glfflags
156 ("ignore") :glsflags ("ignore") :glxflags ("ignore")))
157 (defglextfun
158 (("VertexAttribI4iEXT" vertex-attrib-i-4i-ext) :args
159 ((:name |index| :type |UInt32| :direction :in)
160 (:name |x| :type |Int32| :direction :in)
161 (:name |y| :type |Int32| :direction :in)
162 (:name |z| :type |Int32| :direction :in)
163 (:name |w| :type |Int32| :direction :in))
164 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
165 :vectorequiv ("VertexAttribI4ivEXT") :glxvectorequiv ("VertexAttribI4ivEXT")
166 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
167 ("ignore") :glxflags ("ignore")))
168 (defglextfun
169 (("VertexAttribI3iEXT" vertex-attrib-i-3i-ext) :args
170 ((:name |index| :type |UInt32| :direction :in)
171 (:name |x| :type |Int32| :direction :in)
172 (:name |y| :type |Int32| :direction :in)
173 (:name |z| :type |Int32| :direction :in))
174 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
175 :vectorequiv ("VertexAttribI3ivEXT") :glxvectorequiv ("VertexAttribI3ivEXT")
176 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
177 ("ignore") :glxflags ("ignore")))
178 (defglextfun
179 (("VertexAttribI2iEXT" vertex-attrib-i-2i-ext) :args
180 ((:name |index| :type |UInt32| :direction :in)
181 (:name |x| :type |Int32| :direction :in)
182 (:name |y| :type |Int32| :direction :in))
183 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
184 :vectorequiv ("VertexAttribI2ivEXT") :glxvectorequiv ("VertexAttribI2ivEXT")
185 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
186 ("ignore") :glxflags ("ignore")))
187 (defglextfun
188 (("VertexAttribI1iEXT" vertex-attrib-i-1i-ext) :args
189 ((:name |index| :type |UInt32| :direction :in)
190 (:name |x| :type |Int32| :direction :in))
191 :return ("void") :category ("NV_vertex_program4") :beginend ("allow-inside")
192 :vectorequiv ("VertexAttribI1ivEXT") :glxvectorequiv ("VertexAttribI1ivEXT")
193 :extension ("soft" "WINSOFT" "NV10") :glfflags ("ignore") :glsflags
194 ("ignore") :glxflags ("ignore")))