X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmaterials%2Ftechnique.h;h=47a307c9af318b111ef2266b93fc9442ece058e1;hb=fe2fc291a4fc618425c64112c9ffd3519f0b8a3e;hp=8e4adf4f1ebaad993e2fd0efbd1d6806b38599e3;hpb=9549f3401a70ca0359324a3e56e1e334981e5516;p=libs%2Fgl.git diff --git a/source/materials/technique.h b/source/materials/technique.h index 8e4adf4f..47a307c9 100644 --- a/source/materials/technique.h +++ b/source/materials/technique.h @@ -60,6 +60,8 @@ public: bool replace_material(const std::string &, const Material &); bool replace_uniforms(const ProgramData &); bool has_shaders() const; + + void set_debug_name(const std::string &); }; } // namespace GL