Trait solstice::shader::Shader[][src]

pub trait Shader {
    fn handle(&self) -> ShaderKey;
fn attributes(&self) -> &[Attribute];
fn uniforms(&self) -> &[Uniform]; }

Required methods

Loading content...

Implementors

Loading content...