commit | 828229af00457cbd97771544e309d8a08e2aa05c | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu Jan 04 15:26:12 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 04 15:26:12 2024 +0000 |
tree | cfdeb830408f5ee5062e4d3514303bba05c40171 | |
parent | ebaf1174d90011de3724427a4ea0ef3c6e7d9e9d [diff] |
dawn.node: EnforceRange uint64_t should be at most MAX_SAFE_INTEGER As per WebIDL rules, it is the value after which consecuritve double values might skip over integer values. Bug: None Change-Id: Iee2a2ab71954cd2fb469667c6f044bafd5d00a23 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/166421 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: 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.