pub type StorageReadBufferBind<T> = BufferBind<T, StorageReadOnlyType>;Expand description
A buffer binding as a readonly storage buffer
This can store more data than a UniformBufferBind, but is also much slower, and potentially
has other limitations depending on the GPU. See webgpu spec for more information.
Aliased Type§
pub struct StorageReadBufferBind<T> { /* private fields */ }