estructura DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT (d3dkmddi.h)

Se usa en una llamada a la función DxgkDdiCheckMultiPlaneOverlaySupport para comprobar los detalles sobre la compatibilidad de hardware con superposiciones multiplano.

Sintaxis

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;

Miembros

PlaneCount

Número de planos de superposición que admite el hardware.

pPlanes

Puntero a una estructura de DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE que especifica los atributos de compatibilidad que proporciona el hardware para superposiciones multiplano.

Supported

TRUE si el hardware admite superposiciones multiplano; de lo contrario, FALSE.

ReturnInfo

Especifica limitaciones en la compatibilidad de hardware con superposiciones multiplano.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 8.1
Servidor mínimo compatible Windows Server 2012 R2
Encabezado d3dkmddi.h (incluya D3dkmddi.h)

Consulte también

DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE

DxgkDdiCheckMultiPlaneOverlaySupport