Function load_program_with_shader_outs

Source
pub fn load_program_with_shader_outs(
    vfilename: &str,
    vout: &mut GLuint,
    ffilename: &str,
    fout: &mut GLuint,
) -> GLuint