Updated typemaping of TessObj, NurbObj and QuadricObj and FunctionPointer.
This commit is contained in:
parent
461b97e343
commit
57b38ab203
1 changed files with 8 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
||||||
GLUnurbs Glu.GLUnurbs
|
#GLUnurbs GLUnurbs
|
||||||
GLUTesselator Glu.GLUTesselator
|
#GLUTesselator GLUTesselator
|
||||||
GLUquadric Glu.GLUquadric
|
#GLUquadric GLUquadric
|
||||||
|
|
||||||
# Unknown types (try to infer!)
|
# Unknown types (try to infer!)
|
||||||
NurbsObj int
|
NurbsObj IntPtr # Nurbs
|
||||||
QuadricObj int
|
QuadricObj IntPtr # Quadric
|
||||||
TesselatorObj int
|
TesselatorObj IntPtr # Tesselator
|
||||||
FunctionPointer IntPtr
|
FunctionPointer Delegate #IntPtr
|
||||||
|
|
||||||
VoidPointer VoidPointer
|
VoidPointer GLvoid* # VoidPointer
|
||||||
Float64 Float64
|
Float64 Float64
|
||||||
Float64Pointer Float64Pointer
|
Float64Pointer Float64Pointer
|
||||||
Float32 Float32
|
Float32 Float32
|
||||||
|
|
Loading…
Reference in a new issue