DkmGPUComputeThread.GetThisGroupDimension(Int32[], Int32) Method

Definition

Get the dimension of the thread block.

public:
 void GetThisGroupDimension([Runtime::InteropServices::Out] cli::array <int> ^ % GroupDimensions, [Runtime::InteropServices::Out] int % NumberOfDimensions);
public void GetThisGroupDimension (out int[] GroupDimensions, out int NumberOfDimensions);
member this.GetThisGroupDimension : Int32[] * int -> unit
Public Sub GetThisGroupDimension (ByRef GroupDimensions As Integer(), ByRef NumberOfDimensions As Integer)

Parameters

GroupDimensions
Int32[]

[Out] Grid dimensions.

NumberOfDimensions
Int32

[Out] Number of Grid dimensions.

Applies to