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

pub struct Cubemap;

Cubemap dimension.

Trait Implementations

impl Clone for Cubemap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cubemap
[src]

impl Debug for Cubemap
[src]

Formats the value using the given formatter.

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.