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

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

Fields

Methods

impl Shader
[src]

Trait Implementations

impl Debug for Shader
[src]

Formats the value using the given formatter.

impl Drop for Shader
[src]

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