X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture2dmultisample.h;h=8c3275c0b3758fcbad92dd2a8c34ec557684c0a4;hb=083a8227715fa32c841fc2b8126e4ab8d2840ba0;hp=9710ad7847b131baefc4889c396d54163e53b20f;hpb=160e9eea29bd10034733d59507fa1bcca36be401;p=libs%2Fgl.git diff --git a/source/core/texture2dmultisample.h b/source/core/texture2dmultisample.h index 9710ad78..8c3275c0 100644 --- a/source/core/texture2dmultisample.h +++ b/source/core/texture2dmultisample.h @@ -11,13 +11,11 @@ class Texture2DMultisample: public Texture2DMultisampleBackend friend Texture2DMultisampleBackend; private: - unsigned width; - unsigned height; - unsigned samples; + unsigned width = 0; + unsigned height = 0; + unsigned samples = 0; public: - Texture2DMultisample(); - void storage(PixelFormat fmt, unsigned wd, unsigned ht, unsigned sm); virtual void image(const Graphics::Image &, unsigned = 0);