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

pub struct Cubemap;

Cubemap dimension.

Trait Implementations

impl Clone for Cubemap
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Cubemap
[src]

impl Debug for Cubemap
[src]

[src]

Formats the value using the given formatter.

impl Dimensionable for Cubemap
[src]

[src]

Dimension.

[src]

Width of the associated Size.

[src]

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

[src]

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

[src]

X offset.

[src]

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

[src]

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

[src]

Zero offset.