mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Vulkan: Increase base slab allocation size.
This commit is contained in:
parent
7811c03c3b
commit
d07a124a90
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
#define TEXCACHE_MAX_TEXELS_SCALED (256*256) // Per frame
|
||||
|
||||
#define TEXCACHE_MIN_SLAB_SIZE (4 * 1024 * 1024)
|
||||
#define TEXCACHE_MIN_SLAB_SIZE (8 * 1024 * 1024)
|
||||
#define TEXCACHE_MAX_SLAB_SIZE (32 * 1024 * 1024)
|
||||
#define TEXCACHE_SLAB_PRESSURE 4
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue