logo
pub fn shader_from_file<T>(path: T, kind: u32) -> Result<u32, String> where
    T: Into<PathBuf>,