IDkmGPUComputeKernelOperation.GetComputeVectorWidth Method

Definition

Obtain the warp size of the hardware or emulator.

public:
 void GetComputeVectorWidth(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeKernel ^ computeKernel, [Runtime::InteropServices::Out] int % width);
public void GetComputeVectorWidth (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel computeKernel, out int width);
abstract member GetComputeVectorWidth : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel * int -> unit
Public Sub GetComputeVectorWidth (computeKernel As DkmGPUComputeKernel, ByRef width As Integer)

Parameters

computeKernel
DkmGPUComputeKernel

[In] DkmGPUComputeKernel represents a GPU compute kernel running in the target process.

width
Int32

[Out] Width of the hardware.

Applies to