commit | 61959f7834e097daeff21407b5a9316b60ea028f | [log] [tgz] |
---|---|---|
author | Gregg Tavares <gman@chromium.org> | Thu Sep 05 20:05:47 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 05 20:05:47 2024 +0000 |
tree | 3b436c1b229dba865d2a07b122b8aa9739dd8bb4 | |
parent | d9f1142945113b7402a6560adf285a7bad83e2f0 [diff] |
Compat: Remove WGSL error for rg32xxx formats This is effectively a bindGroupLayout creation error which makes it pipeline creation error. There are already tests for this. The spec changed so there is no error error at shader module creation time. Fixed: 357042304 Bug: 357042304 Change-Id: I8f5ee20b13dc80022268d32ec65b7882fe29c58a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/201337 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: 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.