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) |