mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 11:55:31 +00:00
24 lines
645 B
Tcl
24 lines
645 B
Tcl
#GLUnurbs GLUnurbs
|
|
#GLUTesselator GLUTesselator
|
|
#GLUquadric GLUquadric
|
|
|
|
# Unknown types (try to infer!)
|
|
NurbsObj IntPtr # Nurbs
|
|
QuadricObj IntPtr # Quadric
|
|
TesselatorObj IntPtr # Tesselator
|
|
FunctionPointer Delegate #IntPtr
|
|
|
|
VoidPointer GLvoid* # VoidPointer
|
|
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
|
|
Boolean GLboolean |