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
Chromium fails on the following call; Firefox and WebKit do not.
// Uncaught TypeError: Failed to execute 'uniform1fv' on 'WebGLRenderingContext':// The provided float value is non-finite.gl.uniform1fv(location,[NaN]);
Thanks for finding this. Could you please file a crbug with a tiny test case (if an exception's produced, test fails, otherwise test passes) and point me to it? Blink's IDL team will need to look at this.
Thanks again @lexaknyazev for finding this and filing crbug.com/361823993 . It turned out this was a regression with major impact. It's very important that tests be added which pass arrays including non-finite float values to various WebGL API entry points.
Chromium fails on the following call; Firefox and WebKit do not.
Relevant WebIDL entries:
@kenrussell FYI
The text was updated successfully, but these errors were encountered: