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
pub trait EglContext {
    // Required methods
    fn make_current<'a>(&'a self) -> CurrentContext<'a>;
    fn get_display(&self) -> Display;
}WIP: this is to find out what import_dmabuf actually needs