commit | 9dfc578880e3f852c0fa240c611aec274bbdf83a | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Mon Mar 06 18:21:44 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 06 18:21:44 2023 |
tree | df16a7d80eee21a4f0f091b2b87795e3bdd70513 | |
parent | d7b72edfb06fe1610de78954fed27b37e5a89c83 [diff] |
WebGPU: validated and reify GPUColor/Origin2D/Origin3D/Extent3D This follows recent WebGPU spec updates where the constraint on the size of the sequences for these types was made tighter. This CL refactors the infallible AsDawnType for these types and types using them recursively into a ConvertToDawn that may fail and raise an exception. Bug: dawn:1671 Change-Id: I9da27d8cfe82528f16830699356b3a7e92df2458 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4300865 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/main@{#1113464}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.