Vulkan: Increase base slab allocation size.

This commit is contained in:
Unknown W. Brackets 2018-04-06 21:40:18 -07:00
parent 7811c03c3b
commit d07a124a90

View file

@ -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