commit | 03dce11035f85d5e71820a6dfc9108f8efa32f34 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Jun 26 11:25:37 2024 +0000 |
committer | James Price <jrprice@google.com> | Wed Jun 26 11:25:37 2024 +0000 |
tree | 29a56f5e2ba542c9c919493267a824f48d43f64c | |
parent | 0e9fb17a718ba87493104394d0dbf52511bace3a [diff] |
[tint] Add subgroup builtin attribute validation Allow `subgroup_size` and `subgroup_invocation_id` builtins when `subgroups` is enabled. Update error messages to use the new extension names. Bug: 349125464 Change-Id: Icf39bb9e841f02e13a834213814757d49e142faf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/195798 Reviewed-by: dan sinclair <dsinclair@chromium.org>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.