vulkano-rs / vulkano

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

Fix UB in `AllocationHandle::as_index` #2596

Closed marc0246 closed 3 weeks ago

marc0246 commented 3 weeks ago

Changelog:

### Bugs fixed
- Fixed `AllocationHandle::as_index` being a const fn, as it is UB to observe the address of a pointer in const eval.