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. Read more

impl Drop for Shader
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Shader

impl Sync for Shader