Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBufferView

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

Hierarchy

Index

Properties

bufferSearch playground for buffer

buffer: number

The index of the buffer

byteLengthSearch playground for byteLength

byteLength: number

The lenth of the bufferView in bytes

Optional byteOffsetSearch playground for byteOffset

byteOffset: number

The offset into the buffer in bytes

Optional byteStrideSearch playground for byteStride

byteStride: number

The stride, in bytes

Optional extensionsSearch playground for extensions

extensions: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any

Optional extrasSearch playground for extras

extras: any

Application-Specific data

Optional nameSearch playground for name

name: string

The user-defined name of this object

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method