See if it's always defined this way
This commit is contained in:
parent
763e6f766c
commit
db4387bd30
|
@ -70,7 +70,7 @@ typedef struct gl2_renderchain
|
||||||
|
|
||||||
unsigned fence_count;
|
unsigned fence_count;
|
||||||
|
|
||||||
void *fences[MAX_FENCES];
|
GLsync fences[MAX_FENCES];
|
||||||
|
|
||||||
struct gfx_fbo_scale fbo_scale[GFX_MAX_SHADERS];
|
struct gfx_fbo_scale fbo_scale[GFX_MAX_SHADERS];
|
||||||
} gl2_renderchain_t;
|
} gl2_renderchain_t;
|
||||||
|
|
|
@ -6220,8 +6220,8 @@ typedef uint64_t GLuint64EXT;
|
||||||
#ifndef GL_ARB_sync
|
#ifndef GL_ARB_sync
|
||||||
typedef int64_t GLint64;
|
typedef int64_t GLint64;
|
||||||
typedef uint64_t GLuint64;
|
typedef uint64_t GLuint64;
|
||||||
typedef struct __GLsync *GLsync;
|
|
||||||
#endif
|
#endif
|
||||||
|
typedef struct __GLsync *GLsync;
|
||||||
|
|
||||||
#ifndef GL_ARB_cl_event
|
#ifndef GL_ARB_cl_event
|
||||||
/* These incomplete types let us declare types compatible with OpenCL's cl_context and cl_event */
|
/* These incomplete types let us declare types compatible with OpenCL's cl_context and cl_event */
|
||||||
|
|
Loading…
Reference in New Issue