Class Renderbuffer

A buffer that can contain an image or be the source or target of a rendering operation.

Hierarchy

  • Renderbuffer

Constructors

Properties

Methods

Constructors

Properties

The format of this renderbuffer.

gl: WebGL2RenderingContext

The rendering context of this renderbuffer.

height: number

The height of this renderbuffer.

renderbuffer: WebGLRenderbuffer

The WebGL API interface of this renderbuffer.

width: number

The width of this renderbuffer.

Methods

Generated using TypeDoc