Documentation / device / TextureCreationOptions
Interface: TextureCreationOptions
Defined in: libs/device/src/gpuobject.ts:716
Options for creating texture
Extends
Properties
dynamic?
optionaldynamic?:boolean
Defined in: libs/device/src/gpuobject.ts:710
Whether the object should be dynamic, default is false
Inherited from
writable?
optionalwritable?:boolean
Defined in: libs/device/src/gpuobject.ts:717
texture?
optionaltexture?:BaseTexture<unknown>
Defined in: libs/device/src/gpuobject.ts:718
mipmapping?
optionalmipmapping?:boolean
Defined in: libs/device/src/gpuobject.ts:719
samplerOptions?
optionalsamplerOptions?:SamplerOptions
Defined in: libs/device/src/gpuobject.ts:720