Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SyncableBufferProps<T>

Type Parameters

Hierarchy

Index

Properties

Enum specifying the intended usage pattern.

data: T

ArrayBuffer or SharedArrayBuffer from which the buffer will be created.

context?: Context

Context override

defaultvalue

defaultContext

Enum specifying the binding point that the buffer will be bound to when bind() is called.

defaultvalue

BufferBindingPoint.arrayBuffer

initializeAsValid?: boolean

If true, the entire buffer will be treated as valid initially and ranges for up/downloading need to be marked with invalidate() manually.

defaultvalue

false

Generated using TypeDoc