Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw.git] / lib / opengl-ibm_vertex_array_lists.lisp
blob7d9b935a61084c94fe879aac385a3531aa4691ec
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 ;;;; ibm_vertex_array_lists
7 (defconstant +vertex-array-list-ibm+ #x1929E)
8 (defconstant +normal-array-list-ibm+ #x1929F)
9 (defconstant +color-array-list-ibm+ #x192A0)
10 (defconstant +index-array-list-ibm+ #x192A1)
11 (defconstant +texture-coord-array-list-ibm+ #x192A2)
12 (defconstant +edge-flag-array-list-ibm+ #x192A3)
13 (defconstant +fog-coordinate-array-list-ibm+ #x192A4)
14 (defconstant +secondary-color-array-list-ibm+ #x192A5)
15 (defconstant +vertex-array-list-stride-ibm+ #x192A8)
16 (defconstant +normal-array-list-stride-ibm+ #x192A9)
17 (defconstant +color-array-list-stride-ibm+ #x192AA)
18 (defconstant +index-array-list-stride-ibm+ #x192AB)
19 (defconstant +texture-coord-array-list-stride-ibm+ #x192AC)
20 (defconstant +edge-flag-array-list-stride-ibm+ #x192AD)
21 (defconstant +fog-coordinate-array-list-stride-ibm+ #x192AE)
22 (defconstant +secondary-color-array-list-stride-ibm+ #x192AF)
23 (defglextfun "VertexPointerListIBM" vertex-pointer-list-ibm :return "void"
24 :args
25 ((:name |size| :type |Int32| :direction :in)
26 (:name |type| :type |VertexPointerType| :direction :in)
27 (:name |stride| :type |Int32| :direction :in)
28 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
29 (|size| |type| |stride|) :retained t)
30 (:name |ptrstride| :type |Int32| :direction :in))
31 :category "IBM_vertex_array_lists" :version "1.1")
32 (defglextfun "TexCoordPointerListIBM" tex-coord-pointer-list-ibm :return "void"
33 :args
34 ((:name |size| :type |Int32| :direction :in)
35 (:name |type| :type |TexCoordPointerType| :direction :in)
36 (:name |stride| :type |Int32| :direction :in)
37 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
38 (|size| |type| |stride|) :retained t)
39 (:name |ptrstride| :type |Int32| :direction :in))
40 :category "IBM_vertex_array_lists" :version "1.1")
41 (defglextfun "NormalPointerListIBM" normal-pointer-list-ibm :return "void"
42 :args
43 ((:name |type| :type |NormalPointerType| :direction :in)
44 (:name |stride| :type |Int32| :direction :in)
45 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
46 (|type| |stride|) :retained t)
47 (:name |ptrstride| :type |Int32| :direction :in))
48 :category "IBM_vertex_array_lists" :version "1.1")
49 (defglextfun "IndexPointerListIBM" index-pointer-list-ibm :return "void" :args
50 ((:name |type| :type |IndexPointerType| :direction :in)
51 (:name |stride| :type |Int32| :direction :in)
52 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
53 (|type| |stride|) :retained t)
54 (:name |ptrstride| :type |Int32| :direction :in))
55 :category "IBM_vertex_array_lists" :version "1.1")
56 (defglextfun "FogCoordPointerListIBM" fog-coord-pointer-list-ibm :return "void"
57 :args
58 ((:name |type| :type |FogPointerTypeIBM| :direction :in)
59 (:name |stride| :type |Int32| :direction :in)
60 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
61 (|type| |stride|) :retained t)
62 (:name |ptrstride| :type |Int32| :direction :in))
63 :category "IBM_vertex_array_lists" :version "1.1")
64 (defglextfun "EdgeFlagPointerListIBM" edge-flag-pointer-list-ibm :return "void"
65 :args
66 ((:name |stride| :type |Int32| :direction :in)
67 (:name |pointer| :type |BooleanPointer| :direction :in :array t :size
68 (|stride|) :retained t)
69 (:name |ptrstride| :type |Int32| :direction :in))
70 :category "IBM_vertex_array_lists" :version "1.1")
71 (defglextfun "SecondaryColorPointerListIBM" secondary-color-pointer-list-ibm
72 :return "void" :args
73 ((:name |size| :type |Int32| :direction :in)
74 (:name |type| :type |SecondaryColorPointerTypeIBM| :direction :in)
75 (:name |stride| :type |Int32| :direction :in)
76 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
77 (|size| |type| |stride|) :retained t)
78 (:name |ptrstride| :type |Int32| :direction :in))
79 :category "IBM_vertex_array_lists" :version "1.1")
80 (defglextfun "ColorPointerListIBM" color-pointer-list-ibm :return "void" :args
81 ((:name |size| :type |Int32| :direction :in)
82 (:name |type| :type |ColorPointerType| :direction :in)
83 (:name |stride| :type |Int32| :direction :in)
84 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
85 (|size| |type| |stride|) :retained t)
86 (:name |ptrstride| :type |Int32| :direction :in))
87 :category "IBM_vertex_array_lists" :version "1.1")