logo

Type Definition wgpu::ImageCopyTexture[][src]

pub type ImageCopyTexture<'a> = ImageCopyTextureBase<&'a Texture>;
Expand description

View of a texture which can be used to copy to/from a buffer/texture.