X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexunit.h;h=7cf43a7832b4dc6bb3949685f4f90f09a80c1bbb;hp=0bba15d6a48fc86ccfe945351b04190f95fef73f;hb=0f890ce60a560ba2ccc0719229be304bb597d919;hpb=7a2427020ec6ead73258aeb326dfb7e0121520f9 diff --git a/source/texunit.h b/source/texunit.h index 0bba15d6..7cf43a78 100644 --- a/source/texunit.h +++ b/source/texunit.h @@ -19,6 +19,7 @@ private: unsigned index; bool legacy; const Texture *texture; + bool tex_legacy; static std::vector units; static TexUnit *cur_unit; @@ -28,8 +29,9 @@ private: public: unsigned get_index() const { return index; } bool supports_legacy() const { return legacy; } - bool set_texture(const Texture *); + bool set_texture(const Texture *, bool = true); const Texture *get_texture() const { return texture; } + bool get_texture_legacy() const { return tex_legacy; } void bind(); static unsigned get_n_units();