| commit | d69eff562ca68d92bd24ceec57b528be080c2c97 | [log] [tgz] |
|---|---|---|
| author | Antonio Maiorano <amaiorano@google.com> | Thu Dec 04 07:53:15 2025 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 04 07:53:15 2025 -0800 |
| tree | 3733c2f9232a458bd62980ef1fd99d412816faed | |
| parent | 77f89f1efc1a125f8cc10808ef9bee6521b6a178 [diff] |
[dawn] Add RequiredExtensionsMustBeEnabled shader module validation test The test ensures that each WGSL language extension compiles when the required specific feature is enabled. Also: - Clean up test code - Add an optional CRTP template param to ValidationTestWithParam so that a ValidationTest-derived base can be provided when needed, which was needed for this CL. Change-Id: I2fd04a82bbaa7271e2db983c678602c22fbb23a8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/278215 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Antonio Maiorano <amaiorano@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.