commit | 73dbcd510c873cb9abfebb8fe1e027dee287ca13 | [log] [tgz] |
---|---|---|
author | Sami Kalliomäki <sakal@google.com> | Mon Mar 10 18:02:16 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 10 18:02:16 2025 -0700 |
tree | 305305e966b7c1536674e07d78afa5b80df50a74 | |
parent | 3e80b5ddf93220cd1580bc2502e9147631580b50 [diff] |
Add parentheses to makeGetU64. This fixes emwgpuWaitAny accidentally only dividing lower part of 64-bit number by 1 000 000. Bug: chromium:332249405 Change-Id: Ic0b50a25b1ef7f8d3b49952c795833bcc1b7bd9e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/229635 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Auto-Submit: Sami Kalliomäki <sakal@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: 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.