Function glhelper::load_program_with_shader_outs [] [src]

pub fn load_program_with_shader_outs(
    vsrc: &'static str,
    vout: &mut GLuint,
    fsrc: &'static str,
    fout: &mut GLuint
) -> GLuint