commit | 1c479077238d14964c2974725e8440ef879ff742 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Aug 28 23:43:10 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 28 23:43:10 2024 +0000 |
tree | 650691f7ff253e018f612cf76f15e09130ba1294 | |
parent | b41b866481d61082becaaed3060ce1b091fad2e7 [diff] |
Replace TINT_HAS_ATTRIBUTE with DAWN_HAS_ATTRIBUTE This CL removes the TINT_HAS_ATTRIBUTE define and uses the equivalent DAWN_HAS_ATTRIBUTE define. Change-Id: Iec9c70b54cdaa2a91017a1dc329dcc02f64af512 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203714 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: 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.