mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: disable Vulkan support by default (#17789)
Is was enabled in327326656fwhich 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 commite05e45d62d)
This commit is contained in:
committed by
John Kleinschmidt
parent
d2bff97199
commit
ccad8ec125
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user