commit | 58016bfb31a05c94d14c4924a4132a30bc43ec68 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Wed Jul 14 15:33:31 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 14 15:33:31 2021 +0000 |
tree | f4330a67d5e8c237a07498dfd954a33a1bd5a60e | |
parent | 954e8abe48b02f849034057f4a7c6a5557cf22e4 [diff] |
Make storage buffer length UBO size a multiple of 16 bytes Conditional on whether TINT_EXPECTS_UBOS_TO_BE_MULTIPLE_OF_16 is defined, which it will be in a future Tint CL. Bug: tint:984 Change-Id: I191cd59fe6947c9113a8fad7dbfbf79903969b27 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/57960 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
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.