DXGK_HWQUEUEDFLIP_CAPS structure (d3dkmddi.h)
The DXGK_HWQUEUEDFLIP_CAPS structure describes hardware flip queue capabilities.
Syntax
typedef struct _DXGK_HWQUEUEDFLIP_CAPS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGK_HWQUEUEDFLIP_CAPS;
Members
Reserved
Reserved for system use.
Value
An alternative way to access the union's bits.
Remarks
See Hardware flip queue for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Header | d3dkmddi.h |