Class D3D10Error
D3D10 error codes.
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D10
Assembly: JeremyAnsel.DirectX.D3D10.dll
Syntax
public static class D3D10Error
Fields
| Edit this page View SourceFileNotFound
The specified file was not found.
Declaration
public const int FileNotFound = -2005336062
Field Value
Type | Description |
---|---|
int |
TooManyUniqueStateObjects
The application has exceeded the maximum number of unique state objects per Direct3D device. The limit is 4096 for feature levels up to 11.1.
Declaration
public const int TooManyUniqueStateObjects = -2005336063
Field Value
Type | Description |
---|---|
int |