X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture2dmultisample.cpp;fp=source%2Fcore%2Ftexture2dmultisample.cpp;h=ce35bdb795afb5487c226856eabf94b9f945d316;hb=260ecf71f02d4b3397e4f6c80d96a7c4ba473185;hp=1c0106d7dda094396e52104d5d0989bf9a14ed8b;hpb=a7948dfc4192efbbf2b5ca9258fd7e72b971f8ea;p=libs%2Fgl.git diff --git a/source/core/texture2dmultisample.cpp b/source/core/texture2dmultisample.cpp index 1c0106d7..ce35bdb7 100644 --- a/source/core/texture2dmultisample.cpp +++ b/source/core/texture2dmultisample.cpp @@ -28,6 +28,11 @@ void Texture2DMultisample::storage(PixelFormat fmt, unsigned wd, unsigned ht, un allocate(); } +void Texture2DMultisample::image(unsigned, const void *) +{ + throw invalid_operation("Texture2DMultisample::image"); +} + void Texture2DMultisample::image(const Graphics::Image &, unsigned) { throw invalid_operation("Texture2DMultisample::image");