Condividi tramite


IDARG_OUT_QUERYTARGET_INFO struttura (iddcx.h)

La struttura IDARG_OUT_QUERYTARGET_INFO contiene argomenti di output per la funzione di callback EVT_IDD_CX_ADAPTER_QUERY_TARGET_INFO .

Sintassi

struct IDARG_OUT_QUERYTARGET_INFO {
  IDDCX_TARGET_CAPS             TargetCaps;
  IDDCX_WIRE_BITS_PER_COMPONENT DitheringSupport;
};

Members

TargetCaps

Valore IDDCX_TARGET_CAPS che identifica le funzionalità della destinazione.

DitheringSupport

Struttura IDDCX_WIRE_BITS_PER_COMPONENT che identifica il supporto di dithering. Il driver deve impostare il bit di formato di filo per ogni formato in cui il driver e l'hardware supportano il dithering che è utile per la qualità dell'immagine quando il formato del pixel di origine è maggiore della precisione del formato di filo.

Commenti

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

Requisiti

Requisito Valore
Client minimo supportato Windows 11, versione 22H2 Settembre Update (IddCx versione 1.10)
Intestazione iddcx.h

Vedi anche

EVT_IDD_CX_ADAPTER_QUERY_TARGET_INFO

IDDCX_TARGET_CAPS

IDDCX_WIRE_BITS_PER_COMPONENT