DXGK_SCHEDULING_LOG_OPERATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef enum _DXGK_SCHEDULING_LOG_OPERATION {
  DXGK_SCHEDULING_LOG_OPERATION_CONTEXT_STATE_CHANGE
} DXGK_SCHEDULING_LOG_OPERATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-_dxgk_scheduling_log_operation)

_DXGK_SCHEDULING_LOG_OPERATION enumeration

Description

Describes the log operations. Each operation type has a corresponding data structure for storing its context.

Constants

DXGK_SCHEDULING_LOG_OPERATION_CONTEXT_STATE_CHANGE

The log operation is context state change.

Remarks

See also