How to enable WebGL in Chrome

Check your GPU state on chrome://gpu. If it reads "WebGL: Hardware accelerated" in the first list, you're set. Else:

  1. Make sure chrome://flags/#disable-webgl is disabled (there should be a link "Enable")
  2. If that does not help, try to additionally enable chrome://flags/#ignore-gpu-blacklist.
Dominik Schöler