mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Only two unsafe functions were used internally: - `slice::from_raw_parts` - `Box::from_raw` The safety messages are adapted from the safety messages of these functions.