X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftechnique.h;h=48e393fc40f592d35870c8f0a7b5ed3eb84fa688;hb=ec7e6f12a85a7dd65e57bf88b80c2d94601dd56f;hp=d1fab38f7ad9649f45d7c2be6b9fd4f805a1e3d0;hpb=a86623004ba91baef76dac9275e9b79366acce16;p=libs%2Fgl.git diff --git a/source/technique.h b/source/technique.h index d1fab38f..48e393fc 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 { @@ -34,6 +35,7 @@ private: InheritLoader(Technique &, Collection &); private: + void material(const std::string &, const std::string &); void texture(const std::string &, const std::string &); };