DkmGPUComputeKernel.GetComputeVectorWidth(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.
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.