ash-rs / ash

Vulkan bindings for Rust
Apache License 2.0
1.76k stars 186 forks source link

extensions/khr: Re-add erroneously removed `mod acceleration_structure` #893

Closed MarijnS95 closed 3 months ago

MarijnS95 commented 3 months ago

While rush-rebasing 5 extensions in a row #889 seems to have ended up deleting the first line of mod.rs, which was defining the acceleration_structure module. Restore that.