Struct glium::texture::cubemap::CubemapImage [] [src]

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

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

Trait Implementations

impl<'t> ToColorAttachment<'t> for CubemapImage<'t>

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

Derived Implementations

impl<'t> Clone for CubemapImage<'t>

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

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

impl<'t> Copy for CubemapImage<'t>