Skip to content

Documentation / device / StorageTextureBindingLayout

Interface: StorageTextureBindingLayout

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

Binding layout of a storage texture

Properties

access

access: "write-only"

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

Access mode


format

format: TextureFormat

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

The texture format


viewDimension

viewDimension: "1d" | "2d" | "2d-array" | "cube" | "cube-array" | "3d"

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

View dimension

Released under the MIT License.