mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-25 01:08:38 +00:00
texture_cache: avoid overestimation of ASTC texture sizes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user