Merge yuzu-emu#10529

This commit is contained in:
yuzubot
2024-02-17 00:57:14 +00:00
parent c7588c042b
commit 6e5b9a30e3
4 changed files with 17 additions and 7 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