structure D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS (d3dkmthk.h)
Indicateurs de composition post-superposition multiplane.
Syntaxe
typedef struct _D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS {
union {
struct {
UINT VerticalFlip : 1;
UINT HorizontalFlip : 1;
UINT Reserved : 30;
};
UINT Value;
};
} D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS;
Membres
VerticalFlip
Le plan de superposition doit retourner les données verticalement.
HorizontalFlip
Le plan de superposition doit retourner les données horizontalement.
Reserved
Réservé à une utilisation interne.
Value
Valeur utilisée pour fonctionner sur les autres membres.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | d3dkmthk.h |