Condividi tramite


DXGK_OPENNATIVEFENCE_FLAGS struttura (d3dkmddi.h)

DXGK_OPENNATIVEFENCE_FLAGS specifica i flag da usare quando si apre una recinzione GPU nativa.

Sintassi

typedef struct _DXGK_OPENNATIVEFENCE_FLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} DXGK_OPENNATIVEFENCE_FLAGS;

Members

Reserved

Riservato per l'utilizzo nel sistema.

Value

Un modo alternativo per accedere ai membri della struttura.

Commenti

Per altre informazioni sulle barriere GPU native, vedere Oggetti di recinzione GPU nativa.

Requisiti

Requisito Valore
Client minimo supportato Windows 11, versione 24H2
Intestazione d3dkmddi.h

Vedi anche

DXGKARG_CREATENATIVEFENCE

DxgkDdiOpenNativeFence