1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-20 21:12:09 -05:00

texture_cache: avoid overestimation of ASTC texture sizes

This commit is contained in:
Liam
2023-05-31 12:42:34 -04:00
parent 865a0186b6
commit de8a623932
3 changed files with 15 additions and 5 deletions

View File

@@ -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