Class ElementByteBuffersManager<O>Abstract

Manages multiple element byte buffers. Useful when one object is written into multiple buffers ( e.g., index and vertex buffer).

Type Parameters

  • O

Hierarchy (View Summary)

Implements

Constructors

Properties

buffers: readonly WriteElementByteBuffer[]

Methods

  • Copy a range of the storage within itself.

    Parameters

    • target: number

      Element offset to copy the range to

    • start: number

      Element offset to copy the range from

    • end: number

      Element offset end

    Returns void