IDkmGPUComputeKernelOperation.GetThisThreadDimension Method

Definition

Get the dimension of the thread block.

public:
 void GetThisThreadDimension(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ computeThread, [Runtime::InteropServices::Out] cli::array <int> ^ % threadDimensions, [Runtime::InteropServices::Out] int % numberOfDimensions);
public void GetThisThreadDimension (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread, out int[] threadDimensions, out int numberOfDimensions);
public void GetThisThreadDimension (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread, out int[]? threadDimensions, out int numberOfDimensions);
abstract member GetThisThreadDimension : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread * Int32[] * int -> unit
Public Sub GetThisThreadDimension (computeThread As DkmGPUComputeThread, ByRef threadDimensions As Integer(), ByRef numberOfDimensions As Integer)

Parameters

computeThread
DkmGPUComputeThread

[In] DkmGPUComputeThread represents a compute thread running in the GPU target process.

threadDimensions
Int32[]

[Out] Thread group dimensions.

numberOfDimensions
Int32

[Out] Number of Thread block dimensions.

Applies to