DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE2 {
  HANDLE                              hAllocation;
  D3DDDI_VIDEO_PRESENT_SOURCE_ID      VidPnSourceId;
  UINT                                LayerIndex;
  DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES3 PlaneAttributes;
} DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_multiplane_overlay_plane_with_source2)

_DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE2 structure

Description

Used in a call to the DxgkDdiCheckMultiPlaneOverlaySupport3 function to check details on hardware support for multi-plane overlays.

Members

hAllocation

A handle to the allocation.

VidPnSourceId

The zero-based video present network (VidPN) source identification number of the input for which the support levels are queried.

LayerIndex

The zero based index indicating the Z order of the overlay plane.

PlaneAttributes

A DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES3 structure that specifies overlay plane attributes.