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_CREATED
The compositor has started working on the frame.
COMPOSITION_FRAME_ID_CONFIRMED
CPU work is completed and any presents have taken place.
COMPOSITION_FRAME_ID_COMPLETED
GPU 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