DXGKARG_UPDATEHWCONTEXTSTATE structure (d3dkmddi.h)
Used to update the context state.
Syntax
typedef struct _DXGKARG_UPDATEHWCONTEXTSTATE {
HANDLE hHwContext;
UINT64 ContextSwitchFence;
UINT Priority;
DXGK_UPDATEHWCONTEXTSTATE_FLAGS Flags;
} DXGKARG_UPDATEHWCONTEXTSTATE;
Members
hHwContext
The hardware context whose priority or execution state is being changed.
ContextSwitchFence
Context switch fence value associated with this state change request.
Priority
Execution priority of this context relative to other running contexts on this node.
Flags
Context execution state flags.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |