commit | 3d630465fbfb819708cf3d8867b816415277f994 | [log] [tgz] |
---|---|---|
author | Alan Baker <alanbaker@google.com> | Tue Jun 10 14:11:58 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 10 14:11:58 2025 -0700 |
tree | bb0a8998d555791ef1e51757cc6c501b46dac790 | |
parent | 33d20bef34be43be79d2e6961e636b074df4aa85 [diff] |
SPIR-V 1.4: Allow function/private to have explicit layout Fixed: 401585324 * Modify ForkExplicitLayoutTypes to only require an explicit layout for function/private in SPIR-V 1.5 or later * Add a SPIR-V 1.5 version enum for testing purposes only Change-Id: Ia0081595a0a38e7022c5e59b8825a57bdf9a2c16 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246094 Commit-Queue: Alan Baker <alanbaker@google.com> Reviewed-by: James Price <jrprice@google.com> Auto-Submit: Alan Baker <alanbaker@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.