commit | 7469b04483b2b63ff90e2b7c82c41021827d3a72 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Mon Mar 17 14:32:49 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 17 14:32:49 2025 -0700 |
tree | 2a65bb50c5b2c69a072167eafdfc7c2b6f48681a | |
parent | a5df8c51ea116ba5c9926725637da323f4b5d0ed [diff] |
[dawn] Add test that device.Destroy() unmaps buffers These tests are disabled on Dawn Wire because they don't work right now. Bug: 403313307 Change-Id: Iedc1f47529bb67971e2cbdc6549523e73132a18e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/231014 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Kai Ninomiya <kainino@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.