summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/decode_bc.h
diff options
context:
space:
mode:
authorGPUCode <geoster3d@gmail.com>2023-12-26 15:28:42 +0100
committerGPUCode <geoster3d@gmail.com>2023-12-26 15:33:03 +0100
commit20e0407235f3e98da7a9539f25cadf794eb9157f (patch)
tree801cb9210a17a684a1c0a7a1da5bf609fbf2dede /src/video_core/texture_cache/decode_bc.h
parentMerge pull request #12394 from liamwhite/per-process-memory (diff)
downloadyuzu-20e0407235f3e98da7a9539f25cadf794eb9157f.tar
yuzu-20e0407235f3e98da7a9539f25cadf794eb9157f.tar.gz
yuzu-20e0407235f3e98da7a9539f25cadf794eb9157f.tar.bz2
yuzu-20e0407235f3e98da7a9539f25cadf794eb9157f.tar.lz
yuzu-20e0407235f3e98da7a9539f25cadf794eb9157f.tar.xz
yuzu-20e0407235f3e98da7a9539f25cadf794eb9157f.tar.zst
yuzu-20e0407235f3e98da7a9539f25cadf794eb9157f.zip
Diffstat (limited to 'src/video_core/texture_cache/decode_bc.h')
-rw-r--r--src/video_core/texture_cache/decode_bc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/texture_cache/decode_bc.h b/src/video_core/texture_cache/decode_bc.h
index 41d1ec0a3..4e3b9b8ac 100644
--- a/src/video_core/texture_cache/decode_bc.h
+++ b/src/video_core/texture_cache/decode_bc.h
@@ -13,7 +13,7 @@ namespace VideoCommon {
[[nodiscard]] u32 ConvertedBytesPerBlock(VideoCore::Surface::PixelFormat pixel_format);
-void DecompressBCn(std::span<const u8> input, std::span<u8> output, Extent3D extent,
+void DecompressBCn(std::span<const u8> input, std::span<u8> output, BufferImageCopy& copy,
VideoCore::Surface::PixelFormat pixel_format);
} // namespace VideoCommon