commit | 4effffbfb5b41283b03dc3121521fbf272448898 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Feb 05 18:50:34 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 05 18:50:34 2024 +0000 |
tree | 0fb4994d4dc142cd5fdb417283fd3009f72a6541 | |
parent | 9dc42add8fdeb00c36aaaa3ed2d19d4bdfbc6ab6 [diff] |
[tint] Replace HashCode with TypeCode and TypeCodeSet HashCode isn't used as the return type of Hash(), nor is it a true hash. Create two new helper types for these and put all the bit-magic inside them. Change-Id: I6baff7614ecbea3a1fa813970dc20d8f206d94d1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/172540 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: David Neto <dneto@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.