Type Definition wgpu::TextureCopyView[][src]

type TextureCopyView<'a> = TextureCopyViewBase<&'a Texture>;

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