Struct glium::texture::depth_texture2d_multisample::DepthTexture2dMultisampleLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToDepthAttachment<'t> for DepthTexture2dMultisampleLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for DepthTexture2dMultisampleLayerMipmap<'t>

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

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

impl<'t> Copy for DepthTexture2dMultisampleLayerMipmap<'t>