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]

Loading content...

Implementors

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

fn gl_context(&self) -> uintptr_t[src]

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

Loading content...