Tagged Questions
3
votes
2answers
795 views
Disable V-sync in WebGL?
Normally my app runs at 60 fps, But when I add some simple models it decreases to 40fps.
I think v-sync on, which is might be causing it to run slower.
Is there any way to disable v-sync in WebGL?
...