From f4146bea94acf87102c78870b2c7c41fc09a4071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 17 Jan 2013 13:16:36 +0100 Subject: [PATCH] Forgot to rename this to match OpenGL name. It was named this way in the docs, but in the actual code not. Don't know why. --- src/AbstractShaderProgram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AbstractShaderProgram.h b/src/AbstractShaderProgram.h index 007472f41..fa07f9df0 100644 --- a/src/AbstractShaderProgram.h +++ b/src/AbstractShaderProgram.h @@ -1134,8 +1134,8 @@ template<> struct Attribute> { #endif #ifndef MAGNUM_TARGET_GLES2 , - UnsignedAlpha2RGB10 = GL_UNSIGNED_INT_2_10_10_10_REV, - Alpha2RGB10 = GL_INT_2_10_10_10_REV + UnsignedInt2101010REV = GL_UNSIGNED_INT_2_10_10_10_REV, + Int2101010REV = GL_INT_2_10_10_10_REV #endif };