Partilhar via


estrutura IDARG_IN_RELEASEANDACQUIREBUFFER2 (iddcx.h)

A estrutura IDARG_IN_RELEASEANDACQUIREBUFFER2 contém argumentos de entrada para a função deIddCxSwapChainReleaseAndAcquireBuffer2.

Sintaxe

struct IDARG_IN_RELEASEANDACQUIREBUFFER2 {
  UINT Size;
  BOOL AcquireSystemMemoryBuffer;
};

Membros

Size

[in] Tamanho total dessa estrutura, em bytes.

AcquireSystemMemoryBuffer

[in] Valor booliano. Quando um driver define esse campo como TRUE, o sistema operacional preenche uma estrutura IDDCX_SYSTEM_BUFFER_INFO em IDDCX_METADATA2. Isso é equivalente a um driver pré-1.10 chamando IddCxSwapChainReleaseAndAcquireSystemBuffer em vez de IddCxSwapChainReleaseAndAcquireBuffer.

Observações

Para obter mais informações sobre o suporte ao HDR, consulte atualizações do IddCx versão 1.10.

Requisitos

Requisito Valor
de cliente com suporte mínimo Windows 11, versão 22H2 Atualização de setembro (IddCx versão 1.10)
cabeçalho iddcx.h

Consulte também

IDARG_OUT_RELEASEANDACQUIREBUFFER2

IddCxSwapChainReleaseAndAcquireBuffer2