Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an overlay plane to display during a VSync interval.
Syntax
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;
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.
[in] PhysicalAddress
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | d3dkmddi.h (include D3dkmddi.h) |