Trait gstreamer_gl::prelude::GLDisplayExtManual
source · pub trait GLDisplayExtManual: Sealed + IsA<GLDisplay> + 'static {
// Provided methods
fn handle(&self) -> usize { ... }
fn ensure_context(
&self,
other_context: Option<&impl IsA<GLContext>>,
context: &mut Option<GLContext>,
) -> Result<(), Error> { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.