These defines are used to retrieve FreeSync display capabilities. GPU support flag also indicates whether the display is connected to a GPU that actually supports FreeSync.
More...
These defines are used to retrieve FreeSync display capabilities. GPU support flag also indicates whether the display is connected to a GPU that actually supports FreeSync.
◆ ADL_FREESYNC_CAP_BORDERLESSWINDOWSUPPORTED
| #define ADL_FREESYNC_CAP_BORDERLESSWINDOWSUPPORTED (1 << 6) |
◆ ADL_FREESYNC_CAP_CURRENTMODESUPPORTED
| #define ADL_FREESYNC_CAP_CURRENTMODESUPPORTED (1 << 3) |
◆ ADL_FREESYNC_CAP_DISPLAYSUPPORTED
| #define ADL_FREESYNC_CAP_DISPLAYSUPPORTED (1 << 2) |
◆ ADL_FREESYNC_CAP_GPUSUPPORTED
| #define ADL_FREESYNC_CAP_GPUSUPPORTED (1 << 1) |
◆ ADL_FREESYNC_CAP_NOCFXORCFXSUPPORTED
| #define ADL_FREESYNC_CAP_NOCFXORCFXSUPPORTED (1 << 4) |
◆ ADL_FREESYNC_CAP_NOGENLOCKORGENLOCKSUPPORTED
| #define ADL_FREESYNC_CAP_NOGENLOCKORGENLOCKSUPPORTED (1 << 5) |
◆ ADL_FREESYNC_CAP_SUPPORTED
| #define ADL_FREESYNC_CAP_SUPPORTED (1 << 0) |