Revert "[tint] Add IR validation for @color on f16" This reverts commit b0a249eb247aa351344e24a98286378f7b1cc62e. Reason for revert: need to allow f16, used by Skia Original change's description: > [tint] Add IR validation for @color on f16 > > The @color attribute can't be attached to f16. Add validation and a test > to catch this bug encountered by the fuzzer. > > Fixes: 485523357 > Change-Id: Ibea38a0a192829380e133a23da8ed4ec035171df > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/296896 > Reviewed-by: dan sinclair <dsinclair@chromium.org> > Commit-Queue: Natalie Chouinard <chouinard@google.com> TBR=dsinclair@chromium.org,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,chouinard@google.com No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: I768d66cff51fa561a89ab2d19fe9e504e4b9f580 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/297075 Commit-Queue: Natalie Chouinard <chouinard@google.com> Reviewed-by: Natalie Chouinard <chouinard@google.com> Reviewed-by: James Price <jrprice@google.com>
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.