mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 17:15:26 +02:00
Merge pull request #594 from kasenvr/fix/auto-default-memory
Update default texture memory from Auto (1GB) -> Auto (2GB).
This commit is contained in:
commit
0f8dabd86c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
#define OVERSUBSCRIBED_PRESSURE_VALUE 0.95f
|
||||
#define UNDERSUBSCRIBED_PRESSURE_VALUE 0.85f
|
||||
#define DEFAULT_ALLOWED_TEXTURE_MEMORY_MB ((size_t)1024)
|
||||
#define DEFAULT_ALLOWED_TEXTURE_MEMORY_MB ((size_t)2048)
|
||||
#define MAX_RESOURCE_TEXTURES_PER_FRAME 2
|
||||
#define NO_BUFFER_WORK_SLEEP_TIME_MS 2
|
||||
#define THREADED_TEXTURE_BUFFERING 1
|
||||
|
|
Loading…
Reference in a new issue