diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2024-02-04 19:16:07 +0100 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2024-02-05 11:06:52 +0100 |
| commit | 0d5a3abeaefd3a1682c48a59c5a9170cfb0a39d0 (patch) | |
| tree | 850cfea521da30809e93d4ab2ce69f649961a9a1 /src/video_core/renderer_opengl | |
| parent | accccc0cbf54bb080c1180ad47445aada317454c (diff) | |
Buffer Cache: Refactor to use Range sets instead
Diffstat (limited to 'src/video_core/renderer_opengl')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_buffer_cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_buffer_cache.h b/src/video_core/renderer_opengl/gl_buffer_cache.h index 022275fd6..fd471e979 100644 --- a/src/video_core/renderer_opengl/gl_buffer_cache.h +++ b/src/video_core/renderer_opengl/gl_buffer_cache.h @@ -251,7 +251,6 @@ struct BufferCacheParams { static constexpr bool NEEDS_BIND_STORAGE_INDEX = true; static constexpr bool USE_MEMORY_MAPS = true; static constexpr bool SEPARATE_IMAGE_BUFFER_BINDINGS = true; - static constexpr bool IMPLEMENTS_ASYNC_DOWNLOADS = true; // TODO: Investigate why OpenGL seems to perform worse with persistently mapped buffer uploads static constexpr bool USE_MEMORY_MAPS_FOR_UPLOADS = false; |
