Struct glium::texture::depth_cubemap::DepthCubemapImage [] [src]

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

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

Trait Implementations

impl<'t> ToDepthAttachment<'t> for DepthCubemapImage<'t>

fn to_depth_attachment(self) -> DepthAttachment<'t>

Derived Implementations

impl<'t> Clone for DepthCubemapImage<'t>

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

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

impl<'t> Copy for DepthCubemapImage<'t>