Struct glium::texture::srgb_cubemap_array::SrgbCubemapArrayImage [] [src]

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

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

Trait Implementations

impl<'t> ToColorAttachment<'t> for SrgbCubemapArrayImage<'t>

fn to_color_attachment(self) -> ColorAttachment<'t>

Derived Implementations

impl<'t> Clone for SrgbCubemapArrayImage<'t>

fn clone(&self) -> SrgbCubemapArrayImage<'t>

fn clone_from(&mut self, source: &Self)

impl<'t> Copy for SrgbCubemapArrayImage<'t>