Trait gstreamer_gl::prelude::GLContextExtManual [−][src]
pub trait GLContextExtManual: 'static {
fn gl_context(&self) -> uintptr_t;
fn proc_address(&self, name: &str) -> uintptr_t;
}Required methods
fn gl_context(&self) -> uintptr_t[src]
fn proc_address(&self, name: &str) -> uintptr_t[src]
Implementors
impl<O: IsA<GLContext>> GLContextExtManual for O[src]
impl<O: IsA<GLContext>> GLContextExtManual for O[src]