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
分配优先级。
要求
| 要求 | 价值 |
|---|---|
| 标头 | d3dumddi.h |