1
0
Fork 0
forked from wry/wry

vulkan: attach last-use-syncfile to internal framebuffers

This commit is contained in:
Julian Orth 2024-10-08 19:22:24 +02:00
parent cc8db84289
commit 901a0fe93a
3 changed files with 11 additions and 4 deletions

View file

@ -431,7 +431,7 @@ impl VulkanRenderer {
callback_id: Cell::new(0),
regions: Default::default(),
cpu: cpu.clone(),
last_sample: Default::default(),
last_gfx_use: Default::default(),
data_copied: Default::default(),
});
}