commit | b3932622b0ff17b59c5a6b737bf9b5a4729303d5 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed May 21 08:44:12 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 21 08:44:12 2025 -0700 |
tree | f8a7c429b8bbd6d5a4de08f82fddbaad2775b2de | |
parent | 4c511325636df10b5e61833e088b3a2597ebc086 [diff] |
[spirv-reader][ir] Support image sample proj implicit lod. Handle `OpImageSampleProjImplicitLod` but polyfilling in WGSL. We don't support the `proj` variants in WGSL so manually divide the coordinates by the last component to get the same behaviour. Bug: 407383941 Change-Id: I82dad3b4c82614509db3d807277afad3152d8c18 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/243054 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.