Skip to content

Documentation / device / BaseCreationOptions

Interface: BaseCreationOptions

Defined in: libs/device/src/gpuobject.ts:698

Common options for createing texture or buffer

Extended by

Properties

dynamic?

optional dynamic?: boolean

Defined in: libs/device/src/gpuobject.ts:702

Whether the object should be dynamic, default is false

Released under the MIT License.