commit | 7c369372fa971b2e80e632a31632e06ccbf18d9f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Aug 07 19:43:05 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 07 19:43:05 2024 +0000 |
tree | 4b63d1bc72fe92f3ce0c3e9586cfeaa8da62b924 | |
parent | 3e09ddedef1985bc19993f1ffa06e0fbd1c6267a [diff] |
[HLSL] Sort vars when updating buffer accesses. When updating the buffer accesses for UBO and SSBO, sort the var usages before replacing them. This makes the subsequent polyfills for F16 be more consistent in their naming as we create the polyfills in the same order. Bug: 356631361 Change-Id: I63cf75ec000244e9ffae1268314a75e698e7582a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/201574 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: 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.