Home
last modified time | relevance | path

Searched defs:DeviceCreationError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/vulkano/src/device/
Dmod.rs762 pub enum DeviceCreationError { enum
788 impl error::Error for DeviceCreationError {} implementation
790 impl fmt::Display for DeviceCreationError { implementation
832 impl From<Error> for DeviceCreationError { implementation
834 fn from(err: Error) -> DeviceCreationError { in from()
848 impl From<ExtensionRestrictionError> for DeviceCreationError { implementation
855 impl From<FeatureRestrictionError> for DeviceCreationError { implementation