From 5fd2992c284d152f687248c4e8487655e0183d1b Mon Sep 17 00:00:00 2001 From: samcake Date: Wed, 23 Sep 2015 15:34:49 -0700 Subject: [PATCH] sometimes, magic happens, and clean rebuilds... --- libraries/gpu/src/gpu/GLBackendInput.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/gpu/src/gpu/GLBackendInput.cpp b/libraries/gpu/src/gpu/GLBackendInput.cpp index f2cb914ad5..4877b57128 100755 --- a/libraries/gpu/src/gpu/GLBackendInput.cpp +++ b/libraries/gpu/src/gpu/GLBackendInput.cpp @@ -88,11 +88,11 @@ void GLBackend::syncInputStateCache() { // 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) +#if (GPU_INPUT_PROFILE == GPU_CORE_41) #define NO_SUPPORT_VERTEX_ATTRIB_FORMAT -/*#else +#else #define SUPPORT_VERTEX_ATTRIB_FORMAT -#endif*/ +#endif void GLBackend::updateInput() { #if defined(SUPPORT_VERTEX_ATTRIB_FORMAT)