]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texturecube.cpp
Use standard fixed-size integer types
[libs/gl.git] / source / core / texturecube.cpp
index 6eaa3a4470445d3221afeba689a86f508fb76bc0..c56094c9cb0bd36e837db1df0c1c115fc38ad876 100644 (file)
@@ -270,7 +270,7 @@ Vector3 TextureCube::get_texel_direction(TextureCubeFace face, unsigned u, unsig
        return fv+s*sv+t*tv;
 }
 
        return fv+s*sv+t*tv;
 }
 
-UInt64 TextureCube::get_data_size() const
+uint64_t TextureCube::get_data_size() const
 {
        return id ? size*size*6*get_pixel_size(storage_fmt) : 0;
 }
 {
        return id ? size*size*6*get_pixel_size(storage_fmt) : 0;
 }