summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/formatter.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-05-07 20:09:03 +0200
committerGitHub <noreply@github.com>2023-05-07 20:09:03 +0200
commitcb49c3b64cb0a4391ca33eb95526ceb3b2ba244a (patch)
tree6b9bda6059babf2812572f493a530454da7fbe06 /src/video_core/texture_cache/formatter.h
parentMerge pull request #10189 from Qigo42/master (diff)
parentLog object names with debug renderer, add a GPU address to ImageViews (diff)
downloadyuzu-cb49c3b64cb0a4391ca33eb95526ceb3b2ba244a.tar
yuzu-cb49c3b64cb0a4391ca33eb95526ceb3b2ba244a.tar.gz
yuzu-cb49c3b64cb0a4391ca33eb95526ceb3b2ba244a.tar.bz2
yuzu-cb49c3b64cb0a4391ca33eb95526ceb3b2ba244a.tar.lz
yuzu-cb49c3b64cb0a4391ca33eb95526ceb3b2ba244a.tar.xz
yuzu-cb49c3b64cb0a4391ca33eb95526ceb3b2ba244a.tar.zst
yuzu-cb49c3b64cb0a4391ca33eb95526ceb3b2ba244a.zip
Diffstat (limited to 'src/video_core/texture_cache/formatter.h')
-rw-r--r--src/video_core/texture_cache/formatter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/texture_cache/formatter.h b/src/video_core/texture_cache/formatter.h
index b97147797..9ee57a076 100644
--- a/src/video_core/texture_cache/formatter.h
+++ b/src/video_core/texture_cache/formatter.h
@@ -274,7 +274,7 @@ struct RenderTargets;
[[nodiscard]] std::string Name(const ImageBase& image);
-[[nodiscard]] std::string Name(const ImageViewBase& image_view);
+[[nodiscard]] std::string Name(const ImageViewBase& image_view, GPUVAddr addr);
[[nodiscard]] std::string Name(const RenderTargets& render_targets);