Struct mallumo_gls::texture::TextureCubemap [] [src]

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

Fields

Methods

impl TextureCubemap
[src]

Trait Implementations

impl Debug for TextureCubemap
[src]

Formats the value using the given formatter.

impl Texture for TextureCubemap
[src]

impl Drop for TextureCubemap
[src]

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