Struct glium::texture::srgb_texture2d_multisample::SrgbTexture2dMultisampleLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToColorAttachment<'t> for SrgbTexture2dMultisampleLayerMipmap<'t>

fn to_color_attachment(self) -> ColorAttachment<'t>

Derived Implementations

impl<'t> Clone for SrgbTexture2dMultisampleLayerMipmap<'t>

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

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

impl<'t> Copy for SrgbTexture2dMultisampleLayerMipmap<'t>