Sometimes vsync is not desired when testing WebGL and other animations in Chrome. This is how to launch chrome without vsync in OSX, from the command line.
open -a "Google Chrome" --args --disable-gpu-vsync
Happy coding.
Sometimes vsync is not desired when testing WebGL and other animations in Chrome. This is how to launch chrome without vsync in OSX, from the command line.
open -a "Google Chrome" --args --disable-gpu-vsync
Happy coding.