Struct mallumo_gls::texture::TextureBuffer [] [src]

pub struct TextureBuffer<'a> { /* fields omitted */ }

Methods

impl<'a> TextureBuffer<'a>
[src]

Trait Implementations

impl<'a> Texture for TextureBuffer<'a>
[src]

impl<'a> Drop for TextureBuffer<'a>
[src]

A method called when the value goes out of scope. Read more