Skip to content

Commit

Permalink
changed gpu ignore flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Iznogohul committed Jan 28, 2024
1 parent e2c53ba commit 8eaf84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/browser-gpu.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class BrowserGpuService {
enableGpuFlags = [
'--enable-zero-copy',
'--num-raster-threads=4',
'--ignore-gpu-blacklist',
'--ignore-gpu-blocklist',
'--enable-gpu-rasterization',
];
disableGpuFlags = ['--disable-gpu'];
Expand Down

0 comments on commit 8eaf84b

Please sign in to comment.