]> git.tdb.fi Git - libs/gl.git/blobdiff - source/technique.h
Remove some methods that have been deprecated for a long while
[libs/gl.git] / source / technique.h
index 48e393fc40f592d35870c8f0a7b5ed3eb84fa688..41157f0ae58e963bc817036f5802b74cd407f934 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef TECHNIQUE_H_
-#define TECHNIQUE_H_
+#ifndef MSP_GL_TECHNIQUE_H_
+#define MSP_GL_TECHNIQUE_H_
 
 #include "renderpass.h"
 #include "tag.h"
@@ -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;
 };