]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2d.cpp
Use standard fixed-size integer types
[libs/gl.git] / source / core / texture2d.cpp
index 0fc300e0a09e7b4659aefe3bb842228797f6f3b1..857ef17a69b7c501706c235e888e78ccc8f83856 100644 (file)
@@ -193,7 +193,7 @@ Resource::AsyncLoader *Texture2D::load(IO::Seekable &io, const Resources *)
        return ldr;
 }
 
        return ldr;
 }
 
-UInt64 Texture2D::get_data_size() const
+uint64_t Texture2D::get_data_size() const
 {
        return id ? width*height*get_pixel_size(format) : 0;
 }
 {
        return id ? width*height*get_pixel_size(format) : 0;
 }