Watch
2
0
Fork
You've already forked raylib-cs
0

Update Rlgl

This commit is contained in:
Rgebee 2024-05-25 10:24:19 +01:00
commit 36a6585555

View file

@ -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
);
/// <summary>Get OpenGL internal formats</summary>