JannisX11 / blockbench

Blockbench - A low poly 3D model editor
https://www.blockbench.net
GNU General Public License v3.0
3.05k stars 271 forks source link

Update GPU Blacklist & Blocklist Flags #2356

Open SBtree-bit opened 1 month ago

SBtree-bit commented 1 month ago

The GPU blacklist & blocklist flags needed to be updated. The current code only passed in --ignore-gpu-blacklist and --ignore-gpu-blocklist, but --gpu, --gpu-launcher, and --in-process-gpu needed to be passed in as well for Blockbench to work.

JannisX11 commented 1 month ago

Is this documented anywhere? On what systems does this help the renderer to work?

SBtree-bit commented 1 month ago

I'm not sure what exactly about my setup caused this to not work, but I'm on an M1 Macbook Air running MacOS Sonoma (v14.4.1) and Blockbench stopped working for this exact reason. I found this post, which helped me understand which flags I should use to reenable WebGL and used app.commandLine.appendSwitch to turn them on.