Struct glitter::context::texture_units::TextureUnit6 [] [src]

pub struct TextureUnit6 {
    // some fields omitted
}

The 6th texture unit.

Trait Implementations

impl TextureUnit for TextureUnit6
[src]

fn idx(&self) -> u32

Get the index of the texture unit.

fn active(&mut self) -> TextureUnitBinding

Make the current texture unit active, returning a binding.