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

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

Class of types that are shader stage types.

Required Methods

Reify a shader stage type to its runtime representation.

Implementors