X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture3d.cpp;h=e48b7662011deb9b1c81ce5c73014c939ace2c52;hb=b8b7c6b251cace40021bdfacc6aa17242aa51e1d;hp=0fb26ccd6e2606eea34f24cc30fc5e9209ae08c8;hpb=160e9eea29bd10034733d59507fa1bcca36be401;p=libs%2Fgl.git diff --git a/source/core/texture3d.cpp b/source/core/texture3d.cpp index 0fb26ccd..e48b7662 100644 --- a/source/core/texture3d.cpp +++ b/source/core/texture3d.cpp @@ -8,16 +8,7 @@ namespace Msp { namespace GL { Texture3D::Texture3D(unsigned t): - Texture3DBackend(t), - width(0), - height(0), - depth(0) -{ } - -Texture3D::Texture3D(): - width(0), - height(0), - depth(0) + Texture3DBackend(t) { } void Texture3D::storage(PixelFormat fmt, unsigned wd, unsigned ht, unsigned dp, unsigned lv)