Struct nannou::ui::backend::glium::glium::texture::srgb_cubemap_array::SrgbCubemapArrayImage[][src]

pub struct SrgbCubemapArrayImage<'t>(_, _);

Represents a single image of a mipmap level of a layer of SrgbCubemapArray.

Methods

impl<'t> SrgbCubemapArrayImage<'t>
[src]

Returns the width of that image.

Returns the height of that image.

Returns the dimension of that image.

Trait Implementations

impl<'t> Clone for SrgbCubemapArrayImage<'t>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'t> ToColorAttachment<'t> for SrgbCubemapArrayImage<'t>
[src]

Builds the ColorAttachment.

impl<'t> Into<TextureAnyImage<'t>> for SrgbCubemapArrayImage<'t>
[src]

Performs the conversion.

impl<'t> Copy for SrgbCubemapArrayImage<'t>
[src]

Auto Trait Implementations

impl<'t> !Send for SrgbCubemapArrayImage<'t>

impl<'t> !Sync for SrgbCubemapArrayImage<'t>