vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.45k stars 435 forks source link

Add `ResourceMemory::from_device_memory_unchecked` #2519

Closed marc0246 closed 4 months ago

marc0246 commented 4 months ago

cc @0xcaff

Changelog:

### Additions
- Added `ResourceMemory::from_device_memory_unchecked`.
0xcaff commented 4 months ago

thanks so much for adding this!