mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-23 07:28:13 +00:00
Merge pull request #10476 from ameerj/gl-memory-maps
OpenGL: Make use of persistent buffer maps in buffer cache
This commit is contained in:
commit
93372f503a
15 changed files with 316 additions and 204 deletions
|
@ -157,6 +157,7 @@ struct BufferCacheParams {
|
|||
static constexpr bool USE_MEMORY_MAPS = true;
|
||||
static constexpr bool SEPARATE_IMAGE_BUFFER_BINDINGS = false;
|
||||
static constexpr bool IMPLEMENTS_ASYNC_DOWNLOADS = true;
|
||||
static constexpr bool USE_MEMORY_MAPS_FOR_UPLOADS = true;
|
||||
};
|
||||
|
||||
using BufferCache = VideoCommon::BufferCache<BufferCacheParams>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue