Click or drag to resize
AB4D logo

GraphicsProfileRejectedReason Enumeration

GraphicsProfileRejectedReason defines reasons that describe why the GraphicsProfile is rejected.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public enum GraphicsProfileRejectedReason
Members
Member nameValueDescription
Unknown0 Unknown
NotSupportedOperatingSystem1 This operating system does not support DirectX 11. This happens on operating systems prior to Windows Vista (e.g. Windows XP).
RequiredFeatureLevelNotSupported2 Graphics card does not support the required feature level.
ExceptionWhenCreatingDevice3 Exception occured when creating DirectX device.
ExceptionWhenInitializingResources4 DirectX device was created successfully but an exception has occured when the device resources (buffers, states, etc.) were initialized.
See Also