commit | f9a43b982d1e59213b313e0e5705bbf74818f621 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Sun Jul 24 19:45:17 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jul 24 19:45:17 2022 +0000 |
tree | 862bf7ee5df14bb2a303f6e18f9b75f3c7f69178 | |
parent | 3f9cc84d0ac7ed0c188f45f3463ec152d91e21a2 [diff] |
Remove unused string. We saved the string in the lexer try_float for use in error messages, then changed the message to not show the string. This CL removes the creation of the float string. Change-Id: I9bb381bebe31f25609c66d5ccda91de0277199cc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97069 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.