Struct glium::texture::srgb_texture2d_array::SrgbTexture2dArrayLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToColorAttachment<'t> for SrgbTexture2dArrayLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for SrgbTexture2dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for SrgbTexture2dArrayLayerMipmap<'t>