mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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