commit | 5f7284726286573018e5409b6b5aae21972ffbdb | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Aug 20 11:14:41 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 20 11:14:41 2025 -0700 |
tree | 24e0e2ea0b3c2ccfbc571be1d9856893794c493d | |
parent | ba7af88f1434f617c314624858fcaaf75e264b09 [diff] |
[spirv-reader] Add PrimitiveId support Add support for a `PrimitiveId` in SPIR-V and map it to the experimental chromium primitive_id feature. Fixed: 439598372 Change-Id: Ia2f80fb67e1ead863d2a22275bd5a68d48d0e975 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/258275 Commit-Queue: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: James Price <jrprice@google.com> 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.