DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT structure (d3dkmddi.h)
Utilisé dans un appel à la fonction DxgkDdiCheckMultiPlaneOverlaySupport pour case activée des détails sur la prise en charge matérielle des superpositions multiplanes.
Syntaxe
typedef struct _DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT {
UINT PlaneCount;
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE *pPlanes;
BOOL Supported;
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT;
Membres
PlaneCount
Nombre de plans de superposition pris en charge par le matériel.
pPlanes
Pointeur vers une structure de DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE qui spécifie les attributs de prise en charge que le matériel fournit pour les superpositions multiplan.
Supported
TRUE si le matériel prend en charge les superpositions multiplanes, sinon FALSE.
ReturnInfo
Spécifie des limitations sur la prise en charge matérielle des superpositions multiplan.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8.1 |
Serveur minimal pris en charge | Windows Server 2012 R2 |
En-tête | d3dkmddi.h (include D3dkmddi.h) |