]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture.h
Use standard fixed-size integer types
[libs/gl.git] / source / core / texture.h
index 04a810856a5dedab8b16ecbbd453f6817fddd1d7..555d19ffee902f3d3457b9a831a1625b4819b03d 100644 (file)
@@ -103,7 +103,7 @@ public:
        GLenum get_target() const { return target; }
        unsigned get_id() const { return id; }
 
-       virtual UInt64 get_data_size() const { return 0; }
+       virtual std::uint64_t get_data_size() const { return 0; }
 
        void set_debug_name(const std::string &);