Skip to content

Documentation / device / TextureCreationOptions

Interface: TextureCreationOptions

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

Options for creating texture

Extends

Properties

dynamic?

optional dynamic?: boolean

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

Whether the object should be dynamic, default is false

Inherited from

BaseCreationOptions.dynamic


writable?

optional writable?: boolean

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


texture?

optional texture?: BaseTexture<unknown>

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


mipmapping?

optional mipmapping?: boolean

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


samplerOptions?

optional samplerOptions?: SamplerOptions

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

Released under the MIT License.