[client] egl: re-implement DMABUF (untested)

This commit is contained in:
Geoffrey McRae
2021-08-03 03:58:30 +10:00
parent bae19cb130
commit f3413815a9
7 changed files with 249 additions and 70 deletions

View File

@@ -60,6 +60,7 @@ bool egl_texture_init(EGL_Texture ** texture, EGLDisplay * display,
return false;
}
*texture = NULL;
if (!ops->init(texture, display))
return false;