Trait crispy::egl::EglContext

source ·
pub trait EglContext {
    // Required methods
    fn make_current<'a>(&'a self) -> CurrentContext<'a>;
    fn get_display(&self) -> Display;
}
Expand description

WIP: this is to find out what import_dmabuf actually needs

Required Methods§

source

fn make_current<'a>(&'a self) -> CurrentContext<'a>

source

fn get_display(&self) -> Display

Implementors§