commit | 64196ad60adfc7f831485ac7b592b8cd5f865a55 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Mar 07 16:51:01 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 07 16:51:01 2023 +0000 |
tree | 3d5c79498b6615db0f6c80aa891a3f368db47b11 | |
parent | 142bddf7dabe2cbbbb2adfaaf0a9708aad0ba1a8 [diff] |
Add array length options header to `tint.h`. The `array_length_from_uniform_options.h` is being included directly by Dawn. This CL moves the include to the `tint.h` file and has the dawn usage include that instead. Change-Id: Iaa77d76bc62fe5038f5b6b93d51478ceed85ac9e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/122781 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@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.