struttura DXGK_DESTROYNATIVEFENCE_FLAGS (d3dkmddi.h)
DXGK_DESTROYNATIVEFENCE_FLAGS specifica i flag da usare quando si elimina un recinto GPU nativo globale.
typedef struct _DXGK_DESTROYNATIVEFENCE_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGK_DESTROYNATIVEFENCE_FLAGS;
Reserved
Riservato per l'utilizzo nel sistema.
Value
Un modo alternativo per accedere ai membri della struttura.
Per altre informazioni sulle recinzioni GPU native, vedere Oggetti di isolamento GPU nativi.
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 versione 24H2 |
Intestazione | d3dkmddi.h |