Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ati_vertex_array_object.lisp
blobd90b330a198716a353962b5e26cd5209efce0502
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 ;;;; ati_vertex_array_object
7 (defconstant +static-ati+ #x8760)
8 (defconstant +dynamic-ati+ #x8761)
9 (defconstant +preserve-ati+ #x8762)
10 (defconstant +discard-ati+ #x8763)
11 (defconstant +object-buffer-size-ati+ #x8764)
12 (defconstant +object-buffer-usage-ati+ #x8765)
13 (defconstant +array-object-buffer-ati+ #x8766)
14 (defconstant +array-object-offset-ati+ #x8767)
15 (defconstant +buffer-size+ #x8764)
16 (defconstant +buffer-usage+ #x8765)
17 (defconstant +buffer-size-arb+ #x8764)
18 (defconstant +buffer-usage-arb+ #x8765)
19 (defconstant +static-ati+ #x8760)
20 (defconstant +dynamic-ati+ #x8761)
21 (defconstant +preserve-ati+ #x8762)
22 (defconstant +discard-ati+ #x8763)
23 (defconstant +object-buffer-size-ati+ #x8764)
24 (defconstant +object-buffer-usage-ati+ #x8765)
25 (defconstant +array-object-buffer-ati+ #x8766)
26 (defconstant +array-object-offset-ati+ #x8767)
27 (defglextfun "GetVariantArrayObjectivATI" get-variant-array-object-iv-ati
28 :return "void" :args
29 ((:name |id| :type |UInt32| :direction :in)
30 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
31 (:name |params| :type |Int32| :direction :out :array t :size #x1))
32 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
33 (defglextfun "GetVariantArrayObjectfvATI" get-variant-array-object-fv-ati
34 :return "void" :args
35 ((:name |id| :type |UInt32| :direction :in)
36 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
37 (:name |params| :type |Float32| :direction :out :array t :size #x1))
38 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
39 (defglextfun "VariantArrayObjectATI" variant-array-object-ati :return "void"
40 :args
41 ((:name |id| :type |UInt32| :direction :in)
42 (:name |type| :type |ScalarType| :direction :in)
43 (:name |stride| :type |SizeI| :direction :in)
44 (:name |buffer| :type |UInt32| :direction :in)
45 (:name |offset| :type |UInt32| :direction :in))
46 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
47 (defglextfun "GetArrayObjectivATI" get-array-object-iv-ati :return "void" :args
48 ((:name |array| :type |EnableCap| :direction :in)
49 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
50 (:name |params| :type |Int32| :direction :out :array t :size #x1))
51 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
52 (defglextfun "GetArrayObjectfvATI" get-array-object-fv-ati :return "void" :args
53 ((:name |array| :type |EnableCap| :direction :in)
54 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
55 (:name |params| :type |Float32| :direction :out :array t :size #x1))
56 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
57 (defglextfun "ArrayObjectATI" array-object-ati :return "void" :args
58 ((:name |array| :type |EnableCap| :direction :in)
59 (:name |size| :type |Int32| :direction :in)
60 (:name |type| :type |ScalarType| :direction :in)
61 (:name |stride| :type |SizeI| :direction :in)
62 (:name |buffer| :type |UInt32| :direction :in)
63 (:name |offset| :type |UInt32| :direction :in))
64 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
65 (defglextfun "FreeObjectBufferATI" free-object-buffer-ati :return "void" :args
66 ((:name |buffer| :type |UInt32| :direction :in)) :category
67 "ATI_vertex_array_object" :deprecated nil :version "1.2")
68 (defglextfun "GetObjectBufferivATI" get-object-buffer-iv-ati :return "void"
69 :args
70 ((:name |buffer| :type |UInt32| :direction :in)
71 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
72 (:name |params| :type |Int32| :direction :out :array t :size #x1))
73 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
74 (defglextfun "GetObjectBufferfvATI" get-object-buffer-fv-ati :return "void"
75 :args
76 ((:name |buffer| :type |UInt32| :direction :in)
77 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
78 (:name |params| :type |Float32| :direction :out :array t :size #x1))
79 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
80 (defglextfun "UpdateObjectBufferATI" update-object-buffer-ati :return "void"
81 :args
82 ((:name |buffer| :type |UInt32| :direction :in)
83 (:name |offset| :type |UInt32| :direction :in)
84 (:name |size| :type |SizeI| :direction :in)
85 (:name |pointer| :type |ConstVoid| :direction :in :array t :size size)
86 (:name |preserve| :type |PreserveModeATI| :direction :in))
87 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
88 (defglextfun "IsObjectBufferATI" is-object-buffer-ati :return "Boolean" :args
89 ((:name |buffer| :type |UInt32| :direction :in)) :category
90 "ATI_vertex_array_object" :deprecated nil :version "1.2")
91 (defglextfun "NewObjectBufferATI" new-object-buffer-ati :return "UInt32" :args
92 ((:name |size| :type |SizeI| :direction :in)
93 (:name |pointer| :type |ConstVoid| :direction :in :array t :size size)
94 (:name |usage| :type |ArrayObjectUsageATI| :direction :in))
95 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
96 (make-extension-loader |ATI_vertex_array_object|
97 (("GetVariantArrayObjectivATI" get-variant-array-object-iv-ati :return "void"
98 :args
99 ((:name |id| :type |UInt32| :direction :in)
100 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
101 (:name |params| :type |Int32| :direction :out :array t :size #x1))
102 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
103 ("GetVariantArrayObjectfvATI" get-variant-array-object-fv-ati :return "void"
104 :args
105 ((:name |id| :type |UInt32| :direction :in)
106 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
107 (:name |params| :type |Float32| :direction :out :array t :size #x1))
108 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
109 ("VariantArrayObjectATI" variant-array-object-ati :return "void" :args
110 ((:name |id| :type |UInt32| :direction :in)
111 (:name |type| :type |ScalarType| :direction :in)
112 (:name |stride| :type |SizeI| :direction :in)
113 (:name |buffer| :type |UInt32| :direction :in)
114 (:name |offset| :type |UInt32| :direction :in))
115 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
116 ("GetArrayObjectivATI" get-array-object-iv-ati :return "void" :args
117 ((:name |array| :type |EnableCap| :direction :in)
118 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
119 (:name |params| :type |Int32| :direction :out :array t :size #x1))
120 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
121 ("GetArrayObjectfvATI" get-array-object-fv-ati :return "void" :args
122 ((:name |array| :type |EnableCap| :direction :in)
123 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
124 (:name |params| :type |Float32| :direction :out :array t :size #x1))
125 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
126 ("ArrayObjectATI" array-object-ati :return "void" :args
127 ((:name |array| :type |EnableCap| :direction :in)
128 (:name |size| :type |Int32| :direction :in)
129 (:name |type| :type |ScalarType| :direction :in)
130 (:name |stride| :type |SizeI| :direction :in)
131 (:name |buffer| :type |UInt32| :direction :in)
132 (:name |offset| :type |UInt32| :direction :in))
133 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
134 ("FreeObjectBufferATI" free-object-buffer-ati :return "void" :args
135 ((:name |buffer| :type |UInt32| :direction :in)) :category
136 "ATI_vertex_array_object" :deprecated nil :version "1.2")
137 ("GetObjectBufferivATI" get-object-buffer-iv-ati :return "void" :args
138 ((:name |buffer| :type |UInt32| :direction :in)
139 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
140 (:name |params| :type |Int32| :direction :out :array t :size #x1))
141 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
142 ("GetObjectBufferfvATI" get-object-buffer-fv-ati :return "void" :args
143 ((:name |buffer| :type |UInt32| :direction :in)
144 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
145 (:name |params| :type |Float32| :direction :out :array t :size #x1))
146 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
147 ("UpdateObjectBufferATI" update-object-buffer-ati :return "void" :args
148 ((:name |buffer| :type |UInt32| :direction :in)
149 (:name |offset| :type |UInt32| :direction :in)
150 (:name |size| :type |SizeI| :direction :in)
151 (:name |pointer| :type |ConstVoid| :direction :in :array t :size size)
152 (:name |preserve| :type |PreserveModeATI| :direction :in))
153 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")
154 ("IsObjectBufferATI" is-object-buffer-ati :return "Boolean" :args
155 ((:name |buffer| :type |UInt32| :direction :in)) :category
156 "ATI_vertex_array_object" :deprecated nil :version "1.2")
157 ("NewObjectBufferATI" new-object-buffer-ati :return "UInt32" :args
158 ((:name |size| :type |SizeI| :direction :in)
159 (:name |pointer| :type |ConstVoid| :direction :in :array t :size size)
160 (:name |usage| :type |ArrayObjectUsageATI| :direction :in))
161 :category "ATI_vertex_array_object" :deprecated nil :version "1.2")))