Trait GLContextExtManual
gstreamer_gl
pub trait GLContextExtManual: 'static { fn get_gl_context(&self) -> uintptr_t; fn get_proc_address(&self, name: &str) -> uintptr_t; }
fn get_gl_context(&self) -> uintptr_t
fn get_proc_address(&self, name: &str) -> uintptr_t
impl<O: IsA<GLContext>> GLContextExtManual for O