mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 16:50:43 +00:00
Added int/uint to the c# typemap
This commit is contained in:
parent
afd076a83d
commit
fd910e6a6c
|
@ -19,6 +19,8 @@ GLclampf, Single
|
||||||
GLdouble, Double
|
GLdouble, Double
|
||||||
GLclampd, Double
|
GLclampd, Double
|
||||||
GLstring, String
|
GLstring, String
|
||||||
|
int, Int32
|
||||||
|
uint, UInt32
|
||||||
|
|
||||||
PixelInternalFormat, PixelInternalFormat
|
PixelInternalFormat, PixelInternalFormat
|
||||||
|
|
||||||
|
@ -72,8 +74,7 @@ UINT, UInt32
|
||||||
USHORT, UInt16
|
USHORT, UInt16
|
||||||
VOID, void
|
VOID, void
|
||||||
VoidPointer, void*
|
VoidPointer, void*
|
||||||
float, float
|
float, Single
|
||||||
int, int
|
|
||||||
#void, *
|
#void, *
|
||||||
|
|
||||||
# Glu types.
|
# Glu types.
|
||||||
|
|
Loading…
Reference in a new issue