vulkan: add async staging buffer allocation
This commit is contained in:
parent
37fb45df00
commit
b57d86c1bc
4 changed files with 72 additions and 23 deletions
|
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue