diff options
| author | bunnei <bunneidev@gmail.com> | 2020-02-24 10:14:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-24 10:14:50 -0500 |
| commit | e22ad52cdb18842a12037e8b85d7be854b95206c (patch) | |
| tree | f60ec07ce5a4e6f56a1c9c5e18884de52de81334 /src/video_core/texture_cache/surface_params.h | |
| parent | 2b4cdb73b6d6a8e677db2890b5e9fadc742eb20d (diff) | |
| parent | 6a0220b2e1a0d7692b8f32f66ae7bc86cb63fab7 (diff) | |
Merge pull request #3425 from ReinUsesLisp/layered-framebuffer
texture_cache: Implement layered framebuffer attachments
Diffstat (limited to 'src/video_core/texture_cache/surface_params.h')
| -rw-r--r-- | src/video_core/texture_cache/surface_params.h | 5 |
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); |
