Page 1 of 1
GlobalCEFApp.EnableGPU
Posted: Sat Aug 08, 2020 7:13 pm
by andreykrasnodar
There is no GlobalCEFApp in older versions (for WindowsXP). Is there an analog of GlobalCEFApp.EnableGPU?
I want my application to work much faster on 400 MHz + 2GB RAM computer.
Re: GlobalCEFApp.EnableGPU
Posted: Mon Aug 10, 2020 7:39 am
by dilfich
See what you need and add it yourself.
something like that..
Code: Select all
commandLine.AppendSwitch('--enable-gpu-rendering');
Re: GlobalCEFApp.EnableGPU
Posted: Mon Aug 10, 2020 11:18 am
by andreykrasnodar
dilfich wrote: Mon Aug 10, 2020 7:39 am
See what you need and add it yourself.
something like that..
Code: Select all
commandLine.AppendSwitch('--enable-gpu-rendering');
Thanks. I checked it on 2 computers an unfortunatelly do not see differences.
I want to know more options. Not only
--enable-gpu-rendering