Trait gstreamer_gl::gl_context::GLContextExtManual

source ·
pub trait GLContextExtManual:
    Sealed
    + IsA<GLContext>
    + 'static {
    // Provided methods
    fn gl_context(&self) -> uintptr_t { ... }
    fn proc_address(&self, name: &str) -> uintptr_t { ... }
    fn thread_add<F: FnOnce(&Self) + Send>(&self, func: F) { ... }
}

Provided Methods§

source

fn gl_context(&self) -> uintptr_t

source

fn proc_address(&self, name: &str) -> uintptr_t

source

fn thread_add<F: FnOnce(&Self) + Send>(&self, func: F)

Object Safety§

This trait is not object safe.

Implementors§