Reland "Remove `ConvertibleStatus` from `api_cpp.h`" This is a reland of commit f76b196d24d5f7d3c4afce51a8a46414003cee66 Original change's description: > Remove `ConvertibleStatus` from `api_cpp.h` > > This patch removes `ConvertibleStatus` from `api_cpp.h` and all > the calls that treat the return value from Enum `Status` to boolean. > > Bug: 42241199 > Change-Id: If8d4f924a05733345db95211513b976b410a4f40 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/325755 > Commit-Queue: Loko Kung <lokokung@google.com> > Reviewed-by: Loko Kung <lokokung@google.com> > Reviewed-by: Corentin Wallez <cwallez@chromium.org> Bug: 42241199 Change-Id: I51cbb1ed740f537a9df8c93df4e70d5b98b9a37f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/331215 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com>
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.