estructura D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT (d3dkmthk.h)
Compruebe si hay compatibilidad con la superposición multiplano.
Sintaxis
typedef struct _D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT {
D3DKMT_HANDLE hDevice;
UINT PlaneCount;
D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE *pOverlayPlanes;
BOOL Supported;
D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT;
Miembros
hDevice
Identificador del dispositivo.
PlaneCount
Número de recursos que se van a anclar.
pOverlayPlanes
Matriz de punteros para superponer planos.
Supported
Indica compatibilidad.
ReturnInfo
Información de devolución.
Requisitos
Requisito | Value |
---|---|
encabezado de |
d3dkmthk.h |