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