[][src]Trait luminance::backend::shading_gate::ShadingGate

pub unsafe trait ShadingGate: ShaderBackend {
    unsafe fn apply_shader_program(
        &mut self,
        shader_program: &Self::ProgramRepr
    ); }

Required methods

unsafe fn apply_shader_program(&mut self, shader_program: &Self::ProgramRepr)

Loading content...

Implementors

Loading content...