Merge pull request #5866 from ToKe79/fix-glsync-build-error

GLsync build fix for HAVE_OPENGLES2
This commit is contained in:
Twinaphex 2017-12-05 23:03:30 +01:00 committed by GitHub
commit 300dbdf883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,12 @@
#define MAX_FENCES 4
#ifndef HAVE_PSGL
#if defined(HAVE_OPENGLES2)
typedef struct __GLsync *GLsync;
#endif
#endif
typedef struct gl2_renderchain
{
bool egl_images;