Example #1
0
 public void Bind()
 {
     Ogl.BindFramebuffer(FramebufferTarget.Framebuffer, handle);
     Ogl.DrawBuffer(DrawBufferMode.ColorAttachment0);
 }