Documentation / device / BufferCreationOptions
Interface: BufferCreationOptions
Defined in: libs/device/src/gpuobject.ts:726
Options for creating gpu buffer
Extends
Properties
dynamic?
optionaldynamic?:boolean
Defined in: libs/device/src/gpuobject.ts:710
Whether the object should be dynamic, default is false
Inherited from
usage?
optionalusage?:BufferUsage
Defined in: libs/device/src/gpuobject.ts:728
The buffer usage
storage?
optionalstorage?:boolean
Defined in: libs/device/src/gpuobject.ts:730
true if we are creating a storage buffer
managed?
optionalmanaged?:boolean
Defined in: libs/device/src/gpuobject.ts:732
Whether the object content should be managed, default true for vertex buffer of index buffer