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