commit | 6c1d646ee9d4120dcdf344b3fee01f3fdf79390c | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue Feb 25 16:23:17 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Tue Feb 25 16:23:17 2020 +0000 |
tree | 04818fdaf8b74f75251dd64ba58521888b5f3de9 | |
parent | 5a921f8fadbaef0660024f6ac2fe3b4f9bdb02ea [diff] |
Change extern const DawnTestParam helpers to functions If these extern variables are initialized after DAWN_INSTANTIATE_TEST, they will be zero. Change them to be function calls instead. Since they're function calls, fold in arguments from ForceToggles to enable/disable toggles. Bug: dawn:341 Change-Id: I1aeaa1e535a0a003977e8ce7ab3d5278c5d81281 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/16162 Reviewed-by: Mark Henderson <mehe@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: 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.