]> git.tdb.fi Git - libs/gl.git/blobdiff - source/technique.h
Rework ProgramData to do less unnecessary work
[libs/gl.git] / source / technique.h
index ad988c2763c412f35d6d471151e5e97a60ca7cbe..141fa9c80a2b3f42cbfd2a87c1b218253993bce6 100644 (file)
@@ -11,6 +11,7 @@ class Material;
 class Texture;
 
 /**
+Ties multiple tagged render passes together.
 */
 class Technique
 {
@@ -32,7 +33,7 @@ private:
        {
        public:
                InheritLoader(Technique &, Collection &);
-       
+
        private:
                void texture(const std::string &, const std::string &);
        };