Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-nv_vertex_attrib_integer_64bit.lisp
blobc9a473700642caad26b628cbdca7e6acea09aafd
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_attrib_integer_64bit
7 (defconstant +int64-nv+ #x140E)
8 (defconstant +unsigned-int64-nv+ #x140F)
9 (defconstant +int64-nv+ #x140E)
10 (defconstant +unsigned-int64-nv+ #x140F)
11 (defglextfun "VertexAttribLFormatNV" vertex-attrib-lformat-nv :return "void"
12 :args
13 ((:name |index| :type |UInt32| :direction :in)
14 (:name |size| :type |Int32| :direction :in)
15 (:name |type| :type |GLenum| :direction :in)
16 (:name |stride| :type |SizeI| :direction :in))
17 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
18 (defglextfun "GetVertexAttribLui64vNV" get-vertex-attrib-lui-64v-nv :return
19 "void" :args
20 ((:name |index| :type |UInt32| :direction :in)
21 (:name |pname| :type |GLenum| :direction :in)
22 (:name |params| :type |UInt64EXT| :direction :out :array t :size (|pname|)))
23 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
24 (defglextfun "GetVertexAttribLi64vNV" get-vertex-attrib-li-64v-nv :return
25 "void" :args
26 ((:name |index| :type |UInt32| :direction :in)
27 (:name |pname| :type |GLenum| :direction :in)
28 (:name |params| :type |Int64EXT| :direction :out :array t :size (|pname|)))
29 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
30 (defglextfun "VertexAttribL4ui64vNV" vertex-attrib-l4ui-64v-nv :return "void"
31 :args
32 ((:name |index| :type |UInt32| :direction :in)
33 (:name |v| :type |UInt64EXT| :direction :in :array t :size #x4))
34 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
35 (defglextfun "VertexAttribL3ui64vNV" vertex-attrib-l3ui-64v-nv :return "void"
36 :args
37 ((:name |index| :type |UInt32| :direction :in)
38 (:name |v| :type |UInt64EXT| :direction :in :array t :size #x3))
39 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
40 (defglextfun "VertexAttribL2ui64vNV" vertex-attrib-l2ui-64v-nv :return "void"
41 :args
42 ((:name |index| :type |UInt32| :direction :in)
43 (:name |v| :type |UInt64EXT| :direction :in :array t :size #x2))
44 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
45 (defglextfun "VertexAttribL1ui64vNV" vertex-attrib-l1ui-64v-nv :return "void"
46 :args
47 ((:name |index| :type |UInt32| :direction :in)
48 (:name |v| :type |UInt64EXT| :direction :in :array t :size #x1))
49 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
50 (defglextfun "VertexAttribL4ui64NV" vertex-attrib-l4ui-64-nv :return "void"
51 :args
52 ((:name |index| :type |UInt32| :direction :in)
53 (:name |x| :type |UInt64EXT| :direction :in)
54 (:name |y| :type |UInt64EXT| :direction :in)
55 (:name |z| :type |UInt64EXT| :direction :in)
56 (:name |w| :type |UInt64EXT| :direction :in))
57 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
58 (defglextfun "VertexAttribL3ui64NV" vertex-attrib-l3ui-64-nv :return "void"
59 :args
60 ((:name |index| :type |UInt32| :direction :in)
61 (:name |x| :type |UInt64EXT| :direction :in)
62 (:name |y| :type |UInt64EXT| :direction :in)
63 (:name |z| :type |UInt64EXT| :direction :in))
64 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
65 (defglextfun "VertexAttribL2ui64NV" vertex-attrib-l2ui-64-nv :return "void"
66 :args
67 ((:name |index| :type |UInt32| :direction :in)
68 (:name |x| :type |UInt64EXT| :direction :in)
69 (:name |y| :type |UInt64EXT| :direction :in))
70 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
71 (defglextfun "VertexAttribL1ui64NV" vertex-attrib-l1ui-64-nv :return "void"
72 :args
73 ((:name |index| :type |UInt32| :direction :in)
74 (:name |x| :type |UInt64EXT| :direction :in))
75 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
76 (defglextfun "VertexAttribL4i64vNV" vertex-attrib-l4i-64v-nv :return "void"
77 :args
78 ((:name |index| :type |UInt32| :direction :in)
79 (:name |v| :type |Int64EXT| :direction :in :array t :size #x4))
80 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
81 (defglextfun "VertexAttribL3i64vNV" vertex-attrib-l3i-64v-nv :return "void"
82 :args
83 ((:name |index| :type |UInt32| :direction :in)
84 (:name |v| :type |Int64EXT| :direction :in :array t :size #x3))
85 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
86 (defglextfun "VertexAttribL2i64vNV" vertex-attrib-l2i-64v-nv :return "void"
87 :args
88 ((:name |index| :type |UInt32| :direction :in)
89 (:name |v| :type |Int64EXT| :direction :in :array t :size #x2))
90 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
91 (defglextfun "VertexAttribL1i64vNV" vertex-attrib-l1i-64v-nv :return "void"
92 :args
93 ((:name |index| :type |UInt32| :direction :in)
94 (:name |v| :type |Int64EXT| :direction :in :array t :size #x1))
95 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
96 (defglextfun "VertexAttribL4i64NV" vertex-attrib-l4i-64-nv :return "void" :args
97 ((:name |index| :type |UInt32| :direction :in)
98 (:name |x| :type |Int64EXT| :direction :in)
99 (:name |y| :type |Int64EXT| :direction :in)
100 (:name |z| :type |Int64EXT| :direction :in)
101 (:name |w| :type |Int64EXT| :direction :in))
102 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
103 (defglextfun "VertexAttribL3i64NV" vertex-attrib-l3i-64-nv :return "void" :args
104 ((:name |index| :type |UInt32| :direction :in)
105 (:name |x| :type |Int64EXT| :direction :in)
106 (:name |y| :type |Int64EXT| :direction :in)
107 (:name |z| :type |Int64EXT| :direction :in))
108 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
109 (defglextfun "VertexAttribL2i64NV" vertex-attrib-l2i-64-nv :return "void" :args
110 ((:name |index| :type |UInt32| :direction :in)
111 (:name |x| :type |Int64EXT| :direction :in)
112 (:name |y| :type |Int64EXT| :direction :in))
113 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
114 (defglextfun "VertexAttribL1i64NV" vertex-attrib-l1i-64-nv :return "void" :args
115 ((:name |index| :type |UInt32| :direction :in)
116 (:name |x| :type |Int64EXT| :direction :in))
117 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
118 (make-extension-loader |NV_vertex_attrib_integer_64bit|
119 (("VertexAttribLFormatNV" vertex-attrib-lformat-nv :return "void" :args
120 ((:name |index| :type |UInt32| :direction :in)
121 (:name |size| :type |Int32| :direction :in)
122 (:name |type| :type |GLenum| :direction :in)
123 (:name |stride| :type |SizeI| :direction :in))
124 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
125 ("GetVertexAttribLui64vNV" get-vertex-attrib-lui-64v-nv :return "void" :args
126 ((:name |index| :type |UInt32| :direction :in)
127 (:name |pname| :type |GLenum| :direction :in)
128 (:name |params| :type |UInt64EXT| :direction :out :array t :size
129 (|pname|)))
130 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
131 ("GetVertexAttribLi64vNV" get-vertex-attrib-li-64v-nv :return "void" :args
132 ((:name |index| :type |UInt32| :direction :in)
133 (:name |pname| :type |GLenum| :direction :in)
134 (:name |params| :type |Int64EXT| :direction :out :array t :size (|pname|)))
135 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
136 ("VertexAttribL4ui64vNV" vertex-attrib-l4ui-64v-nv :return "void" :args
137 ((:name |index| :type |UInt32| :direction :in)
138 (:name |v| :type |UInt64EXT| :direction :in :array t :size #x4))
139 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
140 ("VertexAttribL3ui64vNV" vertex-attrib-l3ui-64v-nv :return "void" :args
141 ((:name |index| :type |UInt32| :direction :in)
142 (:name |v| :type |UInt64EXT| :direction :in :array t :size #x3))
143 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
144 ("VertexAttribL2ui64vNV" vertex-attrib-l2ui-64v-nv :return "void" :args
145 ((:name |index| :type |UInt32| :direction :in)
146 (:name |v| :type |UInt64EXT| :direction :in :array t :size #x2))
147 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
148 ("VertexAttribL1ui64vNV" vertex-attrib-l1ui-64v-nv :return "void" :args
149 ((:name |index| :type |UInt32| :direction :in)
150 (:name |v| :type |UInt64EXT| :direction :in :array t :size #x1))
151 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
152 ("VertexAttribL4ui64NV" vertex-attrib-l4ui-64-nv :return "void" :args
153 ((:name |index| :type |UInt32| :direction :in)
154 (:name |x| :type |UInt64EXT| :direction :in)
155 (:name |y| :type |UInt64EXT| :direction :in)
156 (:name |z| :type |UInt64EXT| :direction :in)
157 (:name |w| :type |UInt64EXT| :direction :in))
158 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
159 ("VertexAttribL3ui64NV" vertex-attrib-l3ui-64-nv :return "void" :args
160 ((:name |index| :type |UInt32| :direction :in)
161 (:name |x| :type |UInt64EXT| :direction :in)
162 (:name |y| :type |UInt64EXT| :direction :in)
163 (:name |z| :type |UInt64EXT| :direction :in))
164 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
165 ("VertexAttribL2ui64NV" vertex-attrib-l2ui-64-nv :return "void" :args
166 ((:name |index| :type |UInt32| :direction :in)
167 (:name |x| :type |UInt64EXT| :direction :in)
168 (:name |y| :type |UInt64EXT| :direction :in))
169 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
170 ("VertexAttribL1ui64NV" vertex-attrib-l1ui-64-nv :return "void" :args
171 ((:name |index| :type |UInt32| :direction :in)
172 (:name |x| :type |UInt64EXT| :direction :in))
173 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
174 ("VertexAttribL4i64vNV" vertex-attrib-l4i-64v-nv :return "void" :args
175 ((:name |index| :type |UInt32| :direction :in)
176 (:name |v| :type |Int64EXT| :direction :in :array t :size #x4))
177 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
178 ("VertexAttribL3i64vNV" vertex-attrib-l3i-64v-nv :return "void" :args
179 ((:name |index| :type |UInt32| :direction :in)
180 (:name |v| :type |Int64EXT| :direction :in :array t :size #x3))
181 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
182 ("VertexAttribL2i64vNV" vertex-attrib-l2i-64v-nv :return "void" :args
183 ((:name |index| :type |UInt32| :direction :in)
184 (:name |v| :type |Int64EXT| :direction :in :array t :size #x2))
185 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
186 ("VertexAttribL1i64vNV" vertex-attrib-l1i-64v-nv :return "void" :args
187 ((:name |index| :type |UInt32| :direction :in)
188 (:name |v| :type |Int64EXT| :direction :in :array t :size #x1))
189 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
190 ("VertexAttribL4i64NV" vertex-attrib-l4i-64-nv :return "void" :args
191 ((:name |index| :type |UInt32| :direction :in)
192 (:name |x| :type |Int64EXT| :direction :in)
193 (:name |y| :type |Int64EXT| :direction :in)
194 (:name |z| :type |Int64EXT| :direction :in)
195 (:name |w| :type |Int64EXT| :direction :in))
196 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
197 ("VertexAttribL3i64NV" vertex-attrib-l3i-64-nv :return "void" :args
198 ((:name |index| :type |UInt32| :direction :in)
199 (:name |x| :type |Int64EXT| :direction :in)
200 (:name |y| :type |Int64EXT| :direction :in)
201 (:name |z| :type |Int64EXT| :direction :in))
202 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
203 ("VertexAttribL2i64NV" vertex-attrib-l2i-64-nv :return "void" :args
204 ((:name |index| :type |UInt32| :direction :in)
205 (:name |x| :type |Int64EXT| :direction :in)
206 (:name |y| :type |Int64EXT| :direction :in))
207 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")
208 ("VertexAttribL1i64NV" vertex-attrib-l1i-64-nv :return "void" :args
209 ((:name |index| :type |UInt32| :direction :in)
210 (:name |x| :type |Int64EXT| :direction :in))
211 :category "NV_vertex_attrib_integer_64bit" :deprecated nil :version "4.1")))