diff --git a/vulkano/src/memory/allocator/mod.rs b/vulkano/src/memory/allocator/mod.rs index 4f5588f8a1..6e325aa723 100644 --- a/vulkano/src/memory/allocator/mod.rs +++ b/vulkano/src/memory/allocator/mod.rs @@ -1248,6 +1248,7 @@ unsafe impl MemoryAllocator for GenericMemoryAllocator { if !self.dedicated_allocation { dedicated_allocation = None; + prefers_dedicated_allocation = false; } let export_handle_types = if self.export_handle_types.is_empty() {