Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ibm_vertex_array_lists.lisp
blob0811dc6e821ad508a7d9474c28cb70946959db6a
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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :version "1.1")
88 (make-extension-loader |IBM_vertex_array_lists|
89 (("VertexPointerListIBM" vertex-pointer-list-ibm :return "void" :args
90 ((:name |size| :type |Int32| :direction :in)
91 (:name |type| :type |VertexPointerType| :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 :category "IBM_vertex_array_lists" :deprecated nil :version "1.1")
97 ("TexCoordPointerListIBM" tex-coord-pointer-list-ibm :return "void" :args
98 ((:name |size| :type |Int32| :direction :in)
99 (:name |type| :type |TexCoordPointerType| :direction :in)
100 (:name |stride| :type |Int32| :direction :in)
101 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
102 (|size| |type| |stride|) :retained t)
103 (:name |ptrstride| :type |Int32| :direction :in))
104 :category "IBM_vertex_array_lists" :deprecated nil :version "1.1")
105 ("NormalPointerListIBM" normal-pointer-list-ibm :return "void" :args
106 ((:name |type| :type |NormalPointerType| :direction :in)
107 (:name |stride| :type |Int32| :direction :in)
108 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
109 (|type| |stride|) :retained t)
110 (:name |ptrstride| :type |Int32| :direction :in))
111 :category "IBM_vertex_array_lists" :deprecated nil :version "1.1")
112 ("IndexPointerListIBM" index-pointer-list-ibm :return "void" :args
113 ((:name |type| :type |IndexPointerType| :direction :in)
114 (:name |stride| :type |Int32| :direction :in)
115 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
116 (|type| |stride|) :retained t)
117 (:name |ptrstride| :type |Int32| :direction :in))
118 :category "IBM_vertex_array_lists" :deprecated nil :version "1.1")
119 ("FogCoordPointerListIBM" fog-coord-pointer-list-ibm :return "void" :args
120 ((:name |type| :type |FogPointerTypeIBM| :direction :in)
121 (:name |stride| :type |Int32| :direction :in)
122 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
123 (|type| |stride|) :retained t)
124 (:name |ptrstride| :type |Int32| :direction :in))
125 :category "IBM_vertex_array_lists" :deprecated nil :version "1.1")
126 ("EdgeFlagPointerListIBM" edge-flag-pointer-list-ibm :return "void" :args
127 ((:name |stride| :type |Int32| :direction :in)
128 (:name |pointer| :type |BooleanPointer| :direction :in :array t :size
129 (|stride|) :retained t)
130 (:name |ptrstride| :type |Int32| :direction :in))
131 :category "IBM_vertex_array_lists" :deprecated nil :version "1.1")
132 ("SecondaryColorPointerListIBM" secondary-color-pointer-list-ibm :return
133 "void" :args
134 ((:name |size| :type |Int32| :direction :in)
135 (:name |type| :type |SecondaryColorPointerTypeIBM| :direction :in)
136 (:name |stride| :type |Int32| :direction :in)
137 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
138 (|size| |type| |stride|) :retained t)
139 (:name |ptrstride| :type |Int32| :direction :in))
140 :category "IBM_vertex_array_lists" :deprecated nil :version "1.1")
141 ("ColorPointerListIBM" color-pointer-list-ibm :return "void" :args
142 ((:name |size| :type |Int32| :direction :in)
143 (:name |type| :type |ColorPointerType| :direction :in)
144 (:name |stride| :type |Int32| :direction :in)
145 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
146 (|size| |type| |stride|) :retained t)
147 (:name |ptrstride| :type |Int32| :direction :in))
148 :category "IBM_vertex_array_lists" :deprecated nil :version "1.1")))