Skip to content

Documentation / device / TextureTypeDetail

Interface: TextureTypeDetail

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

Detail informations for texture type

Properties

textureType

textureType: PBTextureType

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

type of the texture


storageTexelFormat

storageTexelFormat: TextureFormat

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

texture format if this is a storage texture


readable

readable: boolean

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

true if this is a readable storage texture type


writable

writable: boolean

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

true if this is a writable storage texture type

Released under the MIT License.