IDkmGPURegisterOperation Interface

Definition

Implemented by base debug monitors to provide access to the registers of the GPU compute thread.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.

public interface class IDkmGPURegisterOperation
public interface class IDkmGPURegisterOperation
__interface IDkmGPURegisterOperation
public interface IDkmGPURegisterOperation
type IDkmGPURegisterOperation = interface
Public Interface IDkmGPURegisterOperation

Methods

GetRegisterDescriptions(DkmGPUComputeThread)

Obtain the list of all register descriptions from the GPU compute thread.

SetRegisterValue(DkmGPUComputeThread, DkmGPURegisterDescription, ReadOnlyCollection<Byte>)

Set the value of a register in the GPU compute thread.

Applies to