Condividi tramite


struttura IDARG_IN_RELEASEANDACQUIREBUFFER2 (iddcx.h)

La struttura IDARG_IN_RELEASEANDACQUIREBUFFER2 contiene argomenti di input per la funzione IddCxSwapChainReleaseAndAcquireBuffer2 .

Sintassi

struct IDARG_IN_RELEASEANDACQUIREBUFFER2 {
  UINT Size;
  BOOL AcquireSystemMemoryBuffer;
};

Members

Size

[in] Dimensioni totali di questa struttura, in byte.

AcquireSystemMemoryBuffer

[in] Valore booleano. Quando un driver imposta questo campo su TRUE, il sistema operativo compila una struttura IDDCX_SYSTEM_BUFFER_INFO in IDDCX_METADATA2. Equivale a un driver pre-1.10 che chiama IddCxSwapChainReleaseAndAcquireSystemBuffer anziché IddCxSwapChainReleaseAndAcquireBuffer.

Commenti

Per altre informazioni sul supporto HDR, vedi Aggiornamenti di IddCx versione 1.10.

Requisiti

Requisito Valore
Client minimo supportato aggiornamento di settembre Windows 11 versione 22H2 (IddCx versione 1.10)
Intestazione iddcx.h

Vedi anche

IDARG_OUT_RELEASEANDACQUIREBUFFER2

IddCxSwapChainReleaseAndAcquireBuffer2