mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
set the defines for GPU profile correctly
This commit is contained in:
parent
76ac8d7eec
commit
74ae0c4a85
1 changed files with 4 additions and 4 deletions
|
@ -18,16 +18,16 @@
|
|||
#include <OpenGL/gl.h>
|
||||
#include <OpenGL/glext.h>
|
||||
|
||||
#define GPU_FEATURE_PROFILE Core
|
||||
#define GPU_TRANSFORM_PROFILE Core
|
||||
#define GPU_FEATURE_PROFILE Legacy
|
||||
#define GPU_TRANSFORM_PROFILE Legacy
|
||||
|
||||
#elif defined(WIN32)
|
||||
#include <windowshacks.h>
|
||||
#include <GL/glew.h>
|
||||
#include <GL/wglew.h>
|
||||
|
||||
#define GPU_FEATURE_PROFILE Legacy
|
||||
#define GPU_TRANSFORM_PROFILE Legacy
|
||||
#define GPU_FEATURE_PROFILE Core
|
||||
#define GPU_TRANSFORM_PROFILE Core
|
||||
|
||||
#elif defined(ANDROID)
|
||||
|
||||
|
|
Loading…
Reference in a new issue