DXGK_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE structure (d3dkmddi.h)
Used in a call to the DxgkDdiCheckMultiPlaneOverlaySupport3 function to check details on hardware support for post composition transform support.
Syntax
typedef struct _DXGK_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE {
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
DXGK_MULTIPLANE_OVERLAY_POST_COMPOSITION PostComposition;
} DXGK_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE;
Members
VidPnSourceId
The zero-based video present network (VidPN) source identification number of the input for which the support levels are queried.
PostComposition
A DXGK_MULTIPLANE_OVERLAY_POST_COMPOSITION structure that specifies additional transforms that should be applied after the planes are composed.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |