Struct glium::texture::texture2d::Texture2dLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToColorAttachment<'t> for Texture2dLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for Texture2dLayerMipmap<'t>

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

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

impl<'t> Copy for Texture2dLayerMipmap<'t>