X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftechnique.h;h=6841f486fd3fc3096e6884eb94621ef53c56e716;hb=b345b919f572b35042d7c50291422f2f917e5a08;hp=141fa9c80a2b3f42cbfd2a87c1b218253993bce6;hpb=a1eb8711ba225bb4423868c50369ad5592465171;p=libs%2Fgl.git diff --git a/source/technique.h b/source/technique.h index 141fa9c8..6841f486 100644 --- a/source/technique.h +++ b/source/technique.h @@ -35,6 +35,7 @@ private: InheritLoader(Technique &, Collection &); private: + void material(const std::string &, const std::string &); void texture(const std::string &, const std::string &); }; @@ -49,6 +50,7 @@ public: bool has_pass(const GL::Tag &) const; const RenderPass &get_pass(const GL::Tag &) const; const PassMap &get_passes() const { return passes; } + void replace_texture(const std::string &, const Texture &); bool has_shaders() const; };