Struct luminance::texture::Layered[][src]

pub struct Layered;

Layered texture hint.

A layered texture has an extra coordinate to access the layer and can be thought of as an array of textures.

Trait Implementations

impl Clone for Layered
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Layered
[src]

impl Debug for Layered
[src]

Formats the value using the given formatter. Read more

impl Layerable for Layered
[src]

Reify to Layering.

Auto Trait Implementations

impl Send for Layered

impl Sync for Layered