commit | ed9681c92118e2ee736f1e1bfe0c5165495daee9 | [log] [tgz] |
---|---|---|
author | Michael Tang <tangm@microsoft.com> | Fri Aug 06 22:39:21 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 06 22:39:21 2021 +0000 |
tree | a389069bfbe3f27b6f349c9ceeac887b36f1064f | |
parent | 8d8fadbbe4e1e65ae08781bcf9d6f0a158f08a12 [diff] |
dawn_native: Fallback sorting bindings in BindGroupLayout to use the binding number This helps us merge contiguous descriptor ranges in https://dawn-review.googlesource.com/c/dawn/+/60764 Change-Id: I772262b117087ec1f1d744596be2585a5996325f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/60765 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Michael Tang <tangm@microsoft.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.