winresult/gen/codes/
D3D10.rs

1// WARNING: this file is auto-generated by xtask gen and may be overwritten
2
3use super::*;
4
5
6/// The application has exceeded the maximum number of unique state objects per Direct3D device.
7/// The limit is 4096 for feature levels up to 11.1.
8pub const ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS : HResultError = HResultError::from_constant(0x88790001); // D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS
9
10/// The specified file was not found.
11pub const ERROR_FILE_NOT_FOUND : HResultError = HResultError::from_constant(0x88790002); // D3D10_ERROR_FILE_NOT_FOUND