DkmGPUComputeThread.SetRegisterValue Method

Definition

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

public:
 void SetRegisterValue(Microsoft::VisualStudio::Debugger::GPU::DkmGPURegisterDescription RegisterDescription, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ RegisterValue);
public void SetRegisterValue (Microsoft.VisualStudio.Debugger.GPU.DkmGPURegisterDescription RegisterDescription, System.Collections.ObjectModel.ReadOnlyCollection<byte> RegisterValue);
member this.SetRegisterValue : Microsoft.VisualStudio.Debugger.GPU.DkmGPURegisterDescription * System.Collections.ObjectModel.ReadOnlyCollection<byte> -> unit
Public Sub SetRegisterValue (RegisterDescription As DkmGPURegisterDescription, RegisterValue As ReadOnlyCollection(Of Byte))

Parameters

RegisterDescription
DkmGPURegisterDescription

[In] The description of a register from the GPU compute thread.

RegisterValue
ReadOnlyCollection<Byte>

[In] The value bytes of a register to be written in the GPU compute thread.

Applies to