DXGK_SCHEDULING_LOG_BUFFER structure (d3dkmddi.h)
Information about the passed buffer as a scheduling log for a particular GPU node.
Syntax
typedef struct _DXGK_SCHEDULING_LOG_BUFFER {
DXGK_SCHEDULING_LOG_HEADER Header;
DXGK_SCHEDULING_LOG_ENTRY Entries[1];
} DXGK_SCHEDULING_LOG_BUFFER;
Members
Header
Pointer to a DXGK_SCHEDULING_LOG_HEADER structure that contains information about the scheduling log header.
Entries[1]
Pointer to DXGK_SCHEDULING_LOG_ENTRY that contains information about the scheduling log entry.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |