Added int/uint to the c# typemap
This commit is contained in:
parent
afd076a83d
commit
fd910e6a6c
1 changed files with 3 additions and 2 deletions
|
@ -19,6 +19,8 @@ GLclampf, Single
|
|||
GLdouble, Double
|
||||
GLclampd, Double
|
||||
GLstring, String
|
||||
int, Int32
|
||||
uint, UInt32
|
||||
|
||||
PixelInternalFormat, PixelInternalFormat
|
||||
|
||||
|
@ -72,8 +74,7 @@ UINT, UInt32
|
|||
USHORT, UInt16
|
||||
VOID, void
|
||||
VoidPointer, void*
|
||||
float, float
|
||||
int, int
|
||||
float, Single
|
||||
#void, *
|
||||
|
||||
# Glu types.
|
||||
|
|
Loading…
Reference in a new issue