Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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 |