commit | eae70b75aefb45779832623a32e226cf2446621b | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Apr 19 15:29:49 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Mon Apr 19 15:29:49 2021 +0000 |
tree | 1467c4304217226c4a0033815f96d001b27f7a92 | |
parent | 7f5a4722583661c28ac58676ff9deea408e675f0 [diff] |
Update WGSL in tests with renamed builtins These builtins have been renamed: * frag_coord -> position * sample_mask_in -> sample_mask * sample_mask_out -> sample_mask Change-Id: Ic40dc9f4e509587b7ac82e43abbf9eec68225d9f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/48300 Auto-Submit: James Price <jrprice@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@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.