ID3D12Tools interface
This interface is used to configure the runtime for tools such as PIX. Its not intended or supported for any other scenario.
Members
The ID3D12Tools interface inherits from the IUnknown interface. ID3D12Tools also has these types of members:
Methods
The ID3D12Tools interface has these methods.
| Method | Description |
|---|---|
| EnableShaderInstrumentation |
This method enables tools such as PIX to instrument shaders. |
| ShaderInstrumentationEnabled |
Determines whether shader instrumentation is enabled. |
Remarks
Do not use this interface in your application, its not intended or supported for any scenario other than to enable tooling such as PIX.
Developer Mode must be enabled for this interface to respond.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also