mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Improved documentation of hacks.
This commit is contained in:
Vendored
+3
@@ -4130,6 +4130,9 @@ GLAPI void APIENTRY glVertexBlendARB (GLint count);
|
||||
|
||||
#ifndef GL_ARB_vertex_buffer_object
|
||||
#define GL_ARB_vertex_buffer_object 1
|
||||
/* HACK: This is a workaround for gltypes.h on OS X 10.9 defining these types as
|
||||
* long instead of ptrdiff_t
|
||||
*/
|
||||
#if defined(__APPLE__)
|
||||
typedef long GLsizeiptrARB;
|
||||
typedef long GLintptrARB;
|
||||
|
||||
Reference in New Issue
Block a user