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
Fix combining AI and LOD Bias texture sampling coordinates
This change is to avoid incorrect constant folding results for negative values of AI (array index) coordinates. FPTOUI may produce poison values for such values.
0 commit comments