commit | 4589de61a07ea9a9a0738620570e46d633770e88 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri May 21 02:26:58 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 21 02:26:58 2021 +0000 |
tree | a156041de42b3bb9efdda85e05d881684f39a64b | |
parent | 4139fa5ca6d81dc06617f287eea9241aa717d60d [diff] |
Remove DAWN_SKIP_TEST_IF -- Part I This is the first part to completely replace DAWN_SKIP_TEST_IF with DAWN_SUPPRESS_TEST_IF or DAWN_TEST_UNSUPPORTED_IF. BUG=dawn:779 Change-Id: I1795eb4271de08667d43f24b64b42d15ca4b8071 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/51721 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> 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 the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.