commit | 3a2f9a30e3ad5249c60ef3dc2564c1aa63638c40 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Wed Sep 14 12:43:08 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 14 12:43:08 2022 |
tree | 7a3c2a0a9e5bc588c915b4714d31dd8d0ffcdf11 | |
parent | 90fea0a15a1811043b81bf4d4cb7b52577ae12ba [diff] |
WebGPU: Set default value for GPUStorageTextureBindingLayout.access This patch sets the default value "write-only" for GPUStorageTextureBindingLayout.access to match the latest WebGPU SPEC. With this patch below validation tests in WebGPU CTS will pass: - createBindGroupLayout:visibility, VERTEX_shader_stage_storage_texture_access:* - webgpu:api,validation,createBindGroupLayout:storage_texture,* Bug: chromium:1363484 Change-Id: Ie68db92f09c2366a2c22487a93990ff725939354 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3893755 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/main@{#1046869}
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.