1
0
Fork 0
forked from wry/wry

vulkan: add async staging buffer allocation

This commit is contained in:
Julian Orth 2024-09-07 17:42:29 +02:00
parent 37fb45df00
commit b57d86c1bc
4 changed files with 72 additions and 23 deletions

View file

@ -81,7 +81,6 @@ pub struct VulkanRenderer {
pub(super) tex_descriptor_set_layout: Rc<VulkanDescriptorSetLayout>,
pub(super) defunct: Cell<bool>,
pub(super) pending_cpu_jobs: CopyHashMap<u64, PendingJob>,
#[expect(dead_code)]
pub(super) shm_allocator: Rc<VulkanThreadedAllocator>,
}