summaryrefslogtreecommitdiffstats
path: root/src/video_core/surface.h
diff options
context:
space:
mode:
authorMatías Locatti <42481638+goldenx86@users.noreply.github.com>2024-02-21 03:19:27 +0100
committerGitHub <noreply@github.com>2024-02-21 03:19:27 +0100
commite0c17a21138ba4379a5c77b40a7d3fd7414ca605 (patch)
tree798f8678677cabd7c9048ed06022997a804a1aa5 /src/video_core/surface.h
parentMerge pull request #13091 from t895/device-renaming (diff)
parenttexture_cache: tweak iteration tracking change (diff)
downloadyuzu-e0c17a21138ba4379a5c77b40a7d3fd7414ca605.tar
yuzu-e0c17a21138ba4379a5c77b40a7d3fd7414ca605.tar.gz
yuzu-e0c17a21138ba4379a5c77b40a7d3fd7414ca605.tar.bz2
yuzu-e0c17a21138ba4379a5c77b40a7d3fd7414ca605.tar.lz
yuzu-e0c17a21138ba4379a5c77b40a7d3fd7414ca605.tar.xz
yuzu-e0c17a21138ba4379a5c77b40a7d3fd7414ca605.tar.zst
yuzu-e0c17a21138ba4379a5c77b40a7d3fd7414ca605.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/surface.h b/src/video_core/surface.h
index a5e8e2f62..ec9cd2fbf 100644
--- a/src/video_core/surface.h
+++ b/src/video_core/surface.h
@@ -517,6 +517,6 @@ size_t PixelComponentSizeBitsInteger(PixelFormat format);
std::pair<u32, u32> GetASTCBlockSize(PixelFormat format);
-u64 EstimatedDecompressedSize(u64 base_size, PixelFormat format);
+u64 TranscodedAstcSize(u64 base_size, PixelFormat format);
} // namespace VideoCore::Surface