ADL (AMD Display Library) Public APIs  Version 17.1
Data Fields
ADLControllerOverlayInput Struct Reference

Structure containing information about input of controller overlay adjustment. More...

#include <adl_structures.h>

Data Fields

int iOverlayAdjust
 ADL_DL_CONTROLLER_OVERLAY_ALPHA or ADL_DL_CONTROLLER_OVERLAY_ALPHAPERPIX More...
 
int iReserved
 Should be 0. More...
 
int iSize
 Should be set to the sizeof the structure. More...
 
int iValue
 Data. More...
 

Detailed Description

Structure containing information about input of controller overlay adjustment.

This structure is used to store the information about input of controller overlay adjustment for the adapter. This structure is used by the ADL_Display_ControllerOverlayAdjustmentCaps_Get, ADL_Display_ControllerOverlayAdjustmentData_Get, and ADL_Display_ControllerOverlayAdjustmentData_Set() functions.

Field Documentation

◆ iOverlayAdjust

int ADLControllerOverlayInput::iOverlayAdjust

◆ iReserved

int ADLControllerOverlayInput::iReserved

Should be 0.

◆ iSize

int ADLControllerOverlayInput::iSize

Should be set to the sizeof the structure.

◆ iValue

int ADLControllerOverlayInput::iValue

Data.


The documentation for this struct was generated from the following file:

Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.