Function raylib_sys::LoadShader

source ยท
pub unsafe extern "C" fn LoadShader(
    vsFileName: *const c_char,
    fsFileName: *const c_char
) -> Shader