[][src]Trait gstreamer_gl::GLContextExtManual

pub trait GLContextExtManual: 'static {
    fn get_gl_context(&self) -> uintptr_t;
fn get_proc_address(&self, name: &str) -> uintptr_t; }

Required methods

fn get_gl_context(&self) -> uintptr_t

fn get_proc_address(&self, name: &str) -> uintptr_t

Loading content...

Implementors

impl<O: IsA<GLContext>> GLContextExtManual for O[src]

Loading content...