mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] egl: there should only ever be a single sync object
This commit is contained in:
@@ -41,7 +41,6 @@ typedef struct EGL_TexBuffer
|
||||
size_t size;
|
||||
GLuint pbo;
|
||||
void * map;
|
||||
GLsync sync;
|
||||
bool updated;
|
||||
}
|
||||
EGL_TexBuffer;
|
||||
|
Reference in New Issue
Block a user