DkmGPUComputeThread.GetThisThreadDimension(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 GetThisThreadDimension([Runtime::InteropServices::Out] cli::array <int> ^ % ThreadDimensions, [Runtime::InteropServices::Out] int % NumberOfDimensions);
public void GetThisThreadDimension (out int[] ThreadDimensions, out int NumberOfDimensions);
member this.GetThisThreadDimension : Int32[] * int -> unit
Public Sub GetThisThreadDimension (ByRef ThreadDimensions As Integer(), ByRef NumberOfDimensions As Integer)
Parameters
- ThreadDimensions
- Int32[]
[Out] Thread group dimensions.
- NumberOfDimensions
- Int32
[Out] Number of Thread block dimensions.