Interface GPUStorageTextureBindingLayout
interface GPUStorageTextureBindingLayout {
access?: GPUStorageTextureAccess;
format: GPUTextureFormat;
viewDimension?: GPUTextureViewDimension;
}
access?: GPUStorageTextureAccess;
format: GPUTextureFormat;
viewDimension?: GPUTextureViewDimension;
}
Index
Properties
Properties
Optional
access
format
The required GPUTextureViewDescriptor#format of texture views bound to this binding.
Optional
viewDimension
Indicates the required GPUTextureViewDescriptor#dimension for texture views bound to this binding.
The access mode for this binding, indicating readability and writability.