commit | 3dd5457dd9302275b0ffb09ae90ff28223f1ce20 | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Fri Oct 25 20:17:10 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 25 20:17:10 2024 +0000 |
tree | fc93542c0e9e18acd463ad3fc9b98f3b5c0d149b | |
parent | 868a467a4783d91fd4be39d50cca0702fe48925c [diff] |
[dawn][emscripten] Port of https://github.com/emscripten-core/emscripten/pull/22771 - Ports the fix for undefined features from the PR into the new emdawnwebgpu implementation. Change-Id: I1b58532a1de7d4fa52f84bc8f53680ee7867e7b8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/212334 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com>
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.