]> git.tdb.fi Git - libs/gl.git/blobdiff - source/program.h
Add a standard program feature for custom transforms
[libs/gl.git] / source / program.h
index 80ddf15ca33e282ff71a17cd79695db4fd324972..c3c6cc03b42685a87b8aa5330b90798333438f3c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PROGRAM_H_
 #define MSP_GL_PROGRAM_H_
 
@@ -50,6 +43,7 @@ public:
                bool specular;
                bool normalmap;
                bool shadow;
+               bool transform;
 
                StandardFeatures();