diff options
| author | 2021-10-14 14:12:25 -0400 | |
|---|---|---|
| committer | 2021-11-16 22:11:31 +0100 | |
| commit | 0f14c9379eae9c3caf8f4b932eace0a84d728f94 (patch) | |
| tree | eaf0f0923b4c325da6dbb611fb09ec0b6f34363d /src/video_core/texture_cache | |
| parent | yuzu: Fix build errors (diff) | |
| download | yuzu-0f14c9379eae9c3caf8f4b932eace0a84d728f94.tar.gz yuzu-0f14c9379eae9c3caf8f4b932eace0a84d728f94.tar.xz yuzu-0f14c9379eae9c3caf8f4b932eace0a84d728f94.zip | |
texture_cache_base: Remove unused function declarations
Diffstat (limited to 'src/video_core/texture_cache')
| -rw-r--r-- | src/video_core/texture_cache/texture_cache_base.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/video_core/texture_cache/texture_cache_base.h b/src/video_core/texture_cache/texture_cache_base.h index 40e003b60..4dbe050af 100644 --- a/src/video_core/texture_cache/texture_cache_base.h +++ b/src/video_core/texture_cache/texture_cache_base.h | |||
| @@ -144,14 +144,6 @@ public: | |||
| 144 | const Tegra::Engines::Fermi2D::Surface& src, | 144 | const Tegra::Engines::Fermi2D::Surface& src, |
| 145 | const Tegra::Engines::Fermi2D::Config& copy); | 145 | const Tegra::Engines::Fermi2D::Config& copy); |
| 146 | 146 | ||
| 147 | /// Invalidate the contents of the color buffer index | ||
| 148 | /// These contents become unspecified, the cache can assume aggressive optimizations. | ||
| 149 | void InvalidateColorBuffer(size_t index); | ||
| 150 | |||
| 151 | /// Invalidate the contents of the depth buffer | ||
| 152 | /// These contents become unspecified, the cache can assume aggressive optimizations. | ||
| 153 | void InvalidateDepthBuffer(); | ||
| 154 | |||
| 155 | /// Try to find a cached image view in the given CPU address | 147 | /// Try to find a cached image view in the given CPU address |
| 156 | [[nodiscard]] ImageView* TryFindFramebufferImageView(VAddr cpu_addr); | 148 | [[nodiscard]] ImageView* TryFindFramebufferImageView(VAddr cpu_addr); |
| 157 | 149 | ||