commit | 47ae7fc989645406705ec765a17f686e93e58226 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Dec 20 15:35:59 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 20 15:35:59 2023 +0000 |
tree | c613bf2b42badb1ab3b26639db0d06c100d4f929 | |
parent | 0b7e415e2b41388a69c4dcea6485367f4a8dd0a6 [diff] |
[glsl] Match parameter order in CombineSamplers The code to generate parameters processes all pairs that have a sampler first, then all pairs that do not have a sampler. Do the same when generating arguments for function calls to ensure that the order matches. Change-Id: I22cda5553134ff9f8a13a111c7f146ba366fa033 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/166180 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@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.