Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the support attributes that the hardware provides for multiplane overlays.
Syntax
typedef struct DXGI_DDI_CHECK_MULTIPLANEOVERLAYSUPPORT_PLANE_INFO {
DXGI_DDI_HRESOURCE hResource;
UINT SubResourceIndex;
DXGI_DDI_MULTIPLANE_OVERLAY_ATTRIBUTES PlaneAttributes;
} DXGI_DDI_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE_INFO;
Members
hResource
A handle to the resource. The display miniport driver must set this member to a value that it can use to refer to its private tracking structure for the resource.
SubResourceIndex
The zero-based index into the resource, which is specified by the handle in the hResource member. This index indicates the subresource, or surface, on which an overlay plane is to be displayed.
PlaneAttributes
A DXGI_DDI_MULTIPLANE_OVERLAY_ATTRIBUTES structure that specifies overlay plane attributes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | dxgiddi.h (include D3d10umddi.h) |