Compartilhar via


estrutura D3D12DDICB_OFFERALLOCATIONS (d3dumddi.h)

A estrutura D3D12DDICB_OFFERALLOCATIONS é usada para oferecer alocações.

Sintaxe

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

Membros

[in] NumAllocations

O número de alocações na matriz HandleList.

[in] HandleList

Uma matriz de D3DKMT_HANDLE tipos de dados que representam identificadores do modo kernel para as alocações.

Priority

A prioridade de alocação.

Requisitos

Requisito Valor
Cabeçalho d3dumddi.h