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