See if it's always defined this way

This commit is contained in:
twinaphex 2017-12-05 17:10:31 +01:00
parent 763e6f766c
commit db4387bd30
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ typedef struct gl2_renderchain
unsigned fence_count;
void *fences[MAX_FENCES];
GLsync fences[MAX_FENCES];
struct gfx_fbo_scale fbo_scale[GFX_MAX_SHADERS];
} gl2_renderchain_t;

View File

@ -6220,8 +6220,8 @@ typedef uint64_t GLuint64EXT;
#ifndef GL_ARB_sync
typedef int64_t GLint64;
typedef uint64_t GLuint64;
typedef struct __GLsync *GLsync;
#endif
typedef struct __GLsync *GLsync;
#ifndef GL_ARB_cl_event
/* These incomplete types let us declare types compatible with OpenCL's cl_context and cl_event */