The Vector Blur implementation slightly differs between CPU and GPU due to different precision in the sqrt2 constant, so use the float variant in CPU to make it closer to GPU.
The Vector Blur implementation slightly differs between CPU and GPU due to different precision in the sqrt2 constant, so use the float variant in CPU to make it closer to GPU.