summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/texture_cache_base.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-05-22 07:13:47 +0200
committerLiam <byteslice@airmail.cc>2023-05-23 00:10:16 +0200
commit8758932031ff4836652e7577ec566fd733f46e0b (patch)
tree05e92cf0f69862e7a59cf55744acc9657afa2a86 /src/video_core/texture_cache/texture_cache_base.h
parentMerge pull request #10392 from danilaml/update-cubeb-again (diff)
downloadyuzu-8758932031ff4836652e7577ec566fd733f46e0b.tar
yuzu-8758932031ff4836652e7577ec566fd733f46e0b.tar.gz
yuzu-8758932031ff4836652e7577ec566fd733f46e0b.tar.bz2
yuzu-8758932031ff4836652e7577ec566fd733f46e0b.tar.lz
yuzu-8758932031ff4836652e7577ec566fd733f46e0b.tar.xz
yuzu-8758932031ff4836652e7577ec566fd733f46e0b.tar.zst
yuzu-8758932031ff4836652e7577ec566fd733f46e0b.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/texture_cache/texture_cache_base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/texture_cache/texture_cache_base.h b/src/video_core/texture_cache/texture_cache_base.h
index 0720494e5..1a3308e2d 100644
--- a/src/video_core/texture_cache/texture_cache_base.h
+++ b/src/video_core/texture_cache/texture_cache_base.h
@@ -148,6 +148,9 @@ public:
/// Fill image_view_ids with the compute images in indices
void FillComputeImageViews(std::span<ImageViewInOut> views);
+ /// Handle feedback loops during draws.
+ void CheckFeedbackLoop(std::span<const ImageViewInOut> views);
+
/// Get the sampler from the graphics descriptor table in the specified index
Sampler* GetGraphicsSampler(u32 index);