Trait luminance::shader::stage::ShaderTypeable [] [src]

pub trait ShaderTypeable {
    fn shader_type() -> Type;
}

Required Methods

fn shader_type() -> Type

Implementors