Type Definition wgpu::ImageCopyTexture[][src]

type ImageCopyTexture<'a> = ImageCopyTextureBase<&'a Texture>;

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