diff options
| author | Connor McLaughlin <stenzek@gmail.com> | 2019-08-08 12:23:27 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-08 12:23:27 +1000 |
| commit | 1092efa77ae302fc677ebb67cdf2f93024b93f79 (patch) | |
| tree | f589368c3ae471cb03a79cf631d87cd3bc7aed80 /Source/Core/VideoCommon/FramebufferManager.h | |
| parent | 9477c8b0ed834efc3b7cf5b9fcd48caf57611a8a (diff) | |
| parent | 06daf5803243c5f36069d8f7a936e62857ce1eca (diff) | |
Merge pull request #8276 from stenzek/adreno-efb-access
Fix CPU EFB access on Adreno with Vulkan backend
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferManager.h')
| -rw-r--r-- | Source/Core/VideoCommon/FramebufferManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/FramebufferManager.h b/Source/Core/VideoCommon/FramebufferManager.h index b4ae99361d..786f22e537 100644 --- a/Source/Core/VideoCommon/FramebufferManager.h +++ b/Source/Core/VideoCommon/FramebufferManager.h @@ -44,6 +44,7 @@ public: // Does not require the framebuffer to be created. Slower than direct queries. static AbstractTextureFormat GetEFBColorFormat(); static AbstractTextureFormat GetEFBDepthFormat(); + static AbstractTextureFormat GetEFBDepthCopyFormat(); static TextureConfig GetEFBColorTextureConfig(); static TextureConfig GetEFBDepthTextureConfig(); |
