commit | 0e9fb17a718ba87493104394d0dbf52511bace3a | [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 | ae35844591e67cbb2f69862bf44e21c9eba50826 | |
parent | a7b4a2631b972a8084aafc80399c23e779d51580 [diff] |
[tint] Add subgroup builtin function validation Subgroup builtin functions are either enabled with `chromium_experimental_subgroups`, or with `subgroups` and (optionally) `subgroups_f16`. Update error messages to use the new extension names. Remove the `RequiredExtensions()` as it cannot describe this relationship, and was only used for subgroups. Bug: 349125464 Change-Id: Iea39249eb99822b445eec3b43355b344d170a453 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/195797 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.