From de8a62393249e944f68eb3e73330537af02a6b0b Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 31 May 2023 12:42:34 -0400 Subject: texture_cache: avoid overestimation of ASTC texture sizes --- src/video_core/surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/surface.h') 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 GetASTCBlockSize(PixelFormat format); -u64 EstimatedDecompressedSize(u64 base_size, PixelFormat format); +u64 TranscodedAstcSize(u64 base_size, PixelFormat format); } // namespace VideoCore::Surface -- cgit v1.2.3