X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture1d.h;h=20b1d35cbf88b8ead6421902493e18d3d97aea19;hb=e3561c5c4d0b2caf00a0e50ce85c11a9fb62aa72;hp=9957eeb466fedab882f10e84df69e46d2f9b55d2;hpb=744dced516f11d072dc6176fdf2df7e464b9782e;p=libs%2Fgl.git diff --git a/source/texture1d.h b/source/texture1d.h index 9957eeb4..20b1d35c 100644 --- a/source/texture1d.h +++ b/source/texture1d.h @@ -1,8 +1,6 @@ #ifndef MSP_GL_TEXTURE1D_H_ #define MSP_GL_TEXTURE1D_H_ -#include "datatype.h" -#include "pixelformat.h" #include "texture.h" namespace Msp { @@ -25,6 +23,11 @@ public: private: unsigned get_level_size(unsigned); + +public: + virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; } + virtual UInt64 get_data_size() const; + virtual void unload() { } }; } // namespace GL