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
[qtAliceVision] FloatImageViewer: Clamp color values in fragment shader
Clamp negative values in the FloatImageViewer fragment shader before
performing the successive `pow`. The result of `pow` is undefined when
it is provided negative values. On Linux platforms, it still gives the
expected result, but on Windows this leads to issues.
0 commit comments