You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but not used at all in lib.rs and I can't find a way to use it in my program. This might be me being new at Rust, but if not is there a reason for the lack of support, and if not would you accept a PR to have it as a method on vk_mem::Allocator?
Thanks for the excellent lib. :)
The text was updated successfully, but these errors were encountered:
Most likely it was just never added to the library.
Meanwhile, vmaCopyMemoryToAllocation isn't super useful - you can already map memory, memcpy, then flush memory ranges. This API just does these three steps together for you.
But sure, if this bothers you, feel free to open a PR to add it back in.
Hey!
I see vmaCopyMemoryToAllocation in ffi.rs:
but not used at all in lib.rs and I can't find a way to use it in my program. This might be me being new at Rust, but if not is there a reason for the lack of support, and if not would you accept a PR to have it as a method on vk_mem::Allocator?
Thanks for the excellent lib. :)
The text was updated successfully, but these errors were encountered: