Author: D Herring <dherring@at.tentpost.dot.com>
[cl-glfw.git] / lib / opengl-nv_vertex_program4.lisp
blob14f46926acb2b17ccf5c3c71bcfa5583e2f6866d
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 "GetVertexAttribIuivEXT" get-vertex-attrib-i-uiv-ext :return
9 "void" :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 :category "NV_vertex_program4" :version nil)
14 (defglextfun "GetVertexAttribIivEXT" get-vertex-attrib-i-iv-ext :return "void"
15 :args
16 ((:name |index| :type |UInt32| :direction :in)
17 (:name |pname| :type |VertexAttribEnum| :direction :in)
18 (:name |params| :type |Int32| :direction :out :array t :size #x1))
19 :category "NV_vertex_program4" :version nil)
20 (defglextfun "VertexAttribIPointerEXT" vertex-attrib-ipointer-ext :return
21 "void" :args
22 ((:name |index| :type |UInt32| :direction :in)
23 (:name |size| :type |Int32| :direction :in)
24 (:name |type| :type |VertexAttribEnum| :direction :in)
25 (:name |stride| :type |SizeI| :direction :in)
26 (:name |pointer| :type |Void| :direction :in :array t :size
27 (|size| |type| |stride|) :retained t))
28 :category "NV_vertex_program4" :version nil)
29 (defglextfun "VertexAttribI4usvEXT" vertex-attrib-i-4usv-ext :return "void"
30 :args
31 ((:name |index| :type |UInt32| :direction :in)
32 (:name |v| :type |UInt16| :direction :in :array t :size #x4))
33 :category "NV_vertex_program4" :version nil)
34 (defglextfun "VertexAttribI4ubvEXT" vertex-attrib-i-4ubv-ext :return "void"
35 :args
36 ((:name |index| :type |UInt32| :direction :in)
37 (:name |v| :type |UInt8| :direction :in :array t :size #x4))
38 :category "NV_vertex_program4" :version nil)
39 (defglextfun "VertexAttribI4svEXT" vertex-attrib-i-4sv-ext :return "void" :args
40 ((:name |index| :type |UInt32| :direction :in)
41 (:name |v| :type |Int16| :direction :in :array t :size #x4))
42 :category "NV_vertex_program4" :version nil)
43 (defglextfun "VertexAttribI4bvEXT" vertex-attrib-i-4bv-ext :return "void" :args
44 ((:name |index| :type |UInt32| :direction :in)
45 (:name |v| :type |Int8| :direction :in :array t :size #x4))
46 :category "NV_vertex_program4" :version nil)
47 (defglextfun "VertexAttribI4uivEXT" vertex-attrib-i-4uiv-ext :return "void"
48 :args
49 ((:name |index| :type |UInt32| :direction :in)
50 (:name |v| :type |UInt32| :direction :in :array t :size #x4))
51 :category "NV_vertex_program4" :version nil)
52 (defglextfun "VertexAttribI3uivEXT" vertex-attrib-i-3uiv-ext :return "void"
53 :args
54 ((:name |index| :type |UInt32| :direction :in)
55 (:name |v| :type |UInt32| :direction :in :array t :size #x3))
56 :category "NV_vertex_program4" :version nil)
57 (defglextfun "VertexAttribI2uivEXT" vertex-attrib-i-2uiv-ext :return "void"
58 :args
59 ((:name |index| :type |UInt32| :direction :in)
60 (:name |v| :type |UInt32| :direction :in :array t :size #x2))
61 :category "NV_vertex_program4" :version nil)
62 (defglextfun "VertexAttribI1uivEXT" vertex-attrib-i-1uiv-ext :return "void"
63 :args
64 ((:name |index| :type |UInt32| :direction :in)
65 (:name |v| :type |UInt32| :direction :in :array t :size #x1))
66 :category "NV_vertex_program4" :version nil)
67 (defglextfun "VertexAttribI4ivEXT" vertex-attrib-i-4iv-ext :return "void" :args
68 ((:name |index| :type |UInt32| :direction :in)
69 (:name |v| :type |Int32| :direction :in :array t :size #x4))
70 :category "NV_vertex_program4" :version nil)
71 (defglextfun "VertexAttribI3ivEXT" vertex-attrib-i-3iv-ext :return "void" :args
72 ((:name |index| :type |UInt32| :direction :in)
73 (:name |v| :type |Int32| :direction :in :array t :size #x3))
74 :category "NV_vertex_program4" :version nil)
75 (defglextfun "VertexAttribI2ivEXT" vertex-attrib-i-2iv-ext :return "void" :args
76 ((:name |index| :type |UInt32| :direction :in)
77 (:name |v| :type |Int32| :direction :in :array t :size #x2))
78 :category "NV_vertex_program4" :version nil)
79 (defglextfun "VertexAttribI1ivEXT" vertex-attrib-i-1iv-ext :return "void" :args
80 ((:name |index| :type |UInt32| :direction :in)
81 (:name |v| :type |Int32| :direction :in :array t :size #x1))
82 :category "NV_vertex_program4" :version nil)
83 (defglextfun "VertexAttribI4uiEXT" vertex-attrib-i-4ui-ext :return "void" :args
84 ((:name |index| :type |UInt32| :direction :in)
85 (:name |x| :type |UInt32| :direction :in)
86 (:name |y| :type |UInt32| :direction :in)
87 (:name |z| :type |UInt32| :direction :in)
88 (:name |w| :type |UInt32| :direction :in))
89 :category "NV_vertex_program4" :version nil)
90 (defglextfun "VertexAttribI3uiEXT" vertex-attrib-i-3ui-ext :return "void" :args
91 ((:name |index| :type |UInt32| :direction :in)
92 (:name |x| :type |UInt32| :direction :in)
93 (:name |y| :type |UInt32| :direction :in)
94 (:name |z| :type |UInt32| :direction :in))
95 :category "NV_vertex_program4" :version nil)
96 (defglextfun "VertexAttribI2uiEXT" vertex-attrib-i-2ui-ext :return "void" :args
97 ((:name |index| :type |UInt32| :direction :in)
98 (:name |x| :type |UInt32| :direction :in)
99 (:name |y| :type |UInt32| :direction :in))
100 :category "NV_vertex_program4" :version nil)
101 (defglextfun "VertexAttribI1uiEXT" vertex-attrib-i-1ui-ext :return "void" :args
102 ((:name |index| :type |UInt32| :direction :in)
103 (:name |x| :type |UInt32| :direction :in))
104 :category "NV_vertex_program4" :version nil)
105 (defglextfun "VertexAttribI4iEXT" vertex-attrib-i-4i-ext :return "void" :args
106 ((:name |index| :type |UInt32| :direction :in)
107 (:name |x| :type |Int32| :direction :in)
108 (:name |y| :type |Int32| :direction :in)
109 (:name |z| :type |Int32| :direction :in)
110 (:name |w| :type |Int32| :direction :in))
111 :category "NV_vertex_program4" :version nil)
112 (defglextfun "VertexAttribI3iEXT" vertex-attrib-i-3i-ext :return "void" :args
113 ((:name |index| :type |UInt32| :direction :in)
114 (:name |x| :type |Int32| :direction :in)
115 (:name |y| :type |Int32| :direction :in)
116 (:name |z| :type |Int32| :direction :in))
117 :category "NV_vertex_program4" :version nil)
118 (defglextfun "VertexAttribI2iEXT" vertex-attrib-i-2i-ext :return "void" :args
119 ((:name |index| :type |UInt32| :direction :in)
120 (:name |x| :type |Int32| :direction :in)
121 (:name |y| :type |Int32| :direction :in))
122 :category "NV_vertex_program4" :version nil)
123 (defglextfun "VertexAttribI1iEXT" vertex-attrib-i-1i-ext :return "void" :args
124 ((:name |index| :type |UInt32| :direction :in)
125 (:name |x| :type |Int32| :direction :in))
126 :category "NV_vertex_program4" :version nil)