DkmGPUComputeKernel.GetComputeVectorWidth(Int32) Method

Definition

Obtain the warp size of the hardware or emulator.

public:
 void GetComputeVectorWidth([Runtime::InteropServices::Out] int % Width);
public void GetComputeVectorWidth (out int Width);
member this.GetComputeVectorWidth : int -> unit
Public Sub GetComputeVectorWidth (ByRef Width As Integer)

Parameters

Width
Int32

[Out] Width of the hardware.

Applies to