Struct glium::texture::depth_texture2d_array::DepthTexture2dArrayLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToDepthAttachment<'t> for DepthTexture2dArrayLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for DepthTexture2dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for DepthTexture2dArrayLayerMipmap<'t>