D3D12DDICB_OFFERALLOCATIONS 结构 (d3dumddi.h)

D3D12DDICB_OFFERALLOCATIONS结构用于提供分配。

语法

typedef struct _D3D12DDICB_OFFERALLOCATIONS {
  [in] UINT                  NumAllocations;
  [in] const D3DKMT_HANDLE   *HandleList;
       D3DDDI_OFFER_PRIORITY Priority;
} D3D12DDICB_OFFERALLOCATIONS;

成员

[in] NumAllocations

HandleList 数组中的分配数。

[in] HandleList

表示分配的内核模式句柄的D3DKMT_HANDLE数据类型数组。

Priority

分配优先级。

要求

要求
Header d3dumddi.h