2008-01-19 15:23:18 +00:00
|
|
|
#GLUnurbs GLUnurbs
|
|
|
|
#GLUTesselator GLUTesselator
|
|
|
|
#GLUquadric GLUquadric
|
2007-09-02 00:40:43 +00:00
|
|
|
|
|
|
|
# Unknown types (try to infer!)
|
2008-01-19 15:23:18 +00:00
|
|
|
NurbsObj IntPtr # Nurbs
|
|
|
|
QuadricObj IntPtr # Quadric
|
|
|
|
TesselatorObj IntPtr # Tesselator
|
|
|
|
FunctionPointer Delegate #IntPtr
|
2007-09-02 00:40:43 +00:00
|
|
|
|
2008-01-19 15:23:18 +00:00
|
|
|
VoidPointer GLvoid* # VoidPointer
|
2007-09-02 00:40:43 +00:00
|
|
|
Float64 Float64
|
|
|
|
Float64Pointer Float64Pointer
|
|
|
|
Float32 Float32
|
|
|
|
Float32Pointer Float32Pointer
|
|
|
|
SizeI GLsizei
|
|
|
|
UInt8 GLubyte
|
|
|
|
|
|
|
|
# Enum types (find Tao-compatible solution!)
|
|
|
|
TextureTarget TextureTarget
|
|
|
|
PixelFormat PixelFormat
|
|
|
|
PixelType PixelType
|
|
|
|
MapTarget MapTarget
|
2007-11-04 15:15:38 +00:00
|
|
|
Boolean GLboolean
|