commit | 4ac9ba92e697c5f0a1c4197d5ad813a706d16636 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Aug 19 19:21:19 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 19 19:21:19 2024 +0000 |
tree | fda96f99adef3974a5c4aa8ba30a4707a2784cd0 | |
parent | b2b3c76b4d775bad57c17ee18399b6ad4ad54d13 [diff] |
Update intrinsics def file to be more explicit. This Cl updates the `def` syntax to make the implicit parameters more explicit. This makes the file easier to read (removes the `[]` syntax) and also removes the implicit parameters from within the function signature which also enhances readability. Change-Id: I8a8f5e1cf78b025ed3c680c08ba0fc304e8c7f21 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/202434 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.