Update Rlgl
This commit is contained in:
parent
bcf6a479b0
commit
36a6585555
1 changed files with 3 additions and 3 deletions
|
|
@ -613,9 +613,9 @@ public static unsafe partial class Rlgl
|
||||||
[DllImport(NativeLibName, EntryPoint = "rlGetGlTextureFormats", CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(NativeLibName, EntryPoint = "rlGetGlTextureFormats", CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern void GetGlTextureFormats(
|
public static extern void GetGlTextureFormats(
|
||||||
PixelFormat format,
|
PixelFormat format,
|
||||||
int* glInternalFormat,
|
uint* glInternalFormat,
|
||||||
int* glFormat,
|
uint* glFormat,
|
||||||
int* glType
|
uint* glType
|
||||||
);
|
);
|
||||||
|
|
||||||
/// <summary>Get OpenGL internal formats</summary>
|
/// <summary>Get OpenGL internal formats</summary>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue