commit | f6a58b28b7c1591e81acaa55d33c37d59ea45a18 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jan 09 17:34:04 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 09 17:34:04 2025 -0800 |
tree | df907c06dd24d1c9257df8ca1b01f9f3d8d33c6f | |
parent | 0077a73deff74980c69eaf6a0ae1f8b44ebfcdc6 [diff] |
Mark some enum entries as `@internal` The defs file allow marking things as `@internal` which removes the parsing code and does not add them to the list of suggested spellings. This CL updates the `in` and `out` address spaces along with the `point_size` builtin to be `@internal`. A series of tests are removed which are from either old SPIR-V transform code, or ways of writing WGSL which we no longer generate. Bug: 42250952 Change-Id: I2aba36123bf0745652d90be4fa336137ebdda420 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221436 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: 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.