commit | 75145580ee9ba5fe3c4ccfbaba5c1c4698fdacdf | [log] [tgz] |
---|---|---|
author | Gregg Tavares <gman@chromium.org> | Fri Dec 08 22:08:32 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 08 22:08:32 2023 +0000 |
tree | 0f972486d3707f48d59bea23608b3816e1d1d423 | |
parent | 797ff1c8b20881736988090310ca897e9131d5d3 [diff] |
Compat: Require viewFormat to equal format In non compat, you can view an rgba8unorm texture as an rgba8unorm-srgb texture and visa-versa. In compat you can not. Bug: dawn:1360 Change-Id: I9697ea74e2e6d36dca0b25079e2b16dc5c265849 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163224 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Gregg Tavares <gman@chromium.org> Reviewed-by: Loko Kung <lokokung@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.