X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture.h;h=96b17b8910752e0f0f46f7466b2acf7d014e2746;hp=eb5275c6e4fd71e60b6d0af04d179a229a94a56a;hb=3f2ce5d1ba85bc0c03e6718cc41c2dac5e959d75;hpb=225dbd7ba2dde73bb28e54e03ae960e88e708f57 diff --git a/source/core/texture.h b/source/core/texture.h index eb5275c6..96b17b89 100644 --- a/source/core/texture.h +++ b/source/core/texture.h @@ -82,6 +82,8 @@ protected: void set_format(PixelFormat); static unsigned count_levels(unsigned); + void stage_pixels(void *, const void *, std::size_t); + public: PixelFormat get_format() const { return format; }