Struct mallumo_gls::pipeline::Shader [] [src]

pub struct Shader {
    pub shader_type: ShaderType,
    // some fields omitted
}

Fields

Methods

impl Shader
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Shader
[src]

[src]

Formats the value using the given formatter.

impl Drop for Shader
[src]

[src]

Executes the destructor for this type. Read more