diff options
Diffstat (limited to 'third_party/rust/ash/src/version.rs')
-rw-r--r-- | third_party/rust/ash/src/version.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/ash/src/version.rs b/third_party/rust/ash/src/version.rs new file mode 100644 index 0000000000..18dd2c9d75 --- /dev/null +++ b/third_party/rust/ash/src/version.rs @@ -0,0 +1,3 @@ +pub use crate::device::{DeviceV1_0, DeviceV1_1, DeviceV1_2}; +pub use crate::entry::{EntryV1_0, EntryV1_1, EntryV1_2}; +pub use crate::instance::{InstanceV1_0, InstanceV1_1, InstanceV1_2}; |