| commit | 22e0e37fcf6e038629391af763de62910212edac | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Wed Apr 02 19:55:55 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 02 19:55:55 2025 -0700 |
| tree | fd017ed062d7885a947e5e82acba13481edd1cc5 | |
| parent | 91da86ce3f4c2c3b8eef318f27e1b6af97316807 [diff] |
Move CheckSupportedExtensions into HLSL AST printer. The `CheckSupportedExtensions` method is only used by the HLSL AST printer. Move the code into the cc file directly. It will be removed when the AST printer is removed. Change-Id: I7bc876d56771761638fd9eee9cf18d47251ab779 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/234414 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.