IDkmGPUComputeKernelOperation.GetThreadId 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 GetThreadId(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ computeThread, [Runtime::InteropServices::Out] cli::array <int> ^ % threadDimensions, [Runtime::InteropServices::Out] int % numberOfDimensions);
public void GetThreadId (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread, out int[] threadDimensions, out int numberOfDimensions);
public void GetThreadId (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread, out int[]? threadDimensions, out int numberOfDimensions);
abstract member GetThreadId : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread * Int32[] * int -> unit
Public Sub GetThreadId (computeThread As DkmGPUComputeThread, ByRef threadDimensions As Integer(), ByRef numberOfDimensions As Integer)
Parameters
- computeThread
- DkmGPUComputeThread
[In] DkmGPUComputeThread represents a compute thread running in the GPU target process.
- threadDimensions
- Int32[]
[Out] Thread group dimensions.
- numberOfDimensions
- Int32
[Out] Number of Thread block dimensions.