commit | 517278ac08a8b275d20352fd0cf131ea7ddc06ef | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Apr 20 10:06:25 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 20 10:06:25 2023 +0000 |
tree | c28136c3cfd05979954c7953eb2591a61a732948 | |
parent | 9e9c4560752ae71260e921e1c975346e1a2df380 [diff] |
Move text/unicode into utils. This CL consolidates the unicode code into utils. These are utility libraries, so the extra namespace doesn't add much. Change-Id: Id0de612b6be036392a3cb018bfe66733f2f1ebcb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/127403 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.