From e22487f18cfa0093b6035ea932bebe5633971d5c Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Wed, 20 Apr 2022 16:27:35 +0000 Subject: [PATCH] Ignore BindingLayoutEntryInitializationHelper for runtime/explicit. This CL ignores runtime/explicit on BindingLayoutEntryInitializationHelper. Bug: dawn:1339 Change-Id: I3b4554387138ea77648be7a1e4f714f269996acc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86643 Kokoro: Kokoro Reviewed-by: Corentin Wallez Commit-Queue: Dan Sinclair Auto-Submit: Dan Sinclair --- src/dawn/utils/WGPUHelpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dawn/utils/WGPUHelpers.h b/src/dawn/utils/WGPUHelpers.h index 21d1239412..22773bffbb 100644 --- a/src/dawn/utils/WGPUHelpers.h +++ b/src/dawn/utils/WGPUHelpers.h @@ -134,6 +134,7 @@ namespace utils { wgpu::ShaderStage entryVisibility, wgpu::ExternalTextureBindingLayout* bindingLayout); + // NOLINTNEXTLINE(runtime/explicit) BindingLayoutEntryInitializationHelper(const wgpu::BindGroupLayoutEntry& entry); };