rt: increase model cache size, fix #449

Apparently just increasing the model cache size limit is fine.
"LRU" cache eviction was not even used when testing.
This commit is contained in:
Ivan 'provod' Avdeev 2023-03-04 12:30:55 -08:00 committed by Ivan Avdeev
parent 21534c044b
commit 6d7fd41494
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#define MAX_ACCELS 2048
#define MAX_KUSOCHKI 32768
#define MODEL_CACHE_SIZE 1024
#define MODEL_CACHE_SIZE 2048
#include "shaders/ray_interop.h"