Struct mallumo_gls::texture::Texture3D [] [src]

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

Fields

Methods

impl Texture3D
[src]

Trait Implementations

impl Debug for Texture3D
[src]

Formats the value using the given formatter.

impl Texture for Texture3D
[src]

impl Drop for Texture3D
[src]

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