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.
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
GlobalCEFApp.EnableGPU
Re: GlobalCEFApp.EnableGPU
See what you need and add it yourself.
something like that..
something like that..
Code: Select all
commandLine.AppendSwitch('--enable-gpu-rendering');
-
- Posts: 112
- Joined: Wed Jul 01, 2020 10:22 am
Re: GlobalCEFApp.EnableGPU
Thanks. I checked it on 2 computers an unfortunatelly do not see differences.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');
I want to know more options. Not only --enable-gpu-rendering