| commit | d44c0681491c4f370c259d877c13a01496fc1ae6 | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Wed May 14 18:09:36 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 14 18:09:36 2025 -0700 |
| tree | c685541753bd24f823c733bf4aace3eb4b01d5b1 | |
| parent | 64645aea397257577e38ab0e28fabec0e1ac421f [diff] |
[spirv] Cleanup image builtins in spirv.def Cleanup some of the image builtins in the spirv.def file. Change the `image_operands` to only accept a `u32` as it's a literal in SPIR-V. Set all of the builtins to have named parameters to make it clearer what values goes in each parameter. Change-Id: I600c5d535c74c89bf9167223467c54d2683d15cf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/242315 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.