Struct mallumo_gls::texture::Texture2D [] [src]

pub struct Texture2D {
    pub size: Texture2DSize,
    pub internal_format: TextureInternalFormat,
    pub format: TextureFormat,
    pub data_type: TextureDataType,
    // some fields omitted
}

Fields

Methods

impl Texture2D
[src]

Trait Implementations

impl Debug for Texture2D
[src]

Formats the value using the given formatter.

impl Texture for Texture2D
[src]

impl Drop for Texture2D
[src]

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