Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DataBuffer

Class used to store gfx data (like WebGLBuffer)

Hierarchy

Index

Constructors

constructor

  • Constructs the buffer

    Returns DataBuffer

Properties

capacitySearch playground for capacity

capacity: number

Gets or sets the size of the underlying buffer

is32BitsSearch playground for is32Bits

is32Bits: boolean

Gets or sets a boolean indicating if the buffer contains 32bits indices

referencesSearch playground for references

references: number

Gets or sets the number of objects referencing this buffer

Readonly uniqueIdSearch playground for uniqueId

uniqueId: number

Gets the unique id of this buffer

Accessors

underlyingResource

  • get underlyingResource(): any
  • Gets the underlying buffer

    Returns any

Legend

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