commit | bd167d39b3c8e01925ec20646cd8df3af31d321a | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <gyuyoung@igalia.com> | Wed Feb 05 17:24:33 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 05 17:24:33 2025 -0800 |
tree | 9b594adced7e330be3e0cf1da83526534abd9a14 | |
parent | 0fe7008493b99bd2efc98fef7a899eb4b063d969 [diff] |
Add a tvOS build flag This CL introduces DAWN_PLATFORM_IS(TVOS) in code. tvOS is now a member of the APPLE family, alongside iOS and macOS. Additionally, this CL disables some codes unsupported by tvOS by using the build flag. Bug: 391990604 Change-Id: I85c618078efcb95d76f8ab96cf6a4d16e452369e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/224674 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.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.