pub type StorageTextureBind<I> = TextureBind<I, StorageWriteOnlyTextureType>;Expand description
A storage texture bind, can only be written
Aliased Type§
pub struct StorageTextureBind<I> {
pub texture: Arc<Texture>,
/* private fields */
}Fields§
§texture: Arc<Texture>