DkmGPUComputeThread.GetGroupId(Int32[], Int32) Method

Definition

Get the dimension of the thread block.

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

Parameters

GroupDimensions
Int32[]

[Out] Grid dimensions.

NumberOfDimensions
Int32

[Out] Number of Grid dimensions.

Applies to