commit | 27c6d9801ab38f1b6ef7b21003ac1cc52641325d | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Mon Jun 19 16:49:10 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 19 16:49:10 2023 +0000 |
tree | 2662a66b88810dc7e028662d73ba16b5a30788b8 | |
parent | c801286132eff43707a13fad9867b163beef8cb8 [diff] |
Add static assert: const-eval depends on inf and NaN support Make this dependence explicit. Portability of the fail-compile condition requires this. It's likelty to be clarified in the spec: https://github.com/gpuweb/gpuweb/issues/4183 Fixed: tint:1966 Change-Id: I3fcd9bcc631941d2567c4c6b6d76401f238fcb7f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/137640 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: David Neto <dneto@google.com> Commit-Queue: David Neto <dneto@google.com> Reviewed-by: Ben Clayton <bclayton@google.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.