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.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Build 22000 |
| Minimum supported server | Windows Build 22000 |
| Header | dcomptypes.h |