// WARNING: this file is auto-generated by xtask gen and may be overwritten
use super::*;
/// The blob provided does not match the adapter that the device was created on.
pub const ERROR_ADAPTER_NOT_FOUND : HResultError = HResultError::from_constant(0x887E0001); // D3D12_ERROR_ADAPTER_NOT_FOUND
/// The blob provided was created for a different version of the driver, and must be re-created.
pub const ERROR_DRIVER_VERSION_MISMATCH : HResultError = HResultError::from_constant(0x887E0002); // D3D12_ERROR_DRIVER_VERSION_MISMATCH
/// The D3D12 SDK version configuration of the host exe is invalid.
pub const ERROR_INVALID_REDIST : HResultError = HResultError::from_constant(0x887E0003); // D3D12_ERROR_INVALID_REDIST