commit | 8e9623dbadf382c7e740489365ad7b6a2d53d576 | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Tue Oct 22 03:55:54 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 22 03:55:54 2024 +0000 |
tree | 04a3597b5e9812a38cfd16e885ae0d4a4ba570c3 | |
parent | 16f0b93d65f528f9d15ded83821e5b773c2e9464 [diff] |
[dawn][emscripten] Remove duplicate device lost event. - This was a bug where we were creating a device lost event in WGPUDeviceImpl's ctor, and also in requestDevice. Change-Id: I41f5ea3b36c7d78565e860297c49ad5102f7fff0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/211894 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Auto-Submit: 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.