LoadFramebuffer updated
This commit is contained in:
parent
18132b22f0
commit
bac68f1435
1 changed files with 1 additions and 1 deletions
|
|
@ -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)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue