Enable WebGL on Chrome
First, enable hardware acceleration: Go to chrome://settings Click the + Show advanced settings button In the System section, ensure the Use hardware acceleration when available checkbox is checked (you'll need to relaunch Chrome for any changes to take effect) Then enable WebGL: Go to chrome://flags Enable Override software rendering list , WebGL Draft Extensions and WebGL 2.0 Prototype Ensure that Disable WebGL is not activated (you'll need to relaunch Chrome for any changes to take effect) Then inspect the status of WebGL: Go to chrome://gpu Inspect the WebGL item in the Graphics Feature Status list. The status will be one of the following: Hardware accelerated — WebGL is enabled and hardware-accelerated (running on the graphics card). Software only, hardware acceleration unavailable — WebGL is enabled, but running in software. See...