commit | 98d7eb400925914f47d8acb767910ac652bf9f2c | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Aug 24 15:24:45 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 24 15:24:45 2022 +0000 |
tree | e9f1089054386026552444929964890ef2048b6b | |
parent | 1e21da523e504d7eca6f719b9132726cbcb4a315 [diff] |
Roll third_party/webgpu-cts/ e204a3c37..c0c5cce30 (7 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/e204a3c37754..c0c5cce30507 - c0c5cc Remove pushing lists of numbers through Set to guarantee uniqueness (#1779) - 3d958d wgsl: Replace module-scope 'let' with 'const' (#1721) - 4827c0 Add storage_texture,layout_dimension test to createBindGroupLayout.spec.ts (#1772) - dcdeec Add visibility,VERTEX_shader_stage_storage_texture_access test to createBindGroupLayout.spec.ts (#1770) - f4db91 Make F32Interval unittests more idiomatic (#1773) - d82d4e Updates error scope tests and remove outdated README. (#1766) - f102e6 Add brackets to robust buffer access test. Created with './tools/run cts roll' Change-Id: Ib5ca02d41a7638c06361e8e33b23f1ceb32db884 Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/100200 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.