[][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)

Implementations on Foreign Types

impl ContextGLExt for ContextRef[src][]

Implementors