commit | 2134d779ad4926468e544fd5234e0c4d45b7dc95 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Aug 04 10:55:41 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 04 10:55:41 2025 -0700 |
tree | 8680fabeb505e4517d790a777ee165c99a683393 | |
parent | 00ba99590c6e535392f96e17581cf68773def093 [diff] |
[glsl] Fix conversion of binding array indices Construct cannot be used for type conversions (which will validated in an upcoming CL). Use `InsertConvertIfNeeded` to use a convert if necessary. Add a unit test, and update a couple of other unit tests that no longer to an unnecessary u32->u32 cast. Bug: 427964608 Change-Id: Ic32946ee75244bdf032dc30ad4752617dbbd609f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/255755 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Corentin Wallez <cwallez@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.