mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Define GLsync
This commit is contained in:
parent
77ac13b2e9
commit
0ff54e7bd7
@ -38,6 +38,10 @@ RETRO_BEGIN_DECLS
|
|||||||
|
|
||||||
#define MAX_FENCES 4
|
#define MAX_FENCES 4
|
||||||
|
|
||||||
|
#ifndef ARB_sync
|
||||||
|
typedef struct __GLsync *GLsync;
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct gl
|
typedef struct gl
|
||||||
{
|
{
|
||||||
GLenum internal_fmt;
|
GLenum internal_fmt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user