]> git.tdb.fi Git - libs/gl.git/blobdiff - source/technique.h
Expose texture replacement functionality from Technique
[libs/gl.git] / source / technique.h
index 48e393fc40f592d35870c8f0a7b5ed3eb84fa688..6841f486fd3fc3096e6884eb94621ef53c56e716 100644 (file)
@@ -50,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;
 };