pub fn gl_check_extension(name: &str, ext: &str) -> bool
name
the extension to search for
ext
the list of possible extensions
whether name is in the space separated list of ext