D3D12DDICB_OFFERALLOCATIONS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef struct _D3D12DDICB_OFFERALLOCATIONS {
  [in] UINT                  NumAllocations;
  [in] const D3DKMT_HANDLE   *HandleList;
       D3DDDI_OFFER_PRIORITY Priority;
} D3D12DDICB_OFFERALLOCATIONS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3d12ddicb_offerallocations)

_D3D12DDICB_OFFERALLOCATIONS structure

Description

The D3D12DDICB_OFFERALLOCATIONS structure is used to offer allocations.

Members

NumAllocations [in]

The number of allocations in the HandleList array.

HandleList [in]

An array of D3DKMT_HANDLE data types that represent kernel-mode handles to the allocations.

Priority

The allocation priority.

Remarks

See also