X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture2dmultisample.cpp;h=ce35bdb795afb5487c226856eabf94b9f945d316;hb=6cee6c490ded0981c4da3f9f4ec74a41555e1a4e;hp=1c0106d7dda094396e52104d5d0989bf9a14ed8b;hpb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;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");