Struct glium::texture::srgb_texture1d_array::SrgbTexture1dArrayLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToColorAttachment<'t> for SrgbTexture1dArrayLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for SrgbTexture1dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for SrgbTexture1dArrayLayerMipmap<'t>