DkmGPUComputeKernel.GetCurrentGroupDimensions(Int32[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the dimension of the thread block.
public:
void GetCurrentGroupDimensions([Runtime::InteropServices::Out] cli::array <int> ^ % GroupDimensions, [Runtime::InteropServices::Out] int % NumberOfDimensions);
public void GetCurrentGroupDimensions (out int[] GroupDimensions, out int NumberOfDimensions);
member this.GetCurrentGroupDimensions : Int32[] * int -> unit
Public Sub GetCurrentGroupDimensions (ByRef GroupDimensions As Integer(), ByRef NumberOfDimensions As Integer)
Parameters
- GroupDimensions
- Int32[]
[Out] Grid Dimensions.
- NumberOfDimensions
- Int32
[Out] Number of Grid dimensions.