Function load_program_with_shader_outs

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