| commit | 58a260b798a78ac3d4aae26bbff6f6791ed5b46a | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Tue Jan 21 22:34:00 2025 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 21 22:34:00 2025 -0800 |
| tree | 489ac7067651b9c7e058d0455b8b0672ca47fa4c | |
| parent | 0065931e51b275af75f5fc70361015b5e4be5c23 [diff] |
[spirv-reader][ir] Correctly handle GLSL 450 FindILsb The SPIR-V `FindILsb` method allows differing argument and return type. This is not permitted in WGSL. Cast the return type in the case where they differ. Bug: 42250952 Change-Id: I2b1e04f817fc41df045c478564769f36993f3ec4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/222874 Reviewed-by: David Neto <dneto@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.