Bewerken

Delen via


D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT structure (d3dkmthk.h)

The D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT structure describes the driver's multiplane overlay stretch support.

Syntax

typedef struct _D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT {
  UINT VidPnSourceId;
  BOOL Update;
  BOOL Supported;
} D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT;

Members

VidPnSourceId

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the monitor is connected to.

Update

Boolean value that indicates whether to update.

Supported

Boolean value that indicates whether multiplane overlay stretch is supported.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703 (WDDM 2.2)
Header d3dkmthk.h

See also

D3DKMTQueryAdapterInfo