commit | 5510bd0ffb9bcfc98675672535b94599791d19fb | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Thu Mar 06 14:03:02 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 06 14:03:02 2025 -0800 |
tree | 7947631b30333dcf64be5af150742cda3fb48b7a | |
parent | 6bedff60bee948de91784ab81bad852d7edd56e0 [diff] |
[dawn][native] Add validation for Infinities. - Adds some utilities for validation against infinity. - Update exisiting validation sites to use the utilities. - Audit tests to update for the validation errors. Bug: 383778239 Change-Id: I0107bf809afedec20cb523cddfac192f2e28bed3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/229335 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Loko Kung <lokokung@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.