commit | de9f5234cc17387b62ae148a89aeaae7277c0593 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Nov 13 13:46:36 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 13 13:46:36 2023 +0000 |
tree | a416b4649dc13f2922d74872f910e91eec301b7e | |
parent | 866c91ed75596a05ac972a630fab8b37f34c0e02 [diff] |
[tint][core] Fix return type of HashCode() This must be size_t, which can be 32-bit depending on target architecture. Fixes warnings about losing precision. Change-Id: I874969043d00ce0f85e91260061c323cd0dbb92f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/160560 Auto-Submit: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> 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.