X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frenderpass.h;h=e891802e3fa970e1a9005469a1783800d7cb24d3;hp=ac752ae230c5c9b7d6435d2fc8de2938b3426b55;hb=72790b3aba8ddc1a6d020646fb7312959729777b;hpb=31f4e9f522ba3009cfa74467bec380a263eabf73 diff --git a/source/renderpass.h b/source/renderpass.h index ac752ae2..e891802e 100644 --- a/source/renderpass.h +++ b/source/renderpass.h @@ -11,6 +11,7 @@ namespace GL { class Material; class Program; class ProgramData; +class Renderer; class TexEnv; class Texture; class Texturing; @@ -77,6 +78,8 @@ public: void set_texture(unsigned, const Texture *); const Texturing *get_texturing() const { return texturing; } int get_texture_index(const std::string &) const; + + void apply(Renderer &) const; }; } // namespace GL