D3D12DDICB_OFFERALLOCATIONS structure (d3dumddi.h)
The D3D12DDICB_OFFERALLOCATIONS structure is used to offer allocations.
Syntax
typedef struct _D3D12DDICB_OFFERALLOCATIONS {
[in] UINT NumAllocations;
[in] const D3DKMT_HANDLE *HandleList;
D3DDDI_OFFER_PRIORITY Priority;
} D3D12DDICB_OFFERALLOCATIONS;
Members
[in] NumAllocations
The number of allocations in the HandleList array.
[in] HandleList
An array of D3DKMT_HANDLE data types that represent kernel-mode handles to the allocations.
Priority
The allocation priority.
Requirements
Requirement | Value |
---|---|
Header | d3dumddi.h |