Graphics | |
public enum GraphicsProfileRejectedReason
| Member name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown |
| NotSupportedOperatingSystem | 1 | This operating system does not support DirectX 11. This happens on operating systems prior to Windows Vista (e.g. Windows XP). |
| RequiredFeatureLevelNotSupported | 2 | Graphics card does not support the required feature level. |
| ExceptionWhenCreatingDevice | 3 | Exception occured when creating DirectX device. |
| ExceptionWhenInitializingResources | 4 | DirectX device was created successfully but an exception has occured when the device resources (buffers, states, etc.) were initialized. |