Skip to content

Documentation / device / TextureCreationOptions

Interface: TextureCreationOptions

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

Options for creating texture

Extends

Properties

dynamic?

optional dynamic?: boolean

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

Whether the object should be dynamic, default is false

Inherited from

BaseCreationOptions.dynamic


writable?

optional writable?: boolean

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


texture?

optional texture?: BaseTexture<unknown>

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


mipmapping?

optional mipmapping?: boolean

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


samplerOptions?

optional samplerOptions?: SamplerOptions

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

Released under the MIT License.