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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

GlobalCEFApp.EnableGPU

Post Reply
andreykrasnodar
Posts: 112
Joined: Wed Jul 01, 2020 10:22 am

GlobalCEFApp.EnableGPU

Post 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.
dilfich
Posts: 368
Joined: Thu Nov 30, 2017 1:17 am

Re: GlobalCEFApp.EnableGPU

Post by dilfich »

See what you need and add it yourself.
something like that..

Code: Select all

commandLine.AppendSwitch('--enable-gpu-rendering');
andreykrasnodar
Posts: 112
Joined: Wed Jul 01, 2020 10:22 am

Re: GlobalCEFApp.EnableGPU

Post 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
Post Reply