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

@ -199,7 +199,6 @@ impl VulkanAllocator {
}
impl VulkanThreadedAllocator {
#[expect(dead_code)]
pub fn async_alloc(
self: &Rc<Self>,
renderer: &Rc<VulkanRenderer>,