commit | d61514719334478955a230b597f57efec273e983 | [log] [tgz] |
---|---|---|
author | François Beaufort <beaufort.francois@gmail.com> | Thu Nov 09 12:22:46 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 09 12:22:46 2023 +0000 |
tree | 3b72696315c8e348a3a337b7534344b95e4f39c6 | |
parent | de3f95a16bca110f452acdc80296dc9a27ab84cb [diff] |
Gate GPUCommandEncoder.writeTimestamp behind allow_unsafe_apis This CL makes sure GPUCommandEncoder.writeTimestamp method requires enabling allow_unsafe_apis toggle as it has been removed from the spec while we get more experience before adding it back. Spec PR: https://github.com/gpuweb/gpuweb/pull/4370 Bug: dawn:1800 Change-Id: Ibc886338876ee8a9877ff4ee8ff8e3bcb65afa0a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/159921 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Fr <beaufort.francois@gmail.com> Kokoro: Kokoro <noreply+kokoro@google.com>
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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.