This commit is contained in:
khanhduytran0 2020-09-07 17:54:15 +07:00
parent 84afa73a72
commit 0b2c7b56d3

View File

@ -18,7 +18,7 @@
struct PotatoBridge { struct PotatoBridge {
ANativeWindow* androidWindow; ANativeWindow* androidWindow;
EGLContext* eglContext; void** eglContext;
EGLDisplay eglDisplay; EGLDisplay eglDisplay;
EGLSurface eglSurface; EGLSurface eglSurface;
/* /*