Enum texture::Format [] [src]

pub enum Format {
    Rgba8,
}

Texture format.

Variants

Rgba8

(red, green, blue, alpha) with values 0-255.

Trait Implementations

Derived Implementations

impl Debug for Format

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Format

fn clone(&self) -> Format

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for Format