ID3D11TracingDevice::SetShaderTrackingOptions method
Sets the reference rasterizer's race-condition tracking options for a specific shader.
Syntax
HRESULT SetShaderTrackingOptions( [in] IUnknown *pShader, [in] UINT Options );
Parameters
- pShader [in]
-
A pointer to the IUnknown interface of a shader.
- Options [in]
-
A combination of D3D11_SHADER_TRACKING_OPTIONS-typed flags that are combined by using a bitwise OR operation. The resulting value identifies tracking options. If a flag is present, the tracking option that the flag represents is set to "on"; otherwise the tracking option is set to "off."
Return value
This method returns one of the Direct3D 11 return codes.
Remarks
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
See also