[][src]Trait luminance::texture::Layerable

pub trait Layerable {
    fn layering() -> Layering;
}

Trait used to reify a type into a Layering.

Required methods

fn layering() -> Layering

Reify to Layering.

Loading content...

Implementors

impl Layerable for Flat[src]

impl Layerable for Layered[src]

Loading content...