X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexture1d.h;fp=source%2Ftexture1d.h;h=eb16696f988811ca237d7c0bebd2e158622c6cbb;hp=52a768759eba68cd26149d61b12c1060161b5460;hb=fb5ca4dbba257d3eb7fa15800d9663b774e41e7e;hpb=47f817343df1d06d91a4f7c4d5b47df40b24366c diff --git a/source/texture1d.h b/source/texture1d.h index 52a76875..eb16696f 100644 --- a/source/texture1d.h +++ b/source/texture1d.h @@ -19,6 +19,7 @@ public: void raw_data(const std::string &); void storage(PixelFormat, unsigned); + void storage_levels(PixelFormat, unsigned, unsigned); }; private: