DXGK_SCHEDULING_LOG_BUFFER - NtDoc

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

typedef struct _DXGK_SCHEDULING_LOG_BUFFER {
  DXGK_SCHEDULING_LOG_HEADER Header;
  DXGK_SCHEDULING_LOG_ENTRY  Entries[1];
} DXGK_SCHEDULING_LOG_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_scheduling_log_buffer)

_DXGK_SCHEDULING_LOG_BUFFER structure

Description

Information about the passed buffer as a scheduling log for a particular GPU node.

Members

Pointer to a DXGK_SCHEDULING_LOG_HEADER structure that contains information about the scheduling log header.

Entries

Pointer to DXGK_SCHEDULING_LOG_ENTRY that contains information about the scheduling log entry.

Remarks

See also