The Dilate node clamps negative values on GPU but works fine on CPU. This is because the minimum value was used as FLT_MIN, but it should actually be -FLT_MAX. Pull Request: https://projects.blender.org/blender/blender/pulls/141144
The Dilate node clamps negative values on GPU but works fine on CPU. This is because the minimum value was used as FLT_MIN, but it should actually be -FLT_MAX. Pull Request: https://projects.blender.org/blender/blender/pulls/141144