mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-05-04 09:53:53 -04:00
Fixed OSX 10.9.5 build.
This commit is contained in:
parent
29edc547e3
commit
a87b59a0c7
1 changed files with 2 additions and 2 deletions
4
3rdparty/khronos/gl/glext.h
vendored
4
3rdparty/khronos/gl/glext.h
vendored
|
@ -465,7 +465,7 @@ GLAPI void APIENTRY glBlendEquation (GLenum mode);
|
|||
#ifndef GL_VERSION_1_5
|
||||
#define GL_VERSION_1_5 1
|
||||
#include <stddef.h>
|
||||
#if defined(__APPLE__) && defined(__i386__)
|
||||
#if 0 //defined(__APPLE__) && defined(__i386__)
|
||||
typedef long GLsizeiptr;
|
||||
typedef long GLintptr;
|
||||
#else
|
||||
|
@ -4135,7 +4135,7 @@ GLAPI void APIENTRY glVertexBlendARB (GLint count);
|
|||
|
||||
#ifndef GL_ARB_vertex_buffer_object
|
||||
#define GL_ARB_vertex_buffer_object 1
|
||||
#if defined(__APPLE__) && defined(__i386__)
|
||||
#if 0 // defined(__APPLE__) && defined(__i386__)
|
||||
typedef long GLsizeiptrARB;
|
||||
typedef long GLintptrARB;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue