commit | f63d6efd4231abc6f7913b9d5603bdf923b95666 | [log] [tgz] |
---|---|---|
author | Stephen White <senorblanco@chromium.org> | Fri Aug 30 15:50:46 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 30 15:50:46 2024 +0000 |
tree | 1a1543d9f380245a7c53b993b3e0c42bba2daf15 | |
parent | fe63cda3a52f531cfece2a7ac81421e2b89fa555 [diff] |
Compat: implement etc2 and astc extensions. This was overlooked because bc texture compression was working on desktop Linux, satisfying the (bc || (etc2 && astc)) requirement. Bug: 362762192 Change-Id: I9a5163c9af304145564866f07f7e3266ec327c8e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/204338 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Stephen White <senorblanco@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.