Struct glium::texture::cubemap_array::CubemapArrayImage [] [src]

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

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

Trait Implementations

impl<'t> ToColorAttachment<'t> for CubemapArrayImage<'t>

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

Derived Implementations

impl<'t> Clone for CubemapArrayImage<'t>

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

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

impl<'t> Copy for CubemapArrayImage<'t>