commit | 3a1172773d0dd3d36d0fd90bf758047e33ea165e | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Mon Nov 27 23:58:35 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 27 23:58:35 2023 +0000 |
tree | 01cf12cad83966774a7f0f817cd789c7c52ff72d | |
parent | faef3a770af4d5c044c48ce5df5944e90123a55e [diff] |
Suppress writeTimestamp CTS failure The test expects that calling writeTimestamp on GPUCommandEncoder will always throw, but in Chrome the function is valid if both the `timestamp-query` feature is enabled and the "WebGPU Developer Features" flag is set. Bug: dawn:2269 Change-Id: Ib4641a485a778338d6afc5e3357c88aeb81a8aff Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163061 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Brandon Jones <bajones@chromium.org>
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.