pub trait TextureExtManual: 'static {
    // Required method
    fn download(&self, data: &mut [u8], stride: usize);
}
Expand description

Trait containing manually implemented methods of Texture.

Required Methods§

source

fn download(&self, data: &mut [u8], stride: usize)

Implementors§