]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2dmultisample.h
Move the whole-texture image call and raw data loading to base class
[libs/gl.git] / source / core / texture2dmultisample.h
index 82ab0818d84fc4d2994458dd8688d1b1b4ad8d9a..20c0f864b531311563353afc8fa2e9417f022c97 100644 (file)
@@ -29,6 +29,7 @@ public:
        for the texture. */
        void storage(PixelFormat, unsigned wd, unsigned ht, unsigned sm);
 
+       virtual void image(unsigned, const void *);
        virtual void image(const Graphics::Image &, unsigned = 0);
 
        unsigned get_width() const { return width; }