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

LoadFramebuffer updated

This commit is contained in:
JupiterRider 2024-12-06 21:47:32 +01:00
commit bac68f1435

View file

@ -668,7 +668,7 @@ public static unsafe partial class Rlgl
/// <summary>Load an empty framebuffer</summary> /// <summary>Load an empty framebuffer</summary>
[DllImport(NativeLibName, EntryPoint = "rlLoadFramebuffer", CallingConvention = CallingConvention.Cdecl)] [DllImport(NativeLibName, EntryPoint = "rlLoadFramebuffer", CallingConvention = CallingConvention.Cdecl)]
public static extern uint LoadFramebuffer(int width, int height); public static extern uint LoadFramebuffer();
/// <summary>Attach texture/renderbuffer to a framebuffer</summary> /// <summary>Attach texture/renderbuffer to a framebuffer</summary>
[DllImport(NativeLibName, EntryPoint = "rlFramebufferAttach", CallingConvention = CallingConvention.Cdecl)] [DllImport(NativeLibName, EntryPoint = "rlFramebufferAttach", CallingConvention = CallingConvention.Cdecl)]