DXGK_HWQUEUEDFLIP_CAPS struttura (d3dkmddi.h)
La struttura DXGK_HWQUEUEDFLIP_CAPS descrive le funzionalità della coda di capovolgimento hardware.
Sintassi
typedef struct _DXGK_HWQUEUEDFLIP_CAPS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGK_HWQUEUEDFLIP_CAPS;
Members
Reserved
Riservato per l'utilizzo nel sistema.
Value
Un modo alternativo per accedere ai bit dell'unione.
Commenti
Per altre informazioni, vedere Coda di capovolgimento hardware .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 |
Intestazione | d3dkmddi.h |