estructura D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3 (d3dkmthk.h)
La estructura de D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3 se pasa a D3DKMTCheckMultiPlaneOverlaySupport3 para comprobar la compatibilidad con la superposición multiplano.
Sintaxis
typedef struct _D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3 {
D3DKMT_HANDLE hAdapter;
D3DKMT_HANDLE hDevice;
UINT PlaneCount;
D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3 **ppOverlayPlanes;
UINT PostCompositionCount;
D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE **ppPostComposition;
BOOL Supported;
D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3;
Miembros
hAdapter
[in] Identificador del adaptador de gráficos.
hDevice
[in] Identificador del dispositivo.
PlaneCount
[in] Número de punteros de plano de superposición a los que apunta ppOverlayPlanes .
ppOverlayPlanes
[in] Matriz de punteros a D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3 estructuras que describen los planos de superposición.
PostCompositionCount
[in] Número de punteros a los que apunta ppPostComposition .
ppPostComposition
[in] Matriz de punteros a estructuras D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE .
Supported
[out] Valor booleano que indica compatibilidad.
ReturnInfo
[out] Estructura D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO en la que se devuelven los detalles cuando Supported es FALSE.
Requisitos
Requisito | Valor |
---|---|
Header | d3dkmthk.h |