commit | 4bfc1539c391c8b80c2a9d034d5e959be531119c | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Apr 14 18:15:14 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Tue Apr 14 18:15:14 2020 +0000 |
tree | 16f71855855ebe922d32f556485bca74eafd8fbc | |
parent | 797fa62b9178ef8a4ac1fdf87177f5756e80f854 [diff] |
Make a static const variable constexpr in BitSetIterator This was found during some changes in Google3. Also renames BitsPerWord to kBitsPerWord. Bug: Change-Id: I80cfe3a391963c2da376a7d8eadfc2797df01894 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/19286 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.