D3D12DDICB_OFFERALLOCATIONS struttura (d3dumddi.h)
La struttura D3D12DDICB_OFFERALLOCATIONS viene usata per offrire allocazioni.
Sintassi
typedef struct _D3D12DDICB_OFFERALLOCATIONS {
[in] UINT NumAllocations;
[in] const D3DKMT_HANDLE *HandleList;
D3DDDI_OFFER_PRIORITY Priority;
} D3D12DDICB_OFFERALLOCATIONS;
Members
[in] NumAllocations
Numero di allocazioni nella matrice HandleList.
[in] HandleList
Matrice di tipi di dati D3DKMT_HANDLE che rappresentano handle in modalità kernel alle allocazioni.
Priority
Priorità di allocazione.
Requisiti
Requisito | Valore |
---|---|
Intestazione | d3dumddi.h |