aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache/formatter.h
diff options
context:
space:
mode:
authorKelebek1 <eeeedddccc@hotmail.co.uk>2023-05-06 03:54:20 +0100
committerKelebek1 <eeeedddccc@hotmail.co.uk>2023-05-06 04:48:32 +0100
commitca6bf06ef7e1a8b198167822a510b9f5ee43dec7 (patch)
tree0f8e113c96399c61624652df0a26dd008d379b23 /src/video_core/texture_cache/formatter.h
parentbb2e407772cde74610e191ec2f66e1afafc03a1e (diff)
Log object names with debug renderer, add a GPU address to ImageViews
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);