Added int/uint to the c# typemap

This commit is contained in:
Stefanos A 2013-11-17 00:45:52 +01:00
parent afd076a83d
commit fd910e6a6c

View file

@ -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.