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.

MethodDescription
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

D3d12.h

Library

D3D12.lib

DLL

D3D12.dll

See also

IUnknown
Core Interfaces

 

 

Show: