commit | f2f4147197696fac97c8b02980c57ec2456f97e3 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Aug 15 06:28:23 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 15 06:28:23 2024 +0000 |
tree | 0cdc90c4b9aab5269469ce20afabd242b083cb1c | |
parent | 8124836b7f3cd0eae051a9c557944df830f5610f [diff] |
Tint: Add validations on the type of `clip_distances` This patch adds validations on the type of `clip_distances`. The type of `clip_distances` must be an array of f32 with constant size less than or equal to 8. Bug: chromium:358408571 Test: tint_unittests Change-Id: I28fb90bd9978d9b7f0b29d0b996f775e7398820b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/202257 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.