ID3D11ShaderTrace::GetTraceStats Method

Returns statistics about the trace.

Syntax

public:
HRESULT GetTraceStats(
         D3D11_TRACE_STATS *pTraceStats
)  

Parameters

pTraceStats
Type: D3D11_TRACE_STATS *

[out] A pointer to a D3D11_TRACE_STATS structure. GetTraceStats fills the members of this structure with statistics about the trace.

Return value

Type: HRESULT 

GetTraceStats returns:

Requirements

Header: Declared in d3d11shadertracing.h.

Library: Use d3d11.lib.

See also

ID3D11ShaderTrace

ID3D11ShaderTrace Members