vulkan: add async staging buffer allocation
This commit is contained in:
parent
37fb45df00
commit
b57d86c1bc
4 changed files with 72 additions and 23 deletions
|
|
@ -199,7 +199,6 @@ impl VulkanAllocator {
|
|||
}
|
||||
|
||||
impl VulkanThreadedAllocator {
|
||||
#[expect(dead_code)]
|
||||
pub fn async_alloc(
|
||||
self: &Rc<Self>,
|
||||
renderer: &Rc<VulkanRenderer>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue