nv2a/vk: Disable memory trimmer for now

This commit is contained in:
Matt Borgerson 2024-07-28 23:59:32 -07:00 committed by mborgerson
parent 86daae1453
commit 824a378a23
1 changed files with 2 additions and 0 deletions

View File

@ -235,6 +235,7 @@ static void __attribute__((constructor)) register_renderer(void)
void pgraph_vk_check_memory_budget(PGRAPHState *pg)
{
#if 0 // FIXME
PGRAPHVkState *r = pg->vk_renderer_state;
VkPhysicalDeviceMemoryProperties const *props;
@ -260,6 +261,7 @@ void pgraph_vk_check_memory_budget(PGRAPHState *pg)
if (near_budget) {
pgraph_vk_trim_texture_cache(pg);
}
#endif
#if 0
char *s;