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 <noreply+kokoro@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
dan sinclair 2022-04-20 16:27:35 +00:00 committed by Dawn LUCI CQ
parent 803f033392
commit e22487f18c
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ namespace utils {
wgpu::ShaderStage entryVisibility,
wgpu::ExternalTextureBindingLayout* bindingLayout);
// NOLINTNEXTLINE(runtime/explicit)
BindingLayoutEntryInitializationHelper(const wgpu::BindGroupLayoutEntry& entry);
};