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
The problem is that we divide the RGB part of the array by its alpha
on each draw. The simple fix is to make a copy but I assume for
efficiency we should only copy when necessary.
* If we didn't start with float RGBA, we already made a copy
* If alpha was an array, we already made a copy
* If the alpha channel is one everywhere, it does not matter
0 commit comments