make the texture cache bigger

This commit is contained in:
espes 2015-07-06 14:23:34 +10:00
parent 1e026f54d6
commit da30a91d6f
1 changed files with 1 additions and 1 deletions

View File

@ -2514,7 +2514,7 @@ static void pgraph_init(PGRAPHState *pg)
NULL, texture_key_retrieve,
texture_key_destroy, texture_binding_destroy,
NULL, NULL);
g_lru_cache_set_max_size(pg->texture_cache, 128);
g_lru_cache_set_max_size(pg->texture_cache, 512);
pg->shader_cache = g_hash_table_new(shader_hash, shader_equal);