Enum wgpu_core::swap_chain::CreateSwapChainError [−][src]
pub enum CreateSwapChainError {
Device(DeviceError),
InvalidSurface,
SwapChainOutputExists,
ZeroArea,
UnsupportedQueueFamily,
UnsupportedFormat {
requested: Format,
available: Vec<Format>,
},
}Variants
Device(DeviceError)Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CreateSwapChainErrorimpl Send for CreateSwapChainErrorimpl Sync for CreateSwapChainErrorimpl Unpin for CreateSwapChainErrorimpl UnwindSafe for CreateSwapChainErrorBlanket Implementations
Mutably borrows from an owned value. Read more