commit | f322b154d8c0c6281f78fd1645c250d3fc098abb | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Thu Aug 10 17:39:06 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 10 17:39:06 2023 +0000 |
tree | c15c53af021969fb4467cd25fd80fca4aebf6dbc | |
parent | 0c718a153132bac1fd101a0935c91326442b201d [diff] |
[tools] Fix intrinsic gen permutator permutateFQN() was resetting the pending permutation arguments with the templated arguments after each permutation. This is incorrect as the state set by outer permutations in the chain would be incorrectly wiped. Change-Id: I67600ef4458a1bff72bbdf39989b89dd24d7f413 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/146180 Commit-Queue: James Price <jrprice@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.