How to switch Safari WebGL rendering engine from Metal to OpenGL
Following up on a previous question, I have a WebGL application that suffers serious performance issues under Chrome v127 until I set a flag to switch the backend WebGL renderer from Metal/ANGLE to OpenGL. I have a workaround on that browser to direct users to adjust that flag setting and reload the browser, which may be workable for now.