Struct ringl::cubemap::Level[][src]

pub struct Level<'a> {
    pub cubemap: &'a CubeMap,
    pub level: f32,
}

Fields

Trait Implementations

impl<'a> Copy for Level<'a>
[src]

impl<'a> Clone for Level<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Render2d for Level<'a>
[src]

Auto Trait Implementations

impl<'a> !Send for Level<'a>

impl<'a> !Sync for Level<'a>