commit | 7a21b7398f0f2d1309479e14d00fe4c4f3794c6d | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@intel.com> | Tue Oct 31 09:19:30 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 31 09:19:30 2023 +0000 |
tree | f23e78a0181838023ff33498917b27da52f91c2e | |
parent | 1f568ab4ba16177477fb9f548568d7ada5a9a44c [diff] |
Dawn: Make ValidateFeatureSupportedWithToggles generate no error This CL make PhysicalDevice::ValidateFeatureSupportedWithToggles returns a structure to indicate if the validation failed and the failure message, instead of creating an error that may by caught when debugging. Issue: dawn:2176 Change-Id: Ifde957a8d23553ef4a19079d1bc5d3e19a58bae3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/157944 Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.