X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexturing.cpp;h=dff3757fdb6d9b8985234e87241153d94b41a80b;hp=093c602e917c2ec7bf3ee67a626eedb4f4e43ab4;hb=4b4d2a48048268d2ad48bafbce8647af8088573f;hpb=c8f98daaaba04ba93d6d7170302d8b91c3410fa5 diff --git a/source/texturing.cpp b/source/texturing.cpp index 093c602e..dff3757f 100644 --- a/source/texturing.cpp +++ b/source/texturing.cpp @@ -37,6 +37,11 @@ void Texturing::set_attachment(unsigned attch, const Texture *tex) bind_attachment(attch); } +const Texture *Texturing::get_attached_texture(unsigned i) const +{ + return i