Struct glium::texture::depth_stencil_texture1d::DepthStencilTexture1dLayerMipmap [] [src]

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

Represents a single layer of a mipmap level of a DepthStencilTexture1d.

Trait Implementations

impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture1dLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for DepthStencilTexture1dLayerMipmap<'t>

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

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

impl<'t> Copy for DepthStencilTexture1dLayerMipmap<'t>