Skip to main content

SwapChainPanelError

Type Alias SwapChainPanelError 

Source
pub type SwapChainPanelError = IntegrationError;
Expand description

Errors from swap-chain panel requests.

Aliased Type§

pub enum SwapChainPanelError {
    Native(i32),
    Unavailable,
}

Variants§

§

Native(i32)

A native operation failed with the given HRESULT value.

§

Unavailable

The target is not currently bound or cannot accept the request.