Add missing space in the description of Toggle::DisallowSpirv

BUG=chromium:1214923

Change-Id: Iac9dce87c86c38175f9081de9fc8611a3b0040f5
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/84800
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Jiawei Shao 2022-03-25 07:08:07 +00:00 committed by Dawn LUCI CQ
parent 1e988b417c
commit 59f4320f83
1 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@ namespace dawn::native {
"https://crbug.com/dawn/776"}},
{Toggle::DisallowSpirv,
{"disallow_spirv",
"Disallow usage of SPIR-V completely so that only WGSL is used for shader modules."
"This is useful to prevent a Chromium renderer process from successfully sending"
"Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. "
"This is useful to prevent a Chromium renderer process from successfully sending "
"SPIR-V code to be compiled in the GPU process.",
"https://crbug.com/1214923"}},
{Toggle::DumpShaders,