gstreamer_gl::functionsFunction gl_check_extension
Source 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