fix: Wrong signature of FrameBufferComplete
This commit is contained in:
parent
6c496b67b8
commit
4cfb534b74
2 changed files with 2 additions and 2 deletions
|
|
@ -821,7 +821,7 @@ public static unsafe partial class Rlgl
|
|||
/// <summary>Verify framebuffer is complete</summary>
|
||||
[LibraryImport(NativeLibName, EntryPoint = "rlFramebufferComplete")]
|
||||
[UnmanagedCallConv(CallConvs = [typeof(CallConvCdecl)])]
|
||||
public static partial int FramebufferComplete(uint id);
|
||||
public static partial CBool FramebufferComplete(uint id);
|
||||
|
||||
/// <summary>Delete framebuffer from GPU</summary>
|
||||
[LibraryImport(NativeLibName, EntryPoint = "rlUnloadFramebuffer")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue