Skip to content

Commit

Permalink
build: disable Vulkan support by default (#17789)
Browse files Browse the repository at this point in the history
Is was enabled in
https://chromium.googlesource.com/chromium/src.git/+/327326656f2c8c45ecb0ff4675e5c577e7c275ef
which landed in 69.0.3460.0

Vulkan support would require a command line parameter "--enable-vulkan"
to be passes to a binary to be enabled anyway,
so this change doesn't actual alter the current behaviour of Electron.

(cherry picked from commit e05e45d)
  • Loading branch information
alexeykuzmin authored and John Kleinschmidt committed Apr 16, 2019
1 parent d2bff97 commit ccad8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/args/all.gn
Expand Up @@ -8,6 +8,7 @@ v8_embedder_string = "-electron.0"

enable_cdm_host_verification = false
enable_extensions = false
enable_vulkan = false
proprietary_codecs = true
ffmpeg_branding = "Chrome"

Expand Down

0 comments on commit ccad8ec

Please sign in to comment.