From 07e8238b0e92a84856ba31031c1e15a090d10ca4 Mon Sep 17 00:00:00 2001 From: samcake Date: Mon, 14 Nov 2016 12:09:44 -0800 Subject: [PATCH] REmove uneeded macros --- libraries/gpu-gl/src/gpu/gl/GLBackend.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libraries/gpu-gl/src/gpu/gl/GLBackend.h b/libraries/gpu-gl/src/gpu/gl/GLBackend.h index e9517f64d1..ef4b75bd75 100644 --- a/libraries/gpu-gl/src/gpu/gl/GLBackend.h +++ b/libraries/gpu-gl/src/gpu/gl/GLBackend.h @@ -11,15 +11,6 @@ #ifndef hifi_gpu_gl_GLBackend_h #define hifi_gpu_gl_GLBackend_h -// Core 41 doesn't expose the features to really separate the vertex format from the vertex buffers binding -// Core 43 does :) -#if(GPU_INPUT_PROFILE == GPU_CORE_41) -#define NO_SUPPORT_VERTEX_ATTRIB_FORMAT -#else -#define SUPPORT_VERTEX_ATTRIB_FORMAT -#endif - - #include #include #include