[][src]Trait gstreamer_gl::GLContextExtManual

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

Required methods

pub fn get_gl_context(&self) -> uintptr_t[src]

pub fn get_proc_address(&self, name: &str) -> uintptr_t[src]

Loading content...

Implementors

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

Loading content...