From 5e648b2701e3fbc511b1674838bcca0ea35715cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 9 Nov 2012 22:30:04 +0100 Subject: [PATCH] Fixed Color3/Color4 support in shader attributes. --- src/AbstractShaderProgram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AbstractShaderProgram.h b/src/AbstractShaderProgram.h index 1ed8222bc..0977ab649 100644 --- a/src/AbstractShaderProgram.h +++ b/src/AbstractShaderProgram.h @@ -36,6 +36,8 @@ namespace Math { template class Vector; } +template class Color3; +template class Color4; class Context; class Shader; @@ -1211,8 +1213,6 @@ template struct Attribute>: public Attribute struct Attribute>: public Attribute> {}; template struct Attribute>: public Attribute> {}; -template class Color3; -template class Color4; template struct Attribute>: public Attribute> {}; template struct Attribute>: public Attribute> {};