commit | 3d49551542867b3d9d3c02c9dadf61ffdcc0074d | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Jan 31 19:38:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 31 19:38:44 2024 +0000 |
tree | 651eb8976d410baf58e1c33f50cbf398881fecba | |
parent | daca5564356a92bb0981c17833c97502b26241e7 [diff] |
[tint][core] Fix tests These tests were creating constants with a mismatch between the type and value. This causes problems when calling core::constant::Value::Equal(). Change-Id: I112765e60753b80d5f8a5f9f52f66576a91488a4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/172560 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Kokoro: Ben Clayton <bclayton@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.