Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ati_vertex_attrib_array_object.lisp
blobc2013374ecd32b9a923452a4eb9b1327de3d6aaf
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_attrib_array_object
7 (defglextfun
8 (("GetVertexAttribArrayObjectivATI" get-vertex-attrib-array-object-iv-ati)
9 :args
10 ((:name |index| :type |UInt32| :direction :in)
11 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
12 (:name |params| :type |Int32| :direction :out :array t :size pname))
13 :return ("void") :category ("ATI_vertex_attrib_array_object") :dlflags
14 ("notlistable") :version ("1.2") :extension nil :glxsingle ("?") :glxflags
15 ("ignore") :glsflags ("get") :glsopcode ("?") :offset ("?")))
16 (defglextfun
17 (("GetVertexAttribArrayObjectfvATI" get-vertex-attrib-array-object-fv-ati)
18 :args
19 ((:name |index| :type |UInt32| :direction :in)
20 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
21 (:name |params| :type |Float32| :direction :out :array t :size pname))
22 :return ("void") :category ("ATI_vertex_attrib_array_object") :dlflags
23 ("notlistable") :version ("1.2") :extension nil :glxsingle ("?") :glxflags
24 ("ignore") :glsflags ("get") :glsopcode ("?") :offset ("?")))
25 (defglextfun
26 (("VertexAttribArrayObjectATI" vertex-attrib-array-object-ati) :args
27 ((:name |index| :type |UInt32| :direction :in)
28 (:name |size| :type |Int32| :direction :in)
29 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
30 (:name |normalized| :type |Boolean| :direction :in)
31 (:name |stride| :type |SizeI| :direction :in)
32 (:name |buffer| :type |UInt32| :direction :in)
33 (:name |offset| :type |UInt32| :direction :in))
34 :return ("void") :category ("ATI_vertex_attrib_array_object") :version
35 ("1.2") :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode
36 ("?") :offset ("?")))