Condividi tramite


struttura D3DDDI_OPENALLOCATIONINFO2 (d3dukmdt.h)

La struttura D3DDDI_OPENALLOCATIONINFO2 descrive un'allocazione da aprire.

Sintassi

typedef struct _D3DDDI_OPENALLOCATIONINFO2 {
  [in]  D3DKMT_HANDLE                         hAllocation;
  [in]  const VOID                            *pPrivateDriverData;
  [in]  UINT                                  PrivateDriverDataSize;
  [out] D3DKMT_ALIGN64 D3DGPU_VIRTUAL_ADDRESS GpuVirtualAddress;
        D3DKMT_ALIGN64 ULONG_PTR              Reserved[6];
} D3DDDI_OPENALLOCATIONINFO2;

Membri

[in] hAllocation

Handle per questa allocazione in questo processo.

[in] pPrivateDriverData

Puntatore al buffer privato del driver per questa allocazione.

[in] PrivateDriverDataSize

Dimensioni in byte del buffer privato del driver per questa allocazione.

[out] GpuVirtualAddress

Indirizzo virtuale GPU dell'allocazione aperta.

Reserved[6]

Riservato.

Fabbisogno

Requisito Valore
intestazione d3dukmdt.h