diff options
author | Mai M <mathew1800@gmail.com> | 2021-06-23 08:03:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 08:03:01 -0400 |
commit | 17fff10e06e7935522a5a69705b9a750761aab79 (patch) | |
tree | 7e7b3ae9fedbc0fed85f6c5c58e92e8d047efd87 /src/video_core/surface.h | |
parent | 20f474b09ab503607fab651342bcee433d117c80 (diff) | |
parent | f9b940a442d50875d2b45a0f2f380ccad88670da (diff) |
Merge pull request #6465 from FernandoS27/sex-on-the-beach
GPU: Implement a garbage collector for GPU Caches (project Reaper+)
Diffstat (limited to 'src/video_core/surface.h')
-rw-r--r-- | src/video_core/surface.h | 2 |
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 |