Struct mallumo_gls::texture::ResidentTexture [] [src]

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

Methods

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

Trait Implementations

impl<'a> Debug for ResidentTexture<'a>
[src]

Formats the value using the given formatter.

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

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