X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture3d.h;h=93cae7e84e573ff40b0e5685210a9ab6c3ca990c;hb=b781d8d1d713e28ec21a66a9d78eb3fc01f327e5;hp=25c96c5ce57c8fc2eae1d00d076a0decc8a10455;hpb=a86623004ba91baef76dac9275e9b79366acce16;p=libs%2Fgl.git diff --git a/source/texture3d.h b/source/texture3d.h index 25c96c5c..93cae7e8 100644 --- a/source/texture3d.h +++ b/source/texture3d.h @@ -2,8 +2,6 @@ #define MSP_GL_TEXTURE3D_H_ #include -#include "datatype.h" -#include "pixelformat.h" #include "texture.h" namespace Msp { @@ -60,6 +58,11 @@ public: unsigned get_depth() const { return depth; } private: void get_level_size(unsigned, unsigned &, unsigned &, unsigned &); + +public: + virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; } + virtual UInt64 get_data_size() const; + virtual void unload() { } }; } // namespace GL