diff options
Diffstat (limited to 'src/video_core/renderer_vulkan')
| -rw-r--r-- | src/video_core/renderer_vulkan/vk_buffer_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/renderer_vulkan/vk_buffer_cache.h b/src/video_core/renderer_vulkan/vk_buffer_cache.h index 794dd0758..92b4f7859 100644 --- a/src/video_core/renderer_vulkan/vk_buffer_cache.h +++ b/src/video_core/renderer_vulkan/vk_buffer_cache.h | |||
| @@ -157,6 +157,7 @@ struct BufferCacheParams { | |||
| 157 | static constexpr bool USE_MEMORY_MAPS = true; | 157 | static constexpr bool USE_MEMORY_MAPS = true; |
| 158 | static constexpr bool SEPARATE_IMAGE_BUFFER_BINDINGS = false; | 158 | static constexpr bool SEPARATE_IMAGE_BUFFER_BINDINGS = false; |
| 159 | static constexpr bool IMPLEMENTS_ASYNC_DOWNLOADS = true; | 159 | static constexpr bool IMPLEMENTS_ASYNC_DOWNLOADS = true; |
| 160 | static constexpr bool USE_MEMORY_MAPS_FOR_UPLOADS = true; | ||
| 160 | }; | 161 | }; |
| 161 | 162 | ||
| 162 | using BufferCache = VideoCommon::BufferCache<BufferCacheParams>; | 163 | using BufferCache = VideoCommon::BufferCache<BufferCacheParams>; |