WebGLFramebuffer
Part of the WebGL API and represents a collection of buffers that serve as a rendering destination.
interface WebGLFramebuffer {}
var WebGLFramebuffer: {
prototype: WebGLFramebuffer;
new (): WebGLFramebuffer;
};Part of the WebGL API and represents a collection of buffers that serve as a rendering destination.