Trait gstreamer_gl::auto::gl_framebuffer::GLFramebufferExt
source · pub trait GLFramebufferExt:
IsA<GLFramebuffer>
+ Sealed
+ 'static {
// Provided methods
unsafe fn attach(&self, attachment_point: u32, mem: &mut GLBaseMemory) { ... }
fn bind(&self) { ... }
fn effective_dimensions(&self) -> (u32, u32) { ... }
fn id(&self) -> u32 { ... }
}
Provided Methods§
unsafe fn attach(&self, attachment_point: u32, mem: &mut GLBaseMemory)
fn bind(&self)
fn effective_dimensions(&self) -> (u32, u32)
fn id(&self) -> u32
Object Safety§
This trait is not object safe.