X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture1d.h;h=04284697732784fc9ce9b84c1279d7bd40180665;hp=1871a17caaa4d282ae1fee19fb656c3686808029;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/core/texture1d.h b/source/core/texture1d.h index 1871a17c..04284697 100644 --- a/source/core/texture1d.h +++ b/source/core/texture1d.h @@ -26,12 +26,10 @@ public: }; private: - unsigned width; - unsigned levels; + unsigned width = 0; + unsigned levels = 0; public: - Texture1D(); - void storage(PixelFormat, unsigned, unsigned = 0); void image(unsigned, const void *);