mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +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