Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Plane-specific output flags.
Syntax
typedef struct _D3DKMT_PLANE_SPECIFIC_OUTPUT_FLAGS {
union {
struct {
UINT FlipConvertedToImmediate : 1;
UINT Reserved : 31;
};
UINT Value;
};
} D3DKMT_PLANE_SPECIFIC_OUTPUT_FLAGS;
Members
FlipConvertedToImmediate
Flip converted to immediate.
Reserved
Reserved for internal use.
Value
The value used to operate over the other members.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |