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 took me a while to figure out, but I'm pretty sure it's due to changes in the implementation of performance.now() in order to mitigate its use in timing attacks that take advantage of Spectre. See the note at the top here: https://developer.mozilla.org/en-US/docs/Web/API/Performance/now
I can't promise I'll fix this anytime soon, but I would like to preserve this repo as a resource for basic GLSL in the browser. If I can't find an alternative to calling that function it may just make sense to keep the FPS static since that's not really the point of this code anyway.
Hi,
I opened the demo but it's just a black screen with two sliders and dropdown. Is something supposed to render?
The text was updated successfully, but these errors were encountered: