Struct glium::texture::depth_stencil_cubemap_array::DepthStencilCubemapArrayImage [] [src]

pub struct DepthStencilCubemapArrayImage<'t>(_, _);
[]

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

Trait Implementations

impl<'t> ToDepthStencilAttachment<'t> for DepthStencilCubemapArrayImage<'t>

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

Derived Implementations

impl<'t> Clone for DepthStencilCubemapArrayImage<'t>

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

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

impl<'t> Copy for DepthStencilCubemapArrayImage<'t>