You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This warning is emitted when a coverage value (I.e how much of the pixel to cover in) is clamped down from it's maximum value during rasterisation.
Although floating points values can lose precision, I think this is a genuine issue / bug in the rasterizer an indicates some of the calculations are incorrect.
The text was updated successfully, but these errors were encountered:
This warning is emitted when a coverage value (I.e how much of the pixel to cover in) is clamped down from it's maximum value during rasterisation.
Although floating points values can lose precision, I think this is a genuine issue / bug in the rasterizer an indicates some of the calculations are incorrect.
The text was updated successfully, but these errors were encountered: