commit | f6b8e11c4750e11f3ed5591f2052851dcd7d2a9a | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Tue Feb 25 09:54:57 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 25 09:54:57 2025 -0800 |
tree | 056af9d17b0e18978a25bf001ff2522a822e2487 | |
parent | b946efd8c2d0619aaca47f6f62075090dd6880d1 [diff] |
[emscripten] Expose new standard and experimental extensions Standard (some of these are not implemented in Dawn yet, so needed to update the assertion logic to allow this): - "clip-distances" - "dual-source-blending" - "texture-compression-bc-sliced-3d" - "texture-compression-astc-sliced-3d" Experimental (these are Dawn extensions which Emscripten also implements, which also needed updates to the assertion logic): - "chromium-experimental-unorm16-texture-formats" - "chromium-experimental-snorm16-texture-formats" - "chromium-experimental-multi-draw-indirect" - "subgroups-f16" - this is being removed, but leave it in Emscripten for now just in case anyone needs it. Fine to remove as soon as Dawn removes it. Also renumber all of the standard extensions so they match upstream webgpu.h. Fixed: 393525658, 393557664 Change-Id: I3d3ae14905706524408ced8fef80db13357bbcd4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/227414 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com> Reviewed-by: 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.