OpenGL FrameBuffer Object wrapper.
Creates one FBO, with specified usage. OpenGL must have been loaded. EXT_framebuffer_object is used as a fallback if ARB_framebuffer_object is missing.
FBO usage.
Releases the OpenGL FBO resource.
Unbinds this FBO.
Binds this FBO.
See Implementation
OpenGL FrameBuffer Object wrapper.