Hack to make it work with CCL
[cl-glfw.git] / lib / opengl-nv_vertex_attrib_integer_64bit.lisp
blob5b56510f0d989547e0f983d3e7a3955a5ff71b29
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")