Page 1 of 1

options for --use-gl on Windows VM

PostPosted: Wed Mar 31, 2021 6:24 pm
by user6294
Hi

CEF 79.x, on shutdown, I get a suspended process left behind. On normal physical Windows 7 64-bit desktop our CEF application shutdowns fine.

I want to run with GPU enabled via --enable-gpu.

I understand I need to specify GL implementation, what should I use which is Guaranteed to work on a Windows VM

--use-gl=desktop

--use-gl=egl

--use-gl=swiftshader

Thanks