Trait gstreamer_gl::prelude::ContextGLExt[][src]

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

Required methods

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

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

Loading content...

Implementations on Foreign Types

impl ContextGLExt for ContextRef[src]

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

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

Loading content...

Implementors

Loading content...