Struct glium::texture::depth_texture1d::DepthTexture1dLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToDepthAttachment<'t> for DepthTexture1dLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for DepthTexture1dLayerMipmap<'t>

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

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

impl<'t> Copy for DepthTexture1dLayerMipmap<'t>