mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-02 22:28:14 +00:00
[client] egl: re-implement DMABUF (untested)
This commit is contained in:
@@ -60,6 +60,7 @@ bool egl_texture_init(EGL_Texture ** texture, EGLDisplay * display,
|
||||
return false;
|
||||
}
|
||||
|
||||
*texture = NULL;
|
||||
if (!ops->init(texture, display))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user