Compartilhar via


estrutura IDARG_IN_RELEASEANDACQUIREBUFFER2 (iddcx.h)

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

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 que chama IddCxSwapChainReleaseAndAcquireSystemBuffer em vez de IddCxSwapChainReleaseAndAcquireBuffer.

Comentários

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

Requisitos

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

Confira também

IDARG_OUT_RELEASEANDACQUIREBUFFER2

IddCxSwapChainReleaseAndAcquireBuffer2