Re-export DeviceType

This commit is contained in:
Mac O'Brien
2019-12-07 15:05:53 -06:00
parent ee3f8c69dd
commit 71cf7f0027

View File

@@ -14,7 +14,7 @@ use crate::{
#[cfg(feature = "serde")]
use serde::{Deserialize, Serialize};
pub use hal::adapter::AdapterInfo;
pub use hal::adapter::{AdapterInfo, DeviceType};
use hal::{self, adapter::PhysicalDevice as _, queue::QueueFamily as _, Instance as _};