pub type StorageBufferBind<T> = BufferBind<T, StorageReadWriteType>;Expand description
A buffer binding as a read-write storage buffer
This is the only buffer binding type that is writable
Aliased Type§
pub struct StorageBufferBind<T> { /* private fields */ }