nv2a/vk: Sync RAM buffer during renderer init

This commit is contained in:
Matt Borgerson 2024-07-26 17:21:01 -07:00 committed by mborgerson
parent 71d00d2208
commit c4ac083d3d
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ static void pgraph_vk_init_thread(NV2AState *d)
pgraph_vk_init_reports(pg);
pgraph_vk_init_compute(pg);
pgraph_vk_init_display(pg);
pgraph_vk_update_vertex_ram_buffer(&d->pgraph, 0, d->vram_ptr,
memory_region_size(d->vram));
}
static void pgraph_vk_finalize(NV2AState *d)