From 36a6585555db33aab40c0ed679dcdce594a4342e Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sat, 25 May 2024 10:24:19 +0100 Subject: [PATCH] Update Rlgl --- Raylib-cs/interop/Rlgl.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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