commit | 9046e9d723b2ca858cb25a4b044f2c593a09147e | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Apr 24 18:33:39 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 24 18:33:39 2025 -0700 |
tree | d1e52d92b50d413eb4e5cbf66d5f04f593199859 | |
parent | 9b2f2136a47d02cde415ca67073e6da12512edc2 [diff] |
Use `_t` and `_v` version of traits. Instead of accessing `::type` or `::value` use the `_t` and `_v` version of the trait methods. Change-Id: I013d928cc375beb99a420790b9737e7122823d0f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/239096 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@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.