pub fn gl_check_extension(name: &str, ext: &str) -> bool
Expand description

§name

the extension to search for

§ext

the list of possible extensions

§Returns

whether name is in the space separated list of ext