예제 #1
0
 /// <inheritdoc />
 public void Dispatch(int threadCountX, int threadCountY, int threadCountZ)
 {
     NativeDeviceContext.Dispatch(threadCountX, threadCountY, threadCountZ);
 }