[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

@@ -27,8 +27,8 @@
typedef struct TextureBuffer
{
EGL_Texture base;
bool free;
EGLDisplay display;
EGL_TexFormat format;
int texCount;
GLuint tex[2];