Struct glium::texture::depth_stencil_cubemap::DepthStencilCubemapImage [] [src]

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

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

Trait Implementations

impl<'t> ToDepthStencilAttachment<'t> for DepthStencilCubemapImage<'t>

fn to_depth_stencil_attachment(self) -> DepthStencilAttachment<'t>

Derived Implementations

impl<'t> Clone for DepthStencilCubemapImage<'t>

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

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

impl<'t> Copy for DepthStencilCubemapImage<'t>