|
ADL (AMD Display Library) Public APIs
Version 18.1
|
Structure containing the display mode definition used per controller. More...
#include <adl_structures.h>
Data Fields | |
| int | iBitsPerPel |
| Color depth. More... | |
| int | iDisplayFrequency |
| Refresh rate. More... | |
| int | iPelsHeight |
| Vertical resolution (in pixels). More... | |
| int | iPelsWidth |
| Horizontal resolution (in pixels). More... | |
Structure containing the display mode definition used per controller.
This structure is used to store the display mode definition used per controller.
| int ADLDisplayMode::iBitsPerPel |
Color depth.
| int ADLDisplayMode::iDisplayFrequency |
Refresh rate.
| int ADLDisplayMode::iPelsHeight |
Vertical resolution (in pixels).
| int ADLDisplayMode::iPelsWidth |
Horizontal resolution (in pixels).