Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ibm_vertex_array_lists.lisp
blob900a74d8384a19112480f157d87d29def2223fef
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
24 (("VertexPointerListIBM" vertex-pointer-list-ibm) :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 :return ("void") :category ("IBM_vertex_array_lists") :version ("1.1")
32 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))
33 (defglextfun
34 (("TexCoordPointerListIBM" tex-coord-pointer-list-ibm) :args
35 ((:name |size| :type |Int32| :direction :in)
36 (:name |type| :type |TexCoordPointerType| :direction :in)
37 (:name |stride| :type |Int32| :direction :in)
38 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
39 (|size| |type| |stride|) :retained t)
40 (:name |ptrstride| :type |Int32| :direction :in))
41 :return ("void") :category ("IBM_vertex_array_lists") :version ("1.1")
42 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))
43 (defglextfun
44 (("NormalPointerListIBM" normal-pointer-list-ibm) :args
45 ((:name |type| :type |NormalPointerType| :direction :in)
46 (:name |stride| :type |Int32| :direction :in)
47 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
48 (|type| |stride|) :retained t)
49 (:name |ptrstride| :type |Int32| :direction :in))
50 :return ("void") :category ("IBM_vertex_array_lists") :version ("1.1")
51 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))
52 (defglextfun
53 (("IndexPointerListIBM" index-pointer-list-ibm) :args
54 ((:name |type| :type |IndexPointerType| :direction :in)
55 (:name |stride| :type |Int32| :direction :in)
56 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
57 (|type| |stride|) :retained t)
58 (:name |ptrstride| :type |Int32| :direction :in))
59 :return ("void") :category ("IBM_vertex_array_lists") :version ("1.1")
60 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))
61 (defglextfun
62 (("FogCoordPointerListIBM" fog-coord-pointer-list-ibm) :args
63 ((:name |type| :type |FogPointerTypeIBM| :direction :in)
64 (:name |stride| :type |Int32| :direction :in)
65 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
66 (|type| |stride|) :retained t)
67 (:name |ptrstride| :type |Int32| :direction :in))
68 :return ("void") :category ("IBM_vertex_array_lists") :version ("1.1")
69 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))
70 (defglextfun
71 (("EdgeFlagPointerListIBM" edge-flag-pointer-list-ibm) :args
72 ((:name |stride| :type |Int32| :direction :in)
73 (:name |pointer| :type |BooleanPointer| :direction :in :array t :size
74 (|stride|) :retained t)
75 (:name |ptrstride| :type |Int32| :direction :in))
76 :return ("void") :category ("IBM_vertex_array_lists") :version ("1.1")
77 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))
78 (defglextfun
79 (("SecondaryColorPointerListIBM" secondary-color-pointer-list-ibm) :args
80 ((:name |size| :type |Int32| :direction :in)
81 (:name |type| :type |SecondaryColorPointerTypeIBM| :direction :in)
82 (:name |stride| :type |Int32| :direction :in)
83 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
84 (|size| |type| |stride|) :retained t)
85 (:name |ptrstride| :type |Int32| :direction :in))
86 :return ("void") :category ("IBM_vertex_array_lists") :version ("1.1")
87 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))
88 (defglextfun
89 (("ColorPointerListIBM" color-pointer-list-ibm) :args
90 ((:name |size| :type |Int32| :direction :in)
91 (:name |type| :type |ColorPointerType| :direction :in)
92 (:name |stride| :type |Int32| :direction :in)
93 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
94 (|size| |type| |stride|) :retained t)
95 (:name |ptrstride| :type |Int32| :direction :in))
96 :return ("void") :category ("IBM_vertex_array_lists") :version ("1.1")
97 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))