commit | 260c1f053317160a5ca9dcb6dbe6d88112d9c39e | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jun 06 15:31:12 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 06 15:31:12 2024 +0000 |
tree | 217e3ca090f964671700e2c502a73400fee20cb8 | |
parent | 56f3149c26e501a83977ae0cd35bd3c03f557331 [diff] |
[hlsl] Fold PixelLocal options into HLSL options This Cl moves the PixelLocal options directly into the HLSL options struct as the only user. The API PixelLocal struct is removed. Change-Id: I651e34fc2d178685801fe6c76c195457cbf84781 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/192080 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@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.