diff options
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferManager.h')
| -rw-r--r-- | Source/Core/VideoCommon/FramebufferManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/FramebufferManager.h b/Source/Core/VideoCommon/FramebufferManager.h index 786f22e537..f8e450ad0e 100644 --- a/Source/Core/VideoCommon/FramebufferManager.h +++ b/Source/Core/VideoCommon/FramebufferManager.h @@ -74,7 +74,8 @@ public: // Resolve color/depth textures to a non-msaa texture, and return it. AbstractTexture* ResolveEFBColorTexture(const MathUtil::Rectangle<int>& region); - AbstractTexture* ResolveEFBDepthTexture(const MathUtil::Rectangle<int>& region); + AbstractTexture* ResolveEFBDepthTexture(const MathUtil::Rectangle<int>& region, + bool force_r32f = false); // Reinterpret pixel format of EFB color texture. // Assumes no render pass is currently in progress. |
