commit | f5797950d1e6d33f6f940b10c0e2f159dc123cb5 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri Apr 25 06:42:49 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 25 06:42:49 2025 -0700 |
tree | 44067ccad671f233ceb5e084ee2de28565d5996e | |
parent | 5e815131e2179fa7ab3ceca4e0ad8f09ad04ca37 [diff] |
Remove `EnableIfIsType`. Remove the`EnableIfIsType` helper and use a requires on `IsTypeOrDerived` directly. Makes the return type clearer for the few places which used the substitution. Change-Id: Id94ca7e149a82fd7d7bcd3de1ea81e0fdc2c1b9b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/239134 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@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.