[][src]Trait gstreamer_gl::ContextGLExt

pub trait ContextGLExt {
    fn get_gl_display(&self) -> Option<GLDisplay>;
fn set_gl_display<T: IsA<GLDisplay>>(&self, display: &T); }

Required methods

fn get_gl_display(&self) -> Option<GLDisplay>

fn set_gl_display<T: IsA<GLDisplay>>(&self, display: &T)

Loading content...

Implementations on Foreign Types

impl ContextGLExt for ContextRef[src]

Loading content...

Implementors

Loading content...