structure D3DDDI_OFFER_FLAGS (d3dukmdt.h)
Indicateurs d’offre.
Syntaxe
typedef struct D3DDDI_OFFER_FLAGS {
union {
struct {
UINT AllowDecommit : 1;
UINT Reserved : 31;
};
UINT Value;
};
} D3DDDI_OFFER_FLAGS;
Membres
AllowDecommit
Autoriser le décommit.
Reserved
Réservé.
Value
Exigences
Exigence | Valeur |
---|---|
d’en-tête | d3dukmdt.h |