summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/surface_params.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-02-16 08:12:38 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-02-16 08:19:32 +0100
commit6a0220b2e1a0d7692b8f32f66ae7bc86cb63fab7 (patch)
tree06b9087f7921595d336b98503c0e9fcf25694775 /src/video_core/texture_cache/surface_params.h
parentMerge pull request #3401 from FernandoS27/synchronization (diff)
downloadyuzu-6a0220b2e1a0d7692b8f32f66ae7bc86cb63fab7.tar
yuzu-6a0220b2e1a0d7692b8f32f66ae7bc86cb63fab7.tar.gz
yuzu-6a0220b2e1a0d7692b8f32f66ae7bc86cb63fab7.tar.bz2
yuzu-6a0220b2e1a0d7692b8f32f66ae7bc86cb63fab7.tar.lz
yuzu-6a0220b2e1a0d7692b8f32f66ae7bc86cb63fab7.tar.xz
yuzu-6a0220b2e1a0d7692b8f32f66ae7bc86cb63fab7.tar.zst
yuzu-6a0220b2e1a0d7692b8f32f66ae7bc86cb63fab7.zip
Diffstat (limited to 'src/video_core/texture_cache/surface_params.h')
-rw-r--r--src/video_core/texture_cache/surface_params.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/video_core/texture_cache/surface_params.h b/src/video_core/texture_cache/surface_params.h
index 9256fd6d9..995cc3818 100644
--- a/src/video_core/texture_cache/surface_params.h
+++ b/src/video_core/texture_cache/surface_params.h
@@ -35,10 +35,7 @@ public:
const VideoCommon::Shader::Image& entry);
/// Creates SurfaceCachedParams for a depth buffer configuration.
- static SurfaceParams CreateForDepthBuffer(
- Core::System& system, u32 zeta_width, u32 zeta_height, Tegra::DepthFormat format,
- u32 block_width, u32 block_height, u32 block_depth,
- Tegra::Engines::Maxwell3D::Regs::InvMemoryLayout type);
+ static SurfaceParams CreateForDepthBuffer(Core::System& system);
/// Creates SurfaceCachedParams from a framebuffer configuration.
static SurfaceParams CreateForFramebuffer(Core::System& system, std::size_t index);