Class D3D11Error
D3D11 error codes.
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public static class D3D11Error
Fields
| Edit this page View SourceDeferredContextMapWithoutInitialDiscard
The application's first call per command list to Map on a deferred context did not use D3D11_MAP_WRITE_DISCARD.
Declaration
public const int DeferredContextMapWithoutInitialDiscard = -2005139452
Field Value
Type | Description |
---|---|
int |
FileNotFound
The specified file was not found.
Declaration
public const int FileNotFound = -2005139454
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 = -2005139455
Field Value
Type | Description |
---|---|
int |
TooManyUniqueViewObjects
The application has exceeded the maximum number of unique view objects per Direct3D device. The limit is 2^20 for feature levels up to 11.1.
Declaration
public const int TooManyUniqueViewObjects = -2005139453
Field Value
Type | Description |
---|---|
int |