docs: add missing explanation for [angle|dawn]_enable_vulkan_validation_layers = false (#34216)

This commit is contained in:
Milan Burda 2022-05-16 22:18:01 +02:00 committed by GitHub
parent 7af0b58c98
commit 4aba68a59d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,9 @@ proprietary_codecs = true
ffmpeg_branding = "Chrome"
enable_basic_printing = true
# Removes DLLs from the build, which are only meant to be used for Chromium development.
# See https://github.com/electron/electron/pull/17985
angle_enable_vulkan_validation_layers = false
dawn_enable_vulkan_validation_layers = false