redphx
redphx
`backlog` label = not important
If possible, please also rename `Android System WebView` name to something like `Thorium WebView`. Thanks.
Thank you. I'm busy with updating the Android app at the moment so don't expect me to check on this MR right away. > One more note, I was unable...
It's possible to make a Electron app, but I'm only focusing on the script and Android app at the moment.
Visit `chrome://gpu` and share the report file
- Do you have the same problem on this page: https://www.shadertoy.com/view/ftsXzM - Try enabling the `ignore-gpu-blocklist` flag: `chrome://flags/#ignore-gpu-blocklist`
Looks like you have a similar problem on shadertoy. Rendering 640x360 uses 40% of CPU.
Try this setting in 5.4.1. It was set to "High performance" in previous versions.
Please try with Firefox
Try to find this line in the script, replace `webgl2` with `webgl` ```js // From const gl = this.#$canvas.getContext("webgl2", { // To const gl = this.#$canvas.getContext("webgl", { ``` No, AMD...