X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture2dmultisample.h;h=20c0f864b531311563353afc8fa2e9417f022c97;hp=82ab0818d84fc4d2994458dd8688d1b1b4ad8d9a;hb=260ecf71f02d4b3397e4f6c80d96a7c4ba473185;hpb=a7948dfc4192efbbf2b5ca9258fd7e72b971f8ea diff --git a/source/core/texture2dmultisample.h b/source/core/texture2dmultisample.h index 82ab0818..20c0f864 100644 --- a/source/core/texture2dmultisample.h +++ b/source/core/texture2dmultisample.h @@ -29,6 +29,7 @@ public: for the texture. */ void storage(PixelFormat, unsigned wd, unsigned ht, unsigned sm); + virtual void image(unsigned, const void *); virtual void image(const Graphics::Image &, unsigned = 0); unsigned get_width() const { return width; }