logo

Type Definition wgpu::ImageCopyTexture

source · []
pub type ImageCopyTexture<'a> = ImageCopyTextureBase<&'a Texture>;
Expand description

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

Corresponds to WebGPU GPUImageCopyTexture.