Struct luminance::texture::Cubemap [] [src]

pub struct Cubemap;

Trait Implementations

impl Debug for Cubemap
[src]

Formats the value using the given formatter.

impl Copy for Cubemap
[src]

impl Clone for Cubemap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Dimensionable for Cubemap
[src]

Dimension.

Width of the associated Size.

Height of the associated Size. If it doesn’t have one, set it to 1.

Depth of the associated Size. If it doesn’t have one, set it to 1.

X offset.

Y offset. If it doesn’t have one, set it to 0.

Z offset. If it doesn’t have one, set it to 0.

Zero offset.