Skip to content

Commit

Permalink
extensions/khr: Re-add erroneously removed `mod acceleration_structur…
Browse files Browse the repository at this point in the history
…e` (#893)

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.
  • Loading branch information
MarijnS95 authored Mar 25, 2024
1 parent ac8556e commit 71387e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ash/src/extensions/khr/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub mod acceleration_structure;
pub mod android_surface;
pub mod buffer_device_address;
pub mod calibrated_timestamps;
Expand Down

0 comments on commit 71387e9

Please sign in to comment.