Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ati_vertex_array_object.lisp
blobb27de18734c6086182fc1deb40cc2dc82a6da8ae
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 (defglextfun
16 (("GetVariantArrayObjectivATI" get-variant-array-object-iv-ati) :args
17 ((:name |id| :type |UInt32| :direction :in)
18 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
19 (:name |params| :type |Int32| :direction :out :array t :size #x1))
20 :return ("void") :category ("ATI_vertex_array_object") :dlflags
21 ("notlistable") :version ("1.2") :extension nil :glxsingle ("?") :glxflags
22 ("ignore") :glsflags ("ignore" "get") :offset ("?")))
23 (defglextfun
24 (("GetVariantArrayObjectfvATI" get-variant-array-object-fv-ati) :args
25 ((:name |id| :type |UInt32| :direction :in)
26 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
27 (:name |params| :type |Float32| :direction :out :array t :size #x1))
28 :return ("void") :category ("ATI_vertex_array_object") :dlflags
29 ("notlistable") :version ("1.2") :extension nil :glxsingle ("?") :glxflags
30 ("ignore") :glsflags ("ignore" "get") :offset ("?")))
31 (defglextfun
32 (("VariantArrayObjectATI" variant-array-object-ati) :args
33 ((:name |id| :type |UInt32| :direction :in)
34 (:name |type| :type |ScalarType| :direction :in)
35 (:name |stride| :type |SizeI| :direction :in)
36 (:name |buffer| :type |UInt32| :direction :in)
37 (:name |offset| :type |UInt32| :direction :in))
38 :return ("void") :category ("ATI_vertex_array_object") :version ("1.2")
39 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore")
40 :offset ("?")))
41 (defglextfun
42 (("GetArrayObjectivATI" get-array-object-iv-ati) :args
43 ((:name |array| :type |EnableCap| :direction :in)
44 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
45 (:name |params| :type |Int32| :direction :out :array t :size #x1))
46 :return ("void") :category ("ATI_vertex_array_object") :dlflags
47 ("notlistable") :version ("1.2") :extension nil :glxsingle ("?") :glxflags
48 ("ignore") :glsflags ("ignore" "get") :offset ("?")))
49 (defglextfun
50 (("GetArrayObjectfvATI" get-array-object-fv-ati) :args
51 ((:name |array| :type |EnableCap| :direction :in)
52 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
53 (:name |params| :type |Float32| :direction :out :array t :size #x1))
54 :return ("void") :category ("ATI_vertex_array_object") :dlflags
55 ("notlistable") :version ("1.2") :extension nil :glxsingle ("?") :glxflags
56 ("ignore") :glsflags ("ignore" "get") :offset ("?")))
57 (defglextfun
58 (("ArrayObjectATI" array-object-ati) :args
59 ((:name |array| :type |EnableCap| :direction :in)
60 (:name |size| :type |Int32| :direction :in)
61 (:name |type| :type |ScalarType| :direction :in)
62 (:name |stride| :type |SizeI| :direction :in)
63 (:name |buffer| :type |UInt32| :direction :in)
64 (:name |offset| :type |UInt32| :direction :in))
65 :return ("void") :category ("ATI_vertex_array_object") :version ("1.2")
66 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore")
67 :offset ("?")))
68 (defglextfun
69 (("FreeObjectBufferATI" free-object-buffer-ati) :args
70 ((:name |buffer| :type |UInt32| :direction :in)) :return ("void") :category
71 ("ATI_vertex_array_object") :version ("1.2") :extension nil :glxropcode ("?")
72 :glxflags ("ignore") :glsflags ("ignore") :offset ("?")))
73 (defglextfun
74 (("GetObjectBufferivATI" get-object-buffer-iv-ati) :args
75 ((:name |buffer| :type |UInt32| :direction :in)
76 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
77 (:name |params| :type |Int32| :direction :out :array t :size #x1))
78 :return ("void") :category ("ATI_vertex_array_object") :dlflags
79 ("notlistable") :version ("1.2") :extension nil :glxsingle ("?") :glxflags
80 ("ignore") :glsflags ("ignore" "get") :offset ("?")))
81 (defglextfun
82 (("GetObjectBufferfvATI" get-object-buffer-fv-ati) :args
83 ((:name |buffer| :type |UInt32| :direction :in)
84 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
85 (:name |params| :type |Float32| :direction :out :array t :size #x1))
86 :return ("void") :category ("ATI_vertex_array_object") :dlflags
87 ("notlistable") :version ("1.2") :extension nil :glxsingle ("?") :glxflags
88 ("ignore") :glsflags ("ignore" "get") :offset ("?")))
89 (defglextfun
90 (("UpdateObjectBufferATI" update-object-buffer-ati) :args
91 ((:name |buffer| :type |UInt32| :direction :in)
92 (:name |offset| :type |UInt32| :direction :in)
93 (:name |size| :type |SizeI| :direction :in)
94 (:name |pointer| :type |ConstVoid| :direction :in :array t :size size)
95 (:name |preserve| :type |PreserveModeATI| :direction :in))
96 :return ("void") :category ("ATI_vertex_array_object") :version ("1.2")
97 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore")
98 :offset ("?")))
99 (defglextfun
100 (("IsObjectBufferATI" is-object-buffer-ati) :args
101 ((:name |buffer| :type |UInt32| :direction :in)) :return ("Boolean")
102 :category ("ATI_vertex_array_object") :version ("1.2") :extension nil
103 :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore" "get") :offset
104 ("?")))
105 (defglextfun
106 (("NewObjectBufferATI" new-object-buffer-ati) :args
107 ((:name |size| :type |SizeI| :direction :in)
108 (:name |pointer| :type |ConstVoid| :direction :in :array t :size size)
109 (:name |usage| :type |ArrayObjectUsageATI| :direction :in))
110 :return ("UInt32") :category ("ATI_vertex_array_object") :version ("1.2")
111 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore")
112 :offset ("?")))