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