]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2dmultisample.h
Redesign framebuffer attachment management
[libs/gl.git] / source / core / texture2dmultisample.h
index cb086f0d85dbecaade0d227441ad16bab3a1d838..1abacfaa6018bd3aafa9c49e9d0968fba7346f6d 100644 (file)
@@ -22,6 +22,7 @@ public:
 
        unsigned get_width() const { return width; }
        unsigned get_height() const { return height; }
+       unsigned get_samples() const { return samples; }
 
        virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; }
        virtual UInt64 get_data_size() const;