struttura DXGK_DESTROYNATIVEFENCE_FLAGS (d3dkmddi.h)

DXGK_DESTROYNATIVEFENCE_FLAGS specifica i flag da usare quando si elimina un recinto GPU nativo globale.

Sintassi

typedef struct _DXGK_DESTROYNATIVEFENCE_FLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} DXGK_DESTROYNATIVEFENCE_FLAGS;

Members

Reserved

Riservato per l'utilizzo nel sistema.

Value

Un modo alternativo per accedere ai membri della struttura.

Commenti

Per altre informazioni sulle recinzioni GPU native, vedere Oggetti di isolamento GPU nativi.

Requisiti

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

Vedi anche

DXGKARG_DESTROYNATIVEFENCE

DxgkDdiDestroyNativeFence