commit | f1015ca7ba5b5ee0581ea31bb5f8e9c491a9ca9f | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Aug 22 00:45:02 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 22 00:45:02 2024 +0000 |
tree | 92ab8342eef0b43ce0b751e3a0f9a367d8a3eaa3 | |
parent | dc698271378cd1477fadd0c11fb16682647b676a [diff] |
Tint: Support `clip_distances` on MSL This patch implements the translation of `clip_distances` on MSL. 1. The struct member `clip_distances` will be translated into a C-style array. 2. The struct member `clip_distances` will be assigned once per array index. Bug: chromium:358408571 Change-Id: I5ecd77b4827815fba830fd0bed39ecd17babb9ed Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203156 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.