Roll third_party/webgpu-cts/ 07f4412e9..0558b1933 (9 commits) Regenerated: - expectations.txt - compat-expectations.txt - ts_sources.txt - test_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/07f4412e935c..0558b1933531 - 0558b1 Add tests for the primitive_index builtin (#4435) - 5a49f0 fix: properly apply `bindTextureResource` in `render_pass_descriptor:one_*_attachment` tests (#4447) - 0fb20d The specification says: (#4445) - 02f638 Add test for GPUTextureFormats' resolve capability with tier1 (#4446) - 820167 The validation rules for https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuvertexbufferlayout state (#4444) - e6e975 Add tests for Tier1 write-only storage texture access (#4442) - 0636de Correct expected data in read-only related tests (#4441) - 5e80f8 The specification for createTexture says https://www.w3.org/TR/webgpu/#dom-gpudevice-createtexture (#4439) - f6b22c Add tests for Tier1 read-only storage texture access (#4438) Created with './tools/run cts roll' Cq-Include-Trybots: luci.chromium.try:android-dawn-arm-rel,android-dawn-arm64-rel,dawn-try-linux-x64-intel-uhd770-rel,dawn-try-mac-amd-exp,dawn-try-mac-arm64-m2-exp,dawn-try-mac-intel-exp,dawn-try-win-x64-intel-uhd770-rel,dawn-try-win10-x86-rel,linux-dawn-nvidia-1660-exp-rel,linux-dawn-rel,mac-arm64-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Change-Id: If198b3fc5236f158f303260cc4b9fddc00767f30 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/259714 Reviewed-by: Brian Sheedy <bsheedy@google.com> Reviewed-by: Shrek Shao <shrekshao@google.com> Commit-Queue: Brian Sheedy <bsheedy@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.