commit | 21571709a2f6ef64596956b78762f35bdc96ccc0 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Feb 21 16:55:07 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 21 16:55:07 2023 +0000 |
tree | 8732a60246ea69106bf62a7ecbe5c7b861d40eb7 | |
parent | db9d4453f87b98813c230b3a908c60c472ccf506 [diff] |
Remove the `type` keyword. `type` has been deprecated in favour of `alias`. This CL removes the deprecation warning and moves `type` to a reserved word. Bug: tint:1812 Change-Id: I05246b9887a0890ae8343a0a132bd6f93353d5ae Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120540 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@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.