COMPOSITION_FRAME_ID_TYPE enumeration (dcomptypes.h)
Defines constants that specify the status of a compositor frame.
Syntax
typedef enum COMPOSITION_FRAME_ID_TYPE {
COMPOSITION_FRAME_ID_CREATED,
COMPOSITION_FRAME_ID_CONFIRMED,
COMPOSITION_FRAME_ID_COMPLETED
} ;
Constants
COMPOSITION_FRAME_ID_CREATEDThe compositor has started working on the frame. |
COMPOSITION_FRAME_ID_CONFIRMEDCPU work is completed and any presents have taken place. |
COMPOSITION_FRAME_ID_COMPLETEDGPU work is completed for all render targets associated with the frame. |
Requirements
| Minimum supported client | Windows Build 22000 |
| Minimum supported server | Windows Build 22000 |
| Header | dcomptypes.h |