D3DDDI_MULTIPLANE_ALLOCATION_INFO 结构 (d3dumddi.h)
指定有关多平面覆盖分配的信息。
语法
typedef struct D3DDDI_MULTIPLANE_OVERLAY_ALLOCATION_INFO {
[in] D3DKMT_HANDLE PresentAllocation;
[in] UINT SubResourceIndex;
} D3DDDI_MULTIPLANE_ALLOCATION_INFO;
成员
[in] PresentAllocation
多平面覆盖分配的句柄。
[in] SubResourceIndex
PresentAllocation 成员中的句柄指定的资源中的从零开始的索引。 此索引指示显示图面。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 |
最低受支持的服务器 | Windows Server 2012 |
标头 | d3dumddi.h (包括 D3dumddi.h) |