Interface GPUStorageTextureBindingLayout

Hierarchy

  • GPUStorageTextureBindingLayout

Properties

access?: "write-only"

The access mode for this binding, indicating readability and writability. Note: There is currently only one access mode, GPUStorageTextureAccess#"write-only", but this will expand in the future.

The required format of texture views bound to this binding.

viewDimension?: GPUTextureViewDimension

Indicates the required dimension for texture views bound to this binding.