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.
Describes timing and composition information.
Syntax
typedef struct tagCOMPOSITION_STATS {
UINT presentCount;
UINT refreshCount;
UINT virtualRefreshCount;
UINT64 time;
} COMPOSITION_STATS;
Members
presentCount
Type: UINT
The running total count of times that a frame was presented to the target.
refreshCount
Type: UINT
The running total count of v-blanks at which the last frame was presented to the target.
virtualRefreshCount
Type: UINT
time
Type: UINT64
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Build 22000 |
| Minimum supported server | Windows Build 22000 |
| Header | dcomptypes.h |