GLsync build fix for HAVE_OPENGLES2
This commit is contained in:
parent
bc4bbe79aa
commit
6bb2a0e142
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue