X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture2dmultisample.h;h=94323ecae553c52403b11138d3dad50d2875971a;hp=cb086f0d85dbecaade0d227441ad16bab3a1d838;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=cd5f37b066352119cf92d53d0001af7ff99be437 diff --git a/source/core/texture2dmultisample.h b/source/core/texture2dmultisample.h index cb086f0d..94323eca 100644 --- a/source/core/texture2dmultisample.h +++ b/source/core/texture2dmultisample.h @@ -22,9 +22,10 @@ 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; + virtual std::uint64_t get_data_size() const; virtual void unload() { } };