DXGK_MULTIPLANE_OVERLAY_VSYNC_INFO - NtDoc

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

typedef struct _DXGK_MULTIPLANE_OVERLAY_VSYNC_INFO {
       DWORD                              LayerIndex;
       BOOL                               Enabled;
  [in] PHYSICAL_ADDRESS                   PhysicalAddress;
       DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES PlaneAttributes;
} DXGK_MULTIPLANE_OVERLAY_VSYNC_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGK_MULTIPLANE_OVERLAY_VSYNC_INFO structure

Description

Specifies an overlay plane to display during a VSync interval.

Members

LayerIndex

The zero-based index of the overlay plane to display. The top plane (in the z-direction) has index zero. The planes' index values must be sequential from top to bottom.

Enabled

Indicates if the overlay plane specified by LayerIndex is enabled for display.

PhysicalAddress [in]

A PHYSICAL_ADDRESS data type (which is defined as LARGE_INTEGER) that indicates the physical address within the segment where the data is read.

PlaneAttributes

A structure of type DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES that specifies overlay plane attributes.