commit | 2c3708b4d19cca0265a5e6da502b3b8acb2be364 | [log] [tgz] |
---|---|---|
author | Gregg Tavares <gman@chromium.org> | Wed Aug 21 11:13:15 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 21 11:13:15 2024 +0000 |
tree | d31d31d3088072bbc1cf9e3f2941c233f542e151 | |
parent | 6a3955b53372eb4fb3044bddf7b8ccf9c1a5349b [diff] |
Remove sint/uint sampler check. sint/uint textures can be used with textureGather which takes a sampler. This worked in release since this is a dcheck test that gets compiled out but failed in other contexts. Bug: 358407355 Fixed: 358407355 Change-Id: I0896224b1842e40ecb8f8109ee7e47cb3fd9dd65 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203159 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Gregg Tavares <gman@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.