Skip to content

Documentation / device / TextureTypeDetail

Interface: TextureTypeDetail

Defined in: libs/device/src/builder/types.ts:538

Detail informations for texture type

Properties

textureType

textureType: PBTextureType

Defined in: libs/device/src/builder/types.ts:540

type of the texture


storageTexelFormat

storageTexelFormat: TextureFormat

Defined in: libs/device/src/builder/types.ts:542

texture format if this is a storage texture


readable

readable: boolean

Defined in: libs/device/src/builder/types.ts:544

true if this is a readable storage texture type


writable

writable: boolean

Defined in: libs/device/src/builder/types.ts:546

true if this is a writable storage texture type

Released under the MIT License.