Creates a renderbuffer.
The rendering context of the renderbuffer.
The format of the renderbuffer.
The width of the renderbuffer.
The height of the renderbuffer.
Readonly
formatThe format of this renderbuffer.
Readonly
glThe rendering context of this renderbuffer.
Readonly
heightThe height of this renderbuffer.
Readonly
renderbufferThe WebGL API interface of this renderbuffer.
Readonly
widthThe width of this renderbuffer.
Generated using TypeDoc
A buffer that can contain an image or be the source or target of a rendering operation.