summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/util.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-12-22 22:52:53 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-12-25 21:38:36 +0100
commitc448b3af2ffe06f036e06b610c87db8dab74b766 (patch)
tree939a3097ca991ebb651e116596e30382b64030cf /src/video_core/texture_cache/util.h
parentMerge pull request #9500 from liamwhite/reentrant-shutdown (diff)
downloadyuzu-c448b3af2ffe06f036e06b610c87db8dab74b766.tar
yuzu-c448b3af2ffe06f036e06b610c87db8dab74b766.tar.gz
yuzu-c448b3af2ffe06f036e06b610c87db8dab74b766.tar.bz2
yuzu-c448b3af2ffe06f036e06b610c87db8dab74b766.tar.lz
yuzu-c448b3af2ffe06f036e06b610c87db8dab74b766.tar.xz
yuzu-c448b3af2ffe06f036e06b610c87db8dab74b766.tar.zst
yuzu-c448b3af2ffe06f036e06b610c87db8dab74b766.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/texture_cache/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/texture_cache/util.h b/src/video_core/texture_cache/util.h
index 5e28f4ab3..ddf0b3b06 100644
--- a/src/video_core/texture_cache/util.h
+++ b/src/video_core/texture_cache/util.h
@@ -59,6 +59,7 @@ struct OverlapResult {
[[nodiscard]] std::vector<BufferImageCopy> UnswizzleImage(Tegra::MemoryManager& gpu_memory,
GPUVAddr gpu_addr, const ImageInfo& info,
+ std::span<const u8> input,
std::span<u8> output);
[[nodiscard]] BufferCopy UploadBufferCopy(Tegra::MemoryManager& gpu_memory, GPUVAddr gpu_addr,