[][src]Trait gstreamer_gl::GLFramebufferExt

pub trait GLFramebufferExt: 'static {
    pub fn bind(&self);
pub fn get_effective_dimensions(&self) -> (u32, u32);
pub fn get_id(&self) -> u32; }

Required methods

pub fn bind(&self)[src]

pub fn get_effective_dimensions(&self) -> (u32, u32)[src]

pub fn get_id(&self) -> u32[src]

Loading content...

Implementors

impl<O: IsA<GLFramebuffer>> GLFramebufferExt for O[src]

Loading content...