Retrieves information about the specified step in the trace.
public:
HRESULT GetStep(
UINT stepIndex,
D3D11_TRACE_STEP *pTraceStep
)
stepIndex
Type: UINT
[in] The index of the step within the trace. The range of the index is [0…NumTraceSteps-1], where NumTraceSteps is a member of the D3D11_TRACE_STATS structure. You can retrieve information about a step in any step order.
pTraceStep
Type: D3D11_TRACE_STEP *
[out] A pointer to a D3D11_TRACE_STEP structure. GetStep fills the members of this structure with information about the trace step that is specified by the stepIndex parameter.
Type: HRESULT
GetStep returns:
Header: Declared in d3d11shadertracing.h.
Library: Use d3d11.lib.