commit | 40358fde0b497a39632ff8be53a95beb9e3d1732 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Mon Jan 30 13:51:32 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 30 13:51:32 2023 +0000 |
tree | ba9b0badeb5610abc9a15ff3ed10bfc38811ecd9 | |
parent | 46d7c5e0649678205decb7b37d4d93bfecac571b [diff] |
Make EnumClassBitmask's BoolConvertible constructor explicit. The implicit constructor seemed to confuse MSVC 14.29 when it tries to find overloads of == or != with bitmasks. It didn't help fix compilation but at least it's cleaner. Bug: None Change-Id: I40d9f831701113d021fc40862657a28f359d1ced Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117887 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.