Enum DxgiEnumModes
Options for enumerating display modes.
Namespace: JeremyAnsel.DirectX.Dxgi
Assembly: JeremyAnsel.DirectX.Dxgi.dll
Syntax
[Flags]
public enum DxgiEnumModes
Fields
| Name | Description |
|---|---|
| DisabledStereo | Include stereo modes that are hidden because the user has disabled stereo. Control panel applications can use this option to show stereo capabilities that have been disabled as part of a user interface that enables and disables stereo. |
| Interlaced | Include interlaced modes. |
| None | Include centered modes. |
| Scaling | Include stretched-scaling modes. |
| Stereo | Include stereo modes. |