Struct glium::texture::depth_texture1d_array::DepthTexture1dArrayLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToDepthAttachment<'t> for DepthTexture1dArrayLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for DepthTexture1dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for DepthTexture1dArrayLayerMipmap<'t>