DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 structure (d3dkmddi.h)

DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 est passé à la fonction DxgkDdiCheckMultiPlaneOverlaySupport2 pour déterminer si une configuration de superposition multiplan spécifique est prise en charge.

Syntaxe

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;

Membres

PlaneCount

Nombre de plans à activer.

pPlanes

Pointeur vers une structure DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE qui spécifie les attributs de prise en charge que le matériel fournit pour les superpositions multiplan.

Supported

TRUE si la configuration de superposition multiplan peut être prise en charge, sinon FALSE.

ReturnInfo

Spécifie des informations supplémentaires.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10
Serveur minimal pris en charge Windows Server 2016
En-tête d3dkmddi.h (include D3dkmddi.h)

Voir aussi

DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE

DxgkDdiCheckMultiPlaneOverlaySupport2