Ejemplo n.º 1
0
 public static void DistpachHorizontal(int width)
 {
     TransferShader.Dispatch(TransferShader.KernelType.Horizontal, 1, width);
 }
Ejemplo n.º 2
0
 public static void DispatchVertical(int height)
 {
     TransferShader.Dispatch(TransferShader.KernelType.Vertical, height, 1);
 }