[][src]Trait gstreamer_gl::ContextGLExt

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

Required methods

pub fn get_gl_display(&self) -> Option<GLDisplay>[src]

pub fn set_gl_display<T: IsA<GLDisplay>>(&self, display: &T)[src]

Loading content...

Implementations on Foreign Types

impl ContextGLExt for ContextRef[src]

Loading content...

Implementors

Loading content...