commit | c5c44ee4377e04ecc8cff394319e329fde2297d5 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Apr 17 15:14:02 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 17 15:14:02 2024 +0000 |
tree | f7bb936239d5de348c7ed43bef5b362db9322772 | |
parent | e18dd5fbd38450c0200b28a74364ee9b6e739122 [diff] |
[tint][utils] Be more strict with UTF-8 decoding Reject code units that follow the first code unit with a high 7th bit. Bug: chromium:328680222 Change-Id: Ib3738880913f9daaefe7f5d607fe2351518473a5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/184360 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@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.