ID3D11TracingDevice interface
The tracing device interface sets shader tracking information, which enables accurate logging and playback of shader execution.
Members
The ID3D11TracingDevice interface inherits from the IUnknown interface. ID3D11TracingDevice also has these types of members:
Methods
The ID3D11TracingDevice interface has these methods.
| Method | Description |
|---|---|
| SetShaderTrackingOptions |
Sets the reference rasterizer's race-condition tracking options for a specific shader. |
| SetShaderTrackingOptionsByType |
Sets the reference rasterizer's default race-condition tracking options for the specified resource types. |
Remarks
To get this interface, turn on the debug layer and use IUnknown::QueryInterface from the ID3D11Device.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
See also