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