winresult 0.1.3

windows result codes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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