docs: command line flags for GPU controls (#25589)
This commit is contained in:
parent
99a4284174
commit
8970c80520
1 changed files with 8 additions and 0 deletions
|
@ -198,6 +198,14 @@ logging level for all code in the source files under a `foo/bar` directory.
|
||||||
|
|
||||||
This switch only works when `--enable-logging` is also passed.
|
This switch only works when `--enable-logging` is also passed.
|
||||||
|
|
||||||
|
### --force_high_performance_gpu
|
||||||
|
|
||||||
|
Force using discrete GPU when there are multiple GPUs available.
|
||||||
|
|
||||||
|
### --force_low_power_gpu
|
||||||
|
|
||||||
|
Force using integrated GPU when there are multiple GPUs available.
|
||||||
|
|
||||||
## Node.js Flags
|
## Node.js Flags
|
||||||
|
|
||||||
Electron supports some of the [CLI flags][node-cli] supported by Node.js.
|
Electron supports some of the [CLI flags][node-cli] supported by Node.js.
|
||||||
|
|
Loading…
Reference in a new issue