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

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