-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge MappedDeviceMemory
into DeviceMemory
, make MemoryAlloc
reuse the logic
#2300
Conversation
The |
Yes, that's why I added a |
I missed, however, that |
Co-authored-by: Rua <[email protected]>
Everything is good now, thanks! |
…use the logic (vulkano-rs#2300) * Merge `MappedDeviceMemory` into `DeviceMemory` * Fix soundness and utilize new `DeviceMemory` methods in `MemoryAlloc` * Fix oopsies * `Sync`ness * `#[inline]` * Big oopsie * Language * Sanity check for the deprecated stuff * Full `khr_map_memory2` * Missed trait impls * `MemoryUnmapInfo::validate` * Document mapping behavior of `GenericMemoryAllocator` * Validate flags * Update vulkano/src/memory/allocator/mod.rs Co-authored-by: Rua <[email protected]> * Remove flags * Errors --------- Co-authored-by: Rua <[email protected]>
Changelog: