Class Buffer

A data stucture that supplies per-vertex data to the GPU.

Hierarchy

  • Buffer

Constructors

Properties

Accessors

Methods

Constructors

Properties

buffer: WebGLBuffer

The WebGL API interface of this buffer.

dataPrivate: TypedArray

The data contained within this buffer.

gl: WebGL2RenderingContext

The rendering context of this buffer.

target: BufferTarget

The binding point to bind this buffer to.

typePrivate: BufferDataType

The type of each component in this buffer.

The usage pattern of this buffer's data store.

Accessors

Methods

Generated using TypeDoc