commit | 5173a0236d3cdc6d2084c7e492fffc603d6cb939 | [log] [tgz] |
---|---|---|
author | Hao Li <hao.x.li@intel.com> | Thu Jun 10 00:29:28 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 10 00:29:28 2021 +0000 |
tree | 025278d87431ab4feac76b373771f3112c5f96e9 | |
parent | 99ee5e80280956834aeae47868b2e7d420ca7cac [diff] |
Add invalidExtension in WGPUDeviceProperties This extension is just added for testing unsupported feature at device creation. We don't need to update Extensions info because the invalidExtension is not a valid extension and must be treated as InvalidEnum. BUG: chromium:1175091 Change-Id: I11462a053fb5db8e11a54173e13f338c1c4f7b6f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/53891 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Hao Li <hao.x.li@intel.com>
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.