commit | 9386f73446d8aa997a213c0ed910d923cfcf032a | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Thu Feb 23 18:35:49 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 23 18:35:49 2023 +0000 |
tree | a8e7098a1e248074c196b945e1b2f04f4d78be42 | |
parent | 869bcabf88bc521ef209f9f9f1c6a5449c1478cd [diff] |
tint: Fix compilation error with latest MSVC 17.5.0 Not sure if MSVC is wrong here, but it now fails to compile this file because it looks for `builtin::AddressSpace::kPrivate` within the inner `builtin` namespace, rather than in `tint::builtin`. Change-Id: I10f9e1bd58e6ba548d40823f03802320865f069d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121221 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Antonio Maiorano <amaiorano@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.