summaryrefslogtreecommitdiffstats
path: root/src/video_core/surface.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2021-06-14 13:42:22 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2021-06-16 21:35:03 +0200
commit0dd98842bf87bdd0735d187f8d183ef7593ad747 (patch)
tree9198ce2e52bb44cef14ee2f6da76d4995c73c852 /src/video_core/surface.h
parentReaper: Setup settings and final tuning. (diff)
downloadyuzu-0dd98842bf87bdd0735d187f8d183ef7593ad747.tar
yuzu-0dd98842bf87bdd0735d187f8d183ef7593ad747.tar.gz
yuzu-0dd98842bf87bdd0735d187f8d183ef7593ad747.tar.bz2
yuzu-0dd98842bf87bdd0735d187f8d183ef7593ad747.tar.lz
yuzu-0dd98842bf87bdd0735d187f8d183ef7593ad747.tar.xz
yuzu-0dd98842bf87bdd0735d187f8d183ef7593ad747.tar.zst
yuzu-0dd98842bf87bdd0735d187f8d183ef7593ad747.zip
Diffstat (limited to 'src/video_core/surface.h')
-rw-r--r--src/video_core/surface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/surface.h b/src/video_core/surface.h
index c40ab89d0..1503db81f 100644
--- a/src/video_core/surface.h
+++ b/src/video_core/surface.h
@@ -462,4 +462,6 @@ bool IsPixelFormatSRGB(PixelFormat format);
std::pair<u32, u32> GetASTCBlockSize(PixelFormat format);
+u64 EstimatedDecompressedSize(u64 base_size, PixelFormat format);
+
} // namespace VideoCore::Surface