Share via


D3DKMT_TRACKEDWORKLOADDEADLINETYPE enumeration

Specifies the tracked workload deadline type.

Note

This Tracked Workload implementation is removed from Windows 10 version 2003 until further notice, and was deprecated from earlier OS versions as part of a security fix.

Syntax

typedef enum _D3DKMT_TRACKEDWORKLOADDEADLINETYPE {
  D3DKMT_TRACKEDWORKLOADDEADLINETYPE_ABSOLUTE,
  D3DKMT_TRACKEDWORKLOADDEADLINETYPE_VBLANK
} D3DKMT_TRACKEDWORKLOADDEADLINETYPE;

Constants

D3DKMT_TRACKEDWORKLOADDEADLINETYPE_ABSOLUTE The deadline is absolute, given in QPC (query performance counter).
D3DKMT_TRACKEDWORKLOADDEADLINETYPE_VBLANK The deadline is given as an offset to the next VBLANK (vertical blanking interval), in hundreds of nanoseconds. Note that there’s currently no way to skip a VBLANK.

Requirements

Header d3dkmthk.h