Added FTGL for convenience
[cl-glfw.git] / lib / opengl-ati_vertex_attrib_array_object.lisp
blob45fab7ef38a38c95f6e4fef33967bbd795e8ff06
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 "GetVertexAttribArrayObjectivATI"
8 get-vertex-attrib-array-object-iv-ati :return "void" :args
9 ((:name |index| :type |UInt32| :direction :in)
10 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
11 (:name |params| :type |Int32| :direction :out :array t :size pname))
12 :category "ATI_vertex_attrib_array_object" :deprecated nil :version "1.2")
13 (defglextfun "GetVertexAttribArrayObjectfvATI"
14 get-vertex-attrib-array-object-fv-ati :return "void" :args
15 ((:name |index| :type |UInt32| :direction :in)
16 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
17 (:name |params| :type |Float32| :direction :out :array t :size pname))
18 :category "ATI_vertex_attrib_array_object" :deprecated nil :version "1.2")
19 (defglextfun "VertexAttribArrayObjectATI" vertex-attrib-array-object-ati
20 :return "void" :args
21 ((:name |index| :type |UInt32| :direction :in)
22 (:name |size| :type |Int32| :direction :in)
23 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
24 (:name |normalized| :type |Boolean| :direction :in)
25 (:name |stride| :type |SizeI| :direction :in)
26 (:name |buffer| :type |UInt32| :direction :in)
27 (:name |offset| :type |UInt32| :direction :in))
28 :category "ATI_vertex_attrib_array_object" :deprecated nil :version "1.2")