commit | f7beb85fd10ae1a9493cd83df27fad07203012ba | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Jan 10 00:03:24 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 10 00:03:24 2023 +0000 |
tree | 6151dd2715cb80804969c05d4f9aaecdb2e99b7c | |
parent | 3d2caaae475208be8dd1c84c206772a5d0a27318 [diff] |
Count the line pos, offset and size of compilation message in UTF-16 This patch counts the line position, offset and size of the compilation message in UTF-16 and saves them to WGPUCompilationMessage to align the latest WebGPU SPEC. Bug: dawn:1357 Change-Id: If8f4026bd5b4a64a078e100762b6d1f61da50053 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/115640 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
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.