X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture.h;h=96b17b8910752e0f0f46f7466b2acf7d014e2746;hp=eb5275c6e4fd71e60b6d0af04d179a229a94a56a;hb=HEAD;hpb=eddb5cfd959eaa202ee6f95cd2049349ec920829 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; }