Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ati_vertex_attrib_array_object.lisp
blob95244d47dd5b031f4f1a2becbe8033f8bc66b652
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")
29 (make-extension-loader |ATI_vertex_attrib_array_object|
30 (("GetVertexAttribArrayObjectivATI" get-vertex-attrib-array-object-iv-ati
31 :return "void" :args
32 ((:name |index| :type |UInt32| :direction :in)
33 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
34 (:name |params| :type |Int32| :direction :out :array t :size pname))
35 :category "ATI_vertex_attrib_array_object" :deprecated nil :version "1.2")
36 ("GetVertexAttribArrayObjectfvATI" get-vertex-attrib-array-object-fv-ati
37 :return "void" :args
38 ((:name |index| :type |UInt32| :direction :in)
39 (:name |pname| :type |ArrayObjectPNameATI| :direction :in)
40 (:name |params| :type |Float32| :direction :out :array t :size pname))
41 :category "ATI_vertex_attrib_array_object" :deprecated nil :version "1.2")
42 ("VertexAttribArrayObjectATI" vertex-attrib-array-object-ati :return "void"
43 :args
44 ((:name |index| :type |UInt32| :direction :in)
45 (:name |size| :type |Int32| :direction :in)
46 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
47 (:name |normalized| :type |Boolean| :direction :in)
48 (:name |stride| :type |SizeI| :direction :in)
49 (:name |buffer| :type |UInt32| :direction :in)
50 (:name |offset| :type |UInt32| :direction :in))
51 :category "ATI_vertex_attrib_array_object" :deprecated nil :version "1.2")))