]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture3d.cpp
Use standard fixed-size integer types
[libs/gl.git] / source / core / texture3d.cpp
index a7dae70350dab74416eb399b22dbcac63481e21d..285abeb957665b3cad558f2caf62d2d29b04166e 100644 (file)
@@ -183,7 +183,7 @@ LinAl::Vector<unsigned, 3> Texture3D::get_level_size(unsigned level) const
        return LinAl::Vector<unsigned, 3>(w, h, d);
 }
 
-UInt64 Texture3D::get_data_size() const
+uint64_t Texture3D::get_data_size() const
 {
        return id ? width*height*depth*get_pixel_size(storage_fmt) : 0;
 }