X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftechnique.h;h=7ea695378714d669dabfd8104030664fc1d42787;hp=41157f0ae58e963bc817036f5802b74cd407f934;hb=6dc2da27f0831d4172fcfeba4900616fd6c844b8;hpb=b1d0b6bb1412d0c23d891a4804ddb60623d1f6b4 diff --git a/source/technique.h b/source/technique.h index 41157f0a..7ea69537 100644 --- a/source/technique.h +++ b/source/technique.h @@ -46,9 +46,9 @@ private: PassMap passes; public: - RenderPass &add_pass(const GL::Tag &); - bool has_pass(const GL::Tag &) const; - const RenderPass &get_pass(const GL::Tag &) const; + RenderPass &add_pass(const Tag &); + bool has_pass(const Tag &) const; + const RenderPass &get_pass(const Tag &) const; const PassMap &get_passes() const { return passes; } void replace_texture(const std::string &, const Texture &); bool has_shaders() const;