From 74ae0c4a8596b54eaf1d65549d12dbb0131cc247 Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Tue, 17 Mar 2015 16:35:32 -0700 Subject: [PATCH] set the defines for GPU profile correctly --- libraries/gpu/src/gpu/GPUConfig.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/gpu/src/gpu/GPUConfig.h b/libraries/gpu/src/gpu/GPUConfig.h index 9372eb0dbf..8308860c82 100644 --- a/libraries/gpu/src/gpu/GPUConfig.h +++ b/libraries/gpu/src/gpu/GPUConfig.h @@ -18,16 +18,16 @@ #include #include -#define GPU_FEATURE_PROFILE Core -#define GPU_TRANSFORM_PROFILE Core +#define GPU_FEATURE_PROFILE Legacy +#define GPU_TRANSFORM_PROFILE Legacy #elif defined(WIN32) #include #include #include -#define GPU_FEATURE_PROFILE Legacy -#define GPU_TRANSFORM_PROFILE Legacy +#define GPU_FEATURE_PROFILE Core +#define GPU_TRANSFORM_PROFILE Core #elif defined(ANDROID)