commit | 1c561657591cb46782493a1b901400e17b0c794d | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Wed Nov 20 05:04:47 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 20 05:04:47 2024 +0000 |
tree | 6ada01e4b909562e6b333068ab09357631b06209 | |
parent | 839eadc23139c5f46367110ce8c600f8d5fc0d26 [diff] |
[emdawnwebgpu] Port forward wgpuSurfaceConfigure viewFormats fix From https://github.com/emscripten-core/emscripten/pull/22961 Co-authored-by: Jan Krassnigg <jan@krassnigg.de> No-Try: true Change-Id: I292829616a7dac543a9500847a7112af4487afcb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/215834 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.