diff options
Diffstat (limited to 'make/stub_includes/GL3/gl3.h')
-rw-r--r-- | make/stub_includes/GL3/gl3.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/stub_includes/GL3/gl3.h b/make/stub_includes/GL3/gl3.h index 176ddb16..b30e6c43 100644 --- a/make/stub_includes/GL3/gl3.h +++ b/make/stub_includes/GL3/gl3.h @@ -1520,8 +1520,12 @@ typedef ptrdiff_t GLsizeiptrARB; #ifndef GL_ARB_shader_objects /* GL types for program/shader text and shader object handles */ typedef char GLcharARB; +#ifdef __APPLE__ +typedef void *GLhandleARB; +#else typedef unsigned int GLhandleARB; #endif +#endif /* GL type for "half" precision (s10e5) float data in host memory */ #ifndef GL_ARB_half_float_pixel |