Struct luminance::texture::RawTexture [] [src]

pub struct RawTexture { /* fields omitted */ }

Raw buffer. Any buffer can be converted to that type. However, keep in mind that even though type erasure is safe, creating a buffer from a raw buffer is not.

Methods

impl RawTexture
[src]

Trait Implementations

impl Debug for RawTexture
[src]

Formats the value using the given formatter.