X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmaterials%2Ftechnique.h;h=c2b69bf7bc48625b4eae4e5526aab001731c19cb;hb=5008778dbb1840bf7c6d479800d2b932f8386fb2;hp=74c37fc8e2ca0e03c24fdd4f691a60f96abeb640;hpb=e9a898f315b5d1396f196d785913a283c30940f2;p=libs%2Fgl.git diff --git a/source/materials/technique.h b/source/materials/technique.h index 74c37fc8..c2b69bf7 100644 --- a/source/materials/technique.h +++ b/source/materials/technique.h @@ -1,6 +1,7 @@ #ifndef MSP_GL_TECHNIQUE_H_ #define MSP_GL_TECHNIQUE_H_ +#include #include "renderpass.h" #include "tag.h" @@ -60,7 +61,6 @@ public: bool replace_texture(const std::string &, const Texture &); bool replace_material(const std::string &, const Material &); bool replace_uniforms(const ProgramData &); - DEPRECATED bool has_shaders() const; void set_debug_name(const std::string &); };