IDkmGPUComputeKernelOperation.GetThisThreadDimension(DkmGPUComputeThread, Int32[], Int32) Methode

Definition

Die Dimension des Thread Blocks wird angezeigt.

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);
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)

Parameter

computeThread
DkmGPUComputeThread

In Dkmgpucomputethread stellt einen computethread dar, der im GPU-Ziel Prozess ausgeführt wird.

threadDimensions
Int32[]

Vorgenommen Thread Gruppen Dimensionen.

numberOfDimensions
Int32

Vorgenommen Anzahl der Thread Block Dimensionen.

Gilt für