Condividi tramite


DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 struttura (d3dkmddi.h)

DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 viene passato alla funzione DxgkDdiCheckMultiPlaneOverlaySupport2 per determinare se è supportata una configurazione di sovrapposizione multipiano specifica.

Sintassi

typedef struct _DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 {
  UINT                                              PlaneCount;
  DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE         *pPlanes;
  BOOL                                              Supported;
  DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2;

Members

PlaneCount

Numero di piani da abilitare.

pPlanes

Puntatore a una struttura DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE che specifica gli attributi di supporto forniti dall'hardware per le sovrapposizioni a più piani.

Supported

TRUE se è possibile supportare la configurazione di sovrapposizione multiplano, in caso contrario FALSE.

ReturnInfo

Specifica informazioni aggiuntive.

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Server minimo supportato Windows Server 2016
Intestazione d3dkmddi.h (include D3dkmddi.h)

Vedi anche

DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE

DxgkDdiCheckMultiPlaneOverlaySupport2