Struct glium::texture::srgb_cubemap::SrgbCubemapImage [] [src]

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

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

Trait Implementations

impl<'t> ToColorAttachment<'t> for SrgbCubemapImage<'t>

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

Derived Implementations

impl<'t> Clone for SrgbCubemapImage<'t>

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

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

impl<'t> Copy for SrgbCubemapImage<'t>