pub trait TextureExtManual: 'static { fn download(&self, data: &mut [u8], stride: usize); }
Trait containing manually implemented methods of Texture.
Texture