X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftechnique.h;h=141fa9c80a2b3f42cbfd2a87c1b218253993bce6;hb=8dbd6316d277d2f9cbf85e7e61f2541421e01292;hp=ad988c2763c412f35d6d471151e5e97a60ca7cbe;hpb=7b671e6899949d095698425a9b33387e7eb13894;p=libs%2Fgl.git diff --git a/source/technique.h b/source/technique.h index ad988c27..141fa9c8 100644 --- a/source/technique.h +++ b/source/technique.h @@ -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 &); };