Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BufferView

A view into a buffer generally representing a subset of the buffer.

Hierarchy

  • BufferView

Indexable

[k: string]: any

A view into a buffer generally representing a subset of the buffer.

Index

Properties

buffer

buffer: GlTfId

The index of the buffer.

byteLength

byteLength: number

The length of the bufferView in bytes.

Optional byteOffset

byteOffset: number

The offset into the buffer in bytes.

Optional byteStride

byteStride: number

The stride, in bytes.

Optional extensions

extensions: any

Optional extras

extras: any

Optional name

name: any

Optional target

target: 34962 | 34963 | number

The target that the GPU buffer should be bound to.