summaryrefslogtreecommitdiffstats
path: root/src/video_core/surface.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-05-31 18:42:34 +0200
committerLiam <byteslice@airmail.cc>2024-02-11 19:41:13 +0100
commitde8a62393249e944f68eb3e73330537af02a6b0b (patch)
tree7642555fbfb8370edb74496e819e3bbfbce45031 /src/video_core/surface.h
parentcaches: make critical reclamation less eager and possible in more cases (diff)
downloadyuzu-de8a62393249e944f68eb3e73330537af02a6b0b.tar
yuzu-de8a62393249e944f68eb3e73330537af02a6b0b.tar.gz
yuzu-de8a62393249e944f68eb3e73330537af02a6b0b.tar.bz2
yuzu-de8a62393249e944f68eb3e73330537af02a6b0b.tar.lz
yuzu-de8a62393249e944f68eb3e73330537af02a6b0b.tar.xz
yuzu-de8a62393249e944f68eb3e73330537af02a6b0b.tar.zst
yuzu-de8a62393249e944f68eb3e73330537af02a6b0b.zip
Diffstat (limited to 'src/video_core/surface.h')
-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