Type Definition wgpu::ImageCopyTextureTagged

source ·
pub type ImageCopyTextureTagged<'a> = ImageCopyTextureTaggedBase<&'a Texture>;
Expand description

View of a texture which can be used to copy to a texture, including color space and alpha premultiplication information.

Corresponds to WebGPU GPUImageCopyTextureTagged.