]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / texture.h
index eb5275c6e4fd71e60b6d0af04d179a229a94a56a..96b17b8910752e0f0f46f7466b2acf7d014e2746 100644 (file)
@@ -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; }