commit | 9ed9e760ff1d61943e9ba8fb4c34bc34225c9d40 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Wed Apr 24 01:07:35 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 24 01:07:35 2024 +0000 |
tree | 41509bdb05c9f231de328a3de339cfd64523bc8c | |
parent | 71926f1b61d3d450f02d4bb38004efea2bafd22a [diff] |
Show `undefined` when the value is `wgpu::kCopyStrideUndefined` This patch replaces the integer value of `wgpu::kCopyStrideUndefined` (0xFFFFFFFF) with "undefined" in the validation error message to make it more readable. Bug: dawn:563 Change-Id: I9d4755541b9b9b63e810cde615338eac2446924c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185040 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
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.