diff --git a/Raylib-cs/interop/Rlgl.cs b/Raylib-cs/interop/Rlgl.cs index d3f0279..9f6cf7a 100644 --- a/Raylib-cs/interop/Rlgl.cs +++ b/Raylib-cs/interop/Rlgl.cs @@ -613,9 +613,9 @@ public static unsafe partial class Rlgl [DllImport(NativeLibName, EntryPoint = "rlGetGlTextureFormats", CallingConvention = CallingConvention.Cdecl)] public static extern void GetGlTextureFormats( PixelFormat format, - int* glInternalFormat, - int* glFormat, - int* glType + uint* glInternalFormat, + uint* glFormat, + uint* glType ); /// Get OpenGL internal formats